views:

299

answers:

1

Is it possible to utilize MVC 2 from MonoDevelop 2.2 (using Mono 2.4)? If so - is it as simple as grabbing a reference to the new System.Web.Mvc or is there something else to consider?

I realize that any templating support in MonoDevelop may not be 100% there since it was built to utilize MVC v1 (at least as of MonoDevelop 2.2).

If anyone can add any other tips or tricks that would help as well.

A: 

It should be possible as ASP.NET MVC is not Visual Studio specific. You can check the replies in this SOF question for more details.

korchev