2011年7月20日

[ASP.Net]Compiler executable file csc.exe could not be found.

Got this error while browsing web site.

Obviously this error occurs due to compiler not found, so either check if corresponding .Net framework has correctly installed on the machine, or modify your web.config to use specified compiler version.

<providerOption name="CompilerVersion" value="v3.5"/>

Just change v3.5 to corresponding version.

沒有留言:

About Me