Click here to Skip to main content
15,892,005 members
Please Sign up or sign in to vote.
1.00/5 (1 vote)
See more:
C#
Server Error in '/' Application.
--------------------------------------------------------------------------------

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 255.


What I have tried:

i have tried remove all the files from Temporary ASP.NET Files,but still not working
Posted
Updated 23-Jun-16 9:29am

1 solution

Try with below step, hope this resolve issue.

1. Stop IIS. Remove temporary asp.net files. Start IIS again.

2. If #1 doesn't resolve the issue, check the permissions on the Temporary asp.net files and give the appropriate permission as per the user under which your app pool is running.

3. Try changing the app pool identity from Local System to some specific user. Though the error code is different as per this thread: http://forums.iis.net/t/1159648.aspx?Compiler+Error+Message+The+compiler+failed+with+error+code+128+ 

4. If none of the above work, you may need to start checking logs in Process Monitor as per the above referenced thread.
 
Share this answer
 

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900