The system cannot find the file specified.
Posted
by Sathish
on Stack Overflow
See other posts from Stack Overflow
or by Sathish
Published on 2010-04-15T04:52:33Z
Indexed on
2010/04/15
5:03 UTC
Read the original article
Hit count: 289
visual-studio
Till yesterday my webservice was running fine in my local system today when i run the Webservcie or any webproject from VS2005 i get the below error
Server Error in '/MyWebService' Application.
The system cannot find the file specified. (Exception from HRESULT: 0x80070002) Description: An unhandled exception occurred during the execution of the current web request. Please review the stack trace for more information about the error and where it originated in the code.
Exception Details: System.IO.FileNotFoundException: The system cannot find the file specified. (Exception from HRESULT: 0x80070002)
Please help me
© Stack Overflow or respective owner