VB.NET 2002/2003 BasicsFor coders who are new to Visual Basic, working in .NET versions 2002 or 2003 (1.0 and 1.1).
Welcome to the p2p.wrox.com Forums.
You are currently viewing the VB.NET 2002/2003 Basics section of the Wrox p2p Programmer to Programmer discussion community. This is a community of more than 40,000 computer programmers including Wrox book authors and readers. As a guest, you can read any forum posting. By joining our free Wrox p2p community you can post your own programming questions and respond to other programmers’ questions. Registered users also don't have to see the ads that are displayed to guests. Registration is fast, simple and absolutely free so please, join today!
Join today and post to win prizes! Post more to increase your chances of being Wrox’s top poster of the month.
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:
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)?