astrodestino
IS-IT--Management
Hi!
I'm making my first DLL in VB.NET, I always use VB5 for my apps.
I started my classlibrary project, I got my public class xxxx in there I got my public sub xxxx(parameters), etc, also got a form in my dll, the thing is that I compile it and when I execute regsvr32 mydll.dll it says that an entry point couldnt be found and my dll wont be registered.My dll base address is &H11000000
In vb5/6 I made my dlls and I registered them without trouble. Can anyone tell me what am I doing wrong?
Thank you!
I'm making my first DLL in VB.NET, I always use VB5 for my apps.
I started my classlibrary project, I got my public class xxxx in there I got my public sub xxxx(parameters), etc, also got a form in my dll, the thing is that I compile it and when I execute regsvr32 mydll.dll it says that an entry point couldnt be found and my dll wont be registered.My dll base address is &H11000000
In vb5/6 I made my dlls and I registered them without trouble. Can anyone tell me what am I doing wrong?
Thank you!