Click here to Skip to main content
15,908,901 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
See more:
i am getting below error which ever asp.net page i try to execute/run through visual studio 2008

Error 1 Compiler executable file C:\WINDOWS\Microsoft.NET\Framework\v3.5\csc.exe cannot be found.

can any body tell whats wrong
Posted

Hi.
Its a command line compiler. Its necessary while compiling your code. Its either corrupt or deleted. You can go for online help of Visual studio msdn site for quick solution .

Check out these links

http://social.msdn.microsoft.com/Forums/en-US/sharepointworkflow/thread/449cd9cd-b89a-4381-962c-3ace86c397d6/[^]

and

http://bytes.com/topic/net/answers/867054-compiler-executable-csc-exe-cannot-found[^]
 
Share this answer
 
Hi,

Reinstalling the VS 2008 will help you.
 
Share this answer
 
You can repair your studio if nothing worked.
 
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