Hello,
I am trying to run the example program: Coding4Fun: Building a Family History Web Service at this URL
http://msdn.microsoft.com/coding4fun/xmlforfun/familyhistory/default.aspx
The project has an SQL Express database Family.mdf. When I try and open Family.mdf in VS 2005, I get this error:
'FAMILY.MDF' cannot be upgraded because its non-release version (587) 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.
I can create a new database, but then the stored procedures will be lost.
Any suggestions how to repair the database?
Thanks