[Mono-aspnet-list] .NET 4.5.1 + MVC 5

south9204 south9204 at hotmail.com
Thu Feb 27 10:24:09 UTC 2014


Well, this is not bad to start, but if you add another controller and a new
action and want to do something very simple like
RedirectToAction("Index","Home",null);, it won't work

public MyController : Controller
{
public ActionResult MyAction1(){
	return RedirectToAction("Index","Home",null);
}

}


It won't be possible to do real project with MVC4/5 under monodevelop.
Xamarine Studio will be another story, but if you don't have deep knowledge
of Linux, please use Visual Studio to finish your project.
As View will be built at runtime, and as you know, if there is any problem
view (and controller behind view), Linux will keep quit and stop to build
view, 
but give you "a cannot find view everywhere" error message, you are totally
lost.

It wastes me two weeks to try to build MVC4/5 asp.net project with
monodevelop, just too much functions are missing from said System.Web
namespace.

I have to finish my project with MVC3 with monodevelop, and it wasn't easy
either, because above two reason. 



--
View this message in context: http://mono.1490590.n4.nabble.com/NET-4-5-1-MVC-5-tp4661331p4662052.html
Sent from the Mono - ASP.NET mailing list archive at Nabble.com.


More information about the Mono-aspnet-list mailing list