Why is MonoDevelop compiling with csc.exe?

Posted by korchev on Stack Overflow See other posts from Stack Overflow or by korchev
Published on 2010-05-21T08:36:43Z Indexed on 2010/05/21 8:40 UTC
Read the original article Hit count: 460

Filed under:
|

I am trying to use MonoDevelop (2.4 beta 1) on Windows (7 x64) in order to test a .NET application on Mono (2.6.4). For some reason MonoDevelop is not using the Mono tool chain to build the application. It compiles it with the Microsoft tool chain - C:\Windows\Microsoft.NET\Framework\v3.5\csc.exe. The project I am trying to build is a simple ASP.NET MVC application generated from the "New ASP.NET MVC application" template.

The "Runtime Version" dropdown in Project \Options->Build->General shows "MONO/.NET 35". What gives? Is there a way to change the .NET tool chain?

© Stack Overflow or respective owner

Related posts about monodevelop

Related posts about mono