Unable to Use DLL of VB6 Into ASP.NET - TechRepublic
General discussion
September 8, 2005 at 04:50 AM
pramodsahu_4nov

Unable to Use DLL of VB6 Into ASP.NET

by pramodsahu_4nov . Updated 19 years, 1 month ago

i have a Third party DLl which is developed in VB6.0, when i use it in VB6.0 project it work fine. then i used it in ASP.NET, i add a reference, Use Imports but when i wants to create a object it give a error “Access Denied”, class is Multi Use.
Dim QBBS As ABC.ClassName
Try
QBBS = New ABC.ClassName
Catch ex As Exception
Response.Write(ex.Message)
End Try
Error – Access is denied
DLL is properly registered

This discussion is locked

All Comments