asp.net - ASPNETDB.MDF version conflict -


I am working on a project on my home computer on which Visual Studio 2010 is Ultimate. I used this project as a flash The drive was saved and did some work on it, where Visual Web Developer 2010 was installed.

This project now has a login screen which uses a net log control. It was working on my home computer, and worked on my computer. But when I brought it home and tried to run it, I get an error:

"Database (My flash drive path) / ASPNETDB.MDF 'can not be opened because this version is 661. Server version 655 and earlier. A downgrade path is not supported. "

So apparently when I ran it on my computer, it used to set up the database on version 661. What can I do now, so can I run it on my home computer?

Thanks for any help!

The easiest solution is to update SQL Server (or SQL Server Express, as appropriate) on your home computer. Have to do.

Comments