DllRegister Server entry point was not found. - URGENT!!!
Guys your help please.
My colleague written a VB.NET class library app and then created a COM DLL (COM Interop) and a type library from it to work with a VB6 app. Tested it on his local machine and all is well (OS is Win XP). Copied the DLL and TLB to a remote machine (Win 2k).
I have been asked to register them both. The TBL regitered with no problem but the DLL gives the classic DllRegister Server entry point was not found.
Is there anything more I can try?
Anyone else come across this with VB.NET?
(My colleague is away and uncontactable for a week or more and I have no access to the code)
Kerrang :confused:
Re: DllRegister Server entry point was not found. - URGENT!!!
I am kind of new to this COM world and I need someones help to guide me out. In short I want to create a class library in vb.net which is a COM and I should be able to use it in any other prog language. SO far what I have done is create the class library, set the build property to "Register for COM Interop", and after building I now have the dll and the tlb file. I used the REGASM Utility to register it and the OLE/COM Object viewer shows it as a COM.I tried to add reference of the COM to other .net projects which it adds and works fine.
Now if I require to use this dll in some other languague say vc++ then I need to use regsvr32 to register it.here it says "DLL was loaded but entry point was not found". ny help i could have.:)