TheInsider
Programmer
Hello,
I just finished patching this bug on a Windows 2000 Server:
This error occurs when attempting to debug a custom Visual Basic dll in an ASP page -- or in other words: using a custom Visual Basic dll in ASP that you are in the process of debugging in VB.
I searched Tek-Tips and Yahoo, however I found all previous replies to others, having this problem, pointed to [possibly] an incorrect Microsoft Knowledgebase article:
I found the latter to be completely useless. I found the following Microsoft Knowledgebase article to be the correct solution:
Hope this can help prevent some headaches in the future!
TheInsider
I just finished patching this bug on a Windows 2000 Server:
Code:
Server object, ASP 0178 (0x80070005)
The call to Server.CreateObject failed while checking permissions. Access is denied to this object.
I searched Tek-Tips and Yahoo, however I found all previous replies to others, having this problem, pointed to [possibly] an incorrect Microsoft Knowledgebase article:
I found the latter to be completely useless. I found the following Microsoft Knowledgebase article to be the correct solution:
Hope this can help prevent some headaches in the future!
TheInsider