Howdy'all,
For testing purposes, I created a class file
MyClass with InterOp Compatibility in .NET. I made a function
fnSum (which simply returns the sum of two integers). I added MS ADO 2.7 as Reference in the class solution then I "built" the solution. After successful compilation, I attempted to register the .dll in a WinNT 4.0 SP6a server with .NET framework 1.1 installed. I am getting this message:
MyClass.dll was loaded, but the DllRegisterServer was entry point not found. DllRegisterServer may not be exported, or a corrupt version may be in memory. Consider using Pview to detect and remove it.
I checked with microsoft and they had this article:
http://support.microsoft.com/default...;en-us;Q201364
I THINK I've reached a dead end.
My question is- is what I'm trying to do impossible? (Deploy a .NET made COM object in WinNT4 SP6 (given the current setup I mentioned)?
Any advice or comments are appreciated. Thanx.