Is it possible to use Visual Studio 2010 to write code for shared hosting that is designed for .NET 3.5 and ASP.NET MVC 1.0? I’ve been trying for a while to get a project to run that uses only 1.0 features, and it just will not translate over very well.
Share
Be sure and change the Target Framework in the project properties to 3.5 if your using the MVC 1. This should prevent some of the “translation issues” I think your describing.
Maybe you should clarify what “just will not translate over very well” means.