The install is not working well.
Any clues as to what this message is all about?:
Server Error in '/PERSWSTE1' Application.
Database 'C:\USERS\JANINE\DOCUMENTS\VISUAL STUDIO 2008\WEBSITES\PERSWSTE1\APP_DATA\PERSONAL.MDF' cannot be upgraded because its non-release version (607) is not supported by this version of SQL Server. You cannot open a database that is incompatible
with this version of sqlservr.exe. You must re-create the database.
Could not open new database 'C:\USERS\JANINE\DOCUMENTS\VISUAL STUDIO 2008\WEBSITES\PERSWSTE1\APP_DATA\PERSONAL.MDF'. CREATE DATABASE is aborted.
An attempt to attach an auto-named database for file C:\Users\JANINE\Documents\Visual Studio 2008\WebSites\PERSWSTE1\App_Data\Personal.mdf failed. A database with the same name exists, or specified file cannot be opened, or it is located on UNC share.
Description: An unhandled exception occurred during the execution of the current web request. Please review the stack trace for more information about the error and where it originated in the code.
Exception Details: System.Data.SqlClient.SqlException: Database 'C:\USERS\JANINE\DOCUMENTS\VISUAL STUDIO 2008\WEBSITES\PERSWSTE1\APP_DATA\PERSONAL.MDF' cannot be upgraded because its non-release version (607) is not supported by this version of SQL Server.
You cannot open a database that is incompatible with this version of sqlservr.exe. You must re-create the database.
Could not open new database 'C:\USERS\JANINE\DOCUMENTS\VISUAL STUDIO 2008\WEBSITES\PERSWSTE1\APP_DATA\PERSONAL.MDF'. CREATE DATABASE is aborted.
An attempt to attach an auto-named database for file C:\Users\JANINE\Documents\Visual Studio 2008\WebSites\PERSWSTE1\App_Data\Personal.mdf failed. A database with the same name exists, or specified file cannot be opened, or it is located on UNC share.
Source Error:
The source code that generated this unhandled exception can only be shown when compiled in debug mode. To enable this, please follow one of the below steps, then request the URL:
1. Add a "Debug=true" directive at the top of the file that generated the error. Example:
<%@ Page Debug="true" %>
or:
2) Add the following section to the configuration file of your application:
<configuration>
<system.web>
<compilation debug="true"/>
</system.web>
</configuration>
Note that this second technique will cause all files within a given application to be compiled in debug mode. The first technique will cause only that particular file to be compiled in debug mode.
Important: Running applications in debug mode does incur a memory/performance overhead. You should make sure that an application has debugging disabled before deploying into production scenario.
Stack Trace:
[SqlException (0x80131904): Database 'C:\USERS\JANINE\DOCUMENTS\VISUAL STUDIO 2008\WEBSITES\PERSWSTE1\APP_DATA\PERSONAL.MDF' cannot be upgraded because its non-release version (607) is not supported by this version of SQL Server. You cannot open a database that is incompatible with this version of sqlservr.exe. You must re-create the database.
Could not open new database 'C:\USERS\JANINE\DOCUMENTS\VISUAL STUDIO 2008\WEBSITES\PERSWSTE1\APP_DATA\PERSONAL.MDF'. CREATE DATABASE is aborted.
An attempt to attach an auto-named database for file C:\Users\JANINE\Documents\Visual Studio 2008\WebSites\PERSWSTE1\App_Data\Personal.mdf failed. A database with the same name exists, or specified file cannot be opened, or it is located on UNC share.]
JoelGlobal
Member
1 Points
11 Posts
Just installed Personal Site Starter Kit and loaded it into Visual Web Dev Express
Feb 06, 2010 02:56 PM|LINK
The install is not working well. Any clues as to what this message is all about?:
Server Error in '/PERSWSTE1' Application.
Database 'C:\USERS\JANINE\DOCUMENTS\VISUAL STUDIO 2008\WEBSITES\PERSWSTE1\APP_DATA\PERSONAL.MDF' cannot be upgraded because its non-release version (607) is not supported by this version of SQL Server. You cannot open a database that is incompatible with this version of sqlservr.exe. You must re-create the database.
Could not open new database 'C:\USERS\JANINE\DOCUMENTS\VISUAL STUDIO 2008\WEBSITES\PERSWSTE1\APP_DATA\PERSONAL.MDF'. CREATE DATABASE is aborted.
An attempt to attach an auto-named database for file C:\Users\JANINE\Documents\Visual Studio 2008\WebSites\PERSWSTE1\App_Data\Personal.mdf failed. A database with the same name exists, or specified file cannot be opened, or it is located on UNC share.
Description: An unhandled exception occurred during the execution of the current web request. Please review the stack trace for more information about the error and where it originated in the code.
Exception Details: System.Data.SqlClient.SqlException: Database 'C:\USERS\JANINE\DOCUMENTS\VISUAL STUDIO 2008\WEBSITES\PERSWSTE1\APP_DATA\PERSONAL.MDF' cannot be upgraded because its non-release version (607) is not supported by this version of SQL Server. You cannot open a database that is incompatible with this version of sqlservr.exe. You must re-create the database.
Could not open new database 'C:\USERS\JANINE\DOCUMENTS\VISUAL STUDIO 2008\WEBSITES\PERSWSTE1\APP_DATA\PERSONAL.MDF'. CREATE DATABASE is aborted.
An attempt to attach an auto-named database for file C:\Users\JANINE\Documents\Visual Studio 2008\WebSites\PERSWSTE1\App_Data\Personal.mdf failed. A database with the same name exists, or specified file cannot be opened, or it is located on UNC share.
Source Error:
Stack Trace:
Version Information: Microsoft .NET Framework Version:2.0.50727.4927; ASP.NET Version:2.0.50727.4927
thuhue
All-Star
15625 Points
3146 Posts
Re: Just installed Personal Site Starter Kit and loaded it into Visual Web Dev Express
Feb 07, 2010 06:40 AM|LINK
Please check here:
http://forums.asp.net/t/1321356.aspx
and report back result.