1

Project developed in VS 2010 but I want to open the solution with VS 2008 Please help me.. It throwing alert message as "The selected file is solution file,but was created by newser version of this application cannot be opened"

Ryan Kohn
  • 13,079
  • 14
  • 56
  • 81
Delwin Andrews
  • 145
  • 3
  • 15

1 Answers1

3

There are two steps to use VS 2010 project in VS 2008 Step 1:

You need to copy the folders, cs and aspx file that what you have added in vs 2010 except solution and config file.

Step 2:

You need to create a new empty project in vs 2008 and paste the file inside the solution.

Don't replace any files, you will have some errors in namespaces add the dll in the reference folder for avoiding those errors.