Opening non-express VS projects with Visual Studio 2010 Express

前端 未结 2 1446
暖寄归人
暖寄归人 2020-12-06 02:09

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

2条回答
  •  一个人的身影
    2020-12-06 02:48

    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.

提交回复
热议问题