visual studio - How to import an ASP.NET MVC app from VisualStudio to SharpDevelop? -
i'd import asp.net mvc 2 app visual studio 2008 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 bunch beforehand
currently there's no tooling support in #develop asp.net mvc don't expect add view
, add controller
, jump corresponding view controller action
, stuff this. work asp.net projects in #develop using this plugin. because uses msbuild won't have problems compiling asp.net mvc application.
Comments
Post a Comment