Click here to Skip to main content
15,891,657 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
Hi,

I am developing a web application in asp.net(Visual Studio 2008 and SqlServer 2008). I copied the entire work to another PC. But an error occurs. The database version of that PC doesn't support my project's database. The error is as follows:

"The database myData.mdf cannot be opened because it is version 655. This server supports version 612 and earlier. A downgrade path is not supported."

I have installed VS2008 and Service pack 1 in that PC. Could you please help me to solve my problem?
Thanks....
Posted
Updated 9-Jan-12 23:06pm
v3
Comments
Jaganathan Bantheswaran 10-Jan-12 4:59am    
What DB you are using in "another m/c"?
Neha Thanka 10-Jan-12 5:07am    
Sql Server Database

1 solution

Hi,

solution 1.
You upgrade your Sqlserver.

solution 2.

You can create script database and tables from your sqlserver 2008 and copy this script and exicute to sqlserver 2005. then connect your sqlserver exicute programme.
 
Share this answer
 
Comments
Neha Thanka 10-Jan-12 5:25am    
Sir, how to connect that script database to the program?
Jitendra Parida - Jeetu 10-Jan-12 6:21am    
hi,
1. on your existing sqlserver create same database as well as your sqlserver 2008 database.
2. create script table on your sqlserver 2008.
3. exicute this table script on your existing database.
4. look create table on your new database then use it.
Neha Thanka 10-Jan-12 7:16am    
Thank you.....

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900