How to open c# project made in VisualStudio2019 in VisualStudio Express 2017? | Sololearn: Learn to code for FREE!
New course! Every coder should learn Generative AI!
Try a free lesson
+ 1

How to open c# project made in VisualStudio2019 in VisualStudio Express 2017?

Is there any way to open c# project made in VisualStudio2019 in VisualStudio Express 2017?

2nd Apr 2021, 6:36 PM
Maja
Maja - avatar
5 Answers
+ 2
Open the .csproj-file or .sln file. You can do this without harm it is not going to convert the project
3rd Apr 2021, 6:31 AM
sneeze
sneeze - avatar
+ 1
I solved the problem by installing VisualStudioCommunity, the new one, but I'm interested purely out of curiosity because when I start to open .sln file in Visual studio express It cannot be opened, it starts opening in the program and then program reports that file is unloaded because file is incompatible.
3rd Apr 2021, 7:35 AM
Maja
Maja - avatar
+ 1
That is maybe because it is Visual Studio Express , or because file was made for 64bit processor, I don't know. First , program show dialog where was writen there is incompabilty of .net framework. Than I update .net framework and then program opened file, but "file is not loaded". Then I installed Community , the latest, on that same computer , and open same file correctly.
3rd Apr 2021, 7:11 PM
Maja
Maja - avatar
+ 1
I try now again, and all is ok 🤔 thnks for your advice.
3rd Apr 2021, 7:17 PM
Maja
Maja - avatar
0
hhmm strange. I do this occasionly when I have to work on another machine which still has 2017 on it. With no problem. Are you sure all files used are in the right place ?
3rd Apr 2021, 10:38 AM
sneeze
sneeze - avatar