3

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.

Jon Seigel
  • 12,251
  • 8
  • 58
  • 92
rifferte
  • 1,392
  • 1
  • 13
  • 21
  • Did you ever figure this one out? I'm needing to do the same thing, and would rather not have to install a windows VM if I can. – Paul Jun 19 '10 at 21:42
  • Like the answer below - you can technically do it but there is zero support in the IDE. Your best bet would be to utilize a Windows VM that has support for this. – rifferte Jun 21 '10 at 18:34

1 Answers1

1

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.

Community
  • 1
  • 1
Atanas Korchev
  • 30,562
  • 8
  • 59
  • 93