G
Guest
Hi,
We have to support clients using multiple platforms. Our mixed mode C++
application is compiled with .NET Framework 1.1 and uses reflection invoke
to talk to .NET servers. The application runs fine on WinXP, W2K, but fails
on NT4 with SP6 and IE 5.01. The error message says: the procedure entry
point I_CryptInstallAsn1Module could not be located in the dynamic link
library CRYPT32.dll.
And sure enough, that entry point is not present in the crypt32.dll on that
NT machine. So what's the minimun requirement for running .NET Framework
1.1 on NT4. According to the Microsoft website, it seems that we do satisfy
the minimum requirements since we have NT 4 SP with IE 5.1.
Thanks,
dax
We have to support clients using multiple platforms. Our mixed mode C++
application is compiled with .NET Framework 1.1 and uses reflection invoke
to talk to .NET servers. The application runs fine on WinXP, W2K, but fails
on NT4 with SP6 and IE 5.01. The error message says: the procedure entry
point I_CryptInstallAsn1Module could not be located in the dynamic link
library CRYPT32.dll.
And sure enough, that entry point is not present in the crypt32.dll on that
NT machine. So what's the minimun requirement for running .NET Framework
1.1 on NT4. According to the Microsoft website, it seems that we do satisfy
the minimum requirements since we have NT 4 SP with IE 5.1.
Thanks,
dax