Thursday, February 19, 2009

The compiler failed with error code 2000

Sometimes After bebug the Dot net Application in VS2003 and running the website, I got The compiler failed with error code 2000.

Compilation Error
Description: An error occurred during the compilation of
a resource required to service this request. Please
review the following specific error details and modify
your source code appropriately.

Compiler Error Message: The compiler failed with error
code 2000

Show Detailed Compiler Output:

Show Complete Compilation Source:


Solution: I suggest you to backup and delete your application directory from the
"C:\Winnt\Microsoft.NET\Framework\vnnnn\Temporary ASP.NET Files"
directory. Compile the application and check it again.

No comments: