Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations gkittelson on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

VB DLL Permission Denied problem??

Status
Not open for further replies.

usp004

ISP
Jul 10, 2000
46
US
I created a COM DLL using VB. When I accessed the object using ASP everything worked fine. I rebooted my pc (after installing Visual Studio Service Pack 4) and now get the following error when trying to access this object:

Error Type:
Server object, ASP 0178 (0x80070005)
The call to Server.CreateObject failed while checking permissions. Access is denied to this object.

Can someone let me know how to gain the permissions to access this object again.

Thanks.
 
Try recompiling the COM DLL under the new service pack.
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top