How To Track "Permission Denied" Errors on DLL Files
This article was previously published under Q286198 SUMMARY
When you try to create a component or access a method, you may receive the following error message:
Run-time Error '70':
Permission Denied
Or you may receive the following error message from Active Server Pages (ASP):
Error Type:
These errors mean that there are insufficient permissions to access a file.
Server object, ASP 0178 (0x80070005) The call to Server.CreateObject failed while checking permissions. Access is denied to this object. /Test/abort.asp, line 3 MORE INFORMATION
To find the dynamic-link library (DLL) file on which the caller has insufficient permissions, you can trace all access to all files with the Filemon tool. Similarly, you can trace all calls that go to the registry with the Regmon tool. You can download both of these tools from the following Sysinternals location:
http://www.microsoft.com/technet/sysinternals/default.mspx (http://www.microsoft.com/technet/sysinternals/default.mspx) Steps to Capture Permission Issues
The third-party products that are discussed in this article are manufactured by companies that are independent of Microsoft. Microsoft makes no warranty, implied or otherwise, regarding the performance or reliability of these products.
| Article Translations
|
Back to the top
