PDA

Click to See Complete Forum and Search --> : problems to distribute to NT4?


andfa
Feb 25th, 2003, 07:53 AM
I have written a LDAP query program that works fine on my XP machine and other XP machines as well.

But when I install the program on a NT4 system it doesn't work.

I have installed Service Pack 2 of .NET Framework and also tested .NET Framework Beta 1.1 without success.

Does anyone know how to solve this problem?

/Anders

andfa
Feb 25th, 2003, 08:20 AM
the program starts, but when the directory searcher is activated errors occur and the system complains about missing dlls....

hellswraith
Feb 25th, 2003, 11:29 AM
system complains about missing dlls....

It would help if we can see the code that is giving you troubles. Are you using COM components?

Edneeis
Feb 25th, 2003, 11:51 AM
Do you mean an NT 4 workstation or server?

andfa
Feb 25th, 2003, 01:36 PM
the only thing added to the project is a reference to system.directoryservices.

It's NT workstation.