Opening non-express VS projects with Visual Studio 2010 Express

房东的猫 提交于 2019-11-26 23:10:34

问题


Is it possible to open / edit a normal Visual Studio Solution with Visual Studio Express Edition ?


回答1:


Yes this is possible with restrictions (not all project types are supported). You must edit the second line of sln-File. For example change "# Visual Studio 2010" to "# Visual C# Express 2010" This works for example for class libs or Windows Forms applications.




回答2:


It depends. If this normal solution includes a unit testing project for example or a load tests or a modeling project (architecture, UML), then the answer is no. Class libraries, console applications, WinForm, ASP.NET, ... should be ok.



来源:https://stackoverflow.com/questions/2682308/opening-non-express-vs-projects-with-visual-studio-2010-express

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!