I’d like to import an ASP.NET MVC 2 app from Visual Studio 2008 to SharpDevelop v4.0.
I’m using:
* Windows 7
* IIS 7.5
* .net SDK v4.0
* VisualStudio 2008
* MVC 2
* SharpDevelop v4.0 Beta r6767
Thanks a bunch beforehand
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
Currently there’s no tooling support in #develop for ASP.NET MVC so don’t expect
Add View,Add Controller,jump to the corresponding view from a controller actionand stuff like this. You could work with ASP.NET projects in #develop using this plugin. Because it uses MSBuild you won’t have problems compiling an ASP.NET MVC application.