PRB: Error 800a0035 When You Use the FileSystemObject Object
This article was previously published under Q276011 SYMPTOMS
When you use the FileSystemObject object from an Active Server Pages (ASP) page, you may receive one of the following error messages:
Server object error 'ASP 0177 : 800a0035' Server.CreateObject Failed filename.asp, line xx The operation completed successfully.
-or-
Microsoft VBScript runtime (0x800A0035) File not found filename.asp, line xx CAUSE
This error occurs because FileSystemObject cannot find the file that is being accessed (through the OpenTextFile, DeleteFile, or CopyFile methods, for example). This typically occurs for two reasons:
RESOLUTION
You can work around this problem in a few different ways:
REFERENCES
For additional information on the FileSystemObject object, click the article number below to view the article in the Microsoft Knowledge Base:
197964 (http://support.microsoft.com/kb/197964/EN-US/) PRB: Cannot Access Remote Files with the FileSystemObject
| Article Translations
|

Back to the top
