Is it possible to open / edit a normal Visual Studio Solution with Visual Studio Express Edition ?
Share
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
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.