Search code examples
vb.netasp-classicdllregistration

Call function in VB.Net DLL without registering the DLL


Is it possible to call a function in a VB.Net dll without having registered the dll file? I need to call it from ASP Classic on shared hosting web server.


Solution

  • The only way to call a VB.NET DLL from Classic ASP is to make it a COM object and call it as such.