Posted on: 5/30/2014 9:16:38 AM | Views : 538

Hello guys,
i've added two columns named Address and CartNo to aspnet_Users of ASPNETDB.mdf database.When i enter data to these columns i get an  error:
Additional information: The database 'C:\USERS\navigare\DESKTOP\E_TIC\E_TIC\APP_DATA\ASPNETDB.MDF' cannot be opened because it is version 706. This server supports version 655 and earlier. A downgrade path is not supported.
Could not open new database 'C:\USERS\navigare\DESKTOP\E_TIC\E_TIC\APP_DATA\ASPNETDB.MDF'. CREATE DATABASE is aborted.
An attempt to attach an auto-named database for file C:\Users\navigare\Desktop\E_tic\E_tic\App_Data\aspnetdb.mdf failed. A database with the same name exists, or specified file cannot be opened, or it is located on UNC share.
how can solve this problem?

Go to the complete details ...