Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Opening non-express VS projects with Visual Studio 2010 Express

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

like image 320
Kottan Avatar asked Apr 21 '10 11:04

Kottan


1 Answers

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.

like image 65
Elmex Avatar answered Feb 20 '23 05:02

Elmex