1

嗨,我最近从 Windows 7 升级到了 Windows 8。并在我的 PC 上安装了 Visual Studio 2010 和 2012。我有两个在 Windows 7 下运行良好的个人应用程序,但在尝试在 Windows 8 上运行它们后,我收到以下错误.

第一个应用程序显示以下错误:

The database 'E:\PROJECTS IDE\VISUAL STUDIO\2010\WEBAPPLICATIONS\FORUM\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 'E:\PROJECTS IDE\VISUAL STUDIO\2010\WEBAPPLICATIONS\FORUM\APP_DATA\ASPNETDB.MDF'. CREATE DATABASE is aborted.
An attempt to attach an auto-named database for file E:\Projects IDE\Visual Studio\2010\WebApplications\Forum\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.

这似乎与两个应用程序上的 ASPNETB.MDF 数据库有关。

第二个应用程序起初运行良好,但我只是因为我已经创建了两个数据库并且为了运行应用程序访问 ASPNETDB.MDF 不是必需的。但是在我尝试登录到应用程序后,我得到了这个错误:

An attempt to attach an auto-named database for file D:\Projects IDE\Visual Studio\MyWork\Websites\e-commerce\e-commerce\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.

我发布这两个应用程序问题的原因是因为我认为这是阻止我的应用程序运行的同一个问题。

我能做些什么来解决这个问题?

4

0 回答 0