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