Alexan
Alexan

Reputation: 8637

Can't open vs2003 project in vs2013

I have couple of VS2003 web applications projects and can't open them in VS2013. Every time I get the following:

enter image description here

What modification should I make in .csproj file to be able open project in VS2013?

Upvotes: 0

Views: 669

Answers (1)

Diomedes
Diomedes

Reputation: 658

I had this issue before, I recommend creating a new project with the correct .net framework, guessing .net 2.0, and then copy the files from the old project into the new project.

Upvotes: 1

Related Questions