I was working on a asp.net project when I realise I need to add an essential column to the sql database. I understand VS2010 doesn't support adding columns hence I attached the database(probably created with SQL2005express edition) to my SQL server 2008R2 and add it, after which I try to plug it(the same updated database) back to my project and got this error message when I try to open it up in the VS solution explorer:
"cannot be opened because it is version 661. This server supports version 655 and earlier. A downgrade path is not supported."
Could it be that my VS2010 is still configured to work with SQLExpress and not MSSQLSERVER because when I turn off the SQL Server (SQLEXPRESS) service in SQL Server configuration manager, VS solution explorer prompts an error upon trying to open any database:
"A network-related or instance-specific error occurred while establishing a connection to SQL Server. The server was not found or was not accessible. Verify that the instance name is correct and that SQL Server is configured to allow remote connections. (provider: SQL Network Interfaces, error: 26 - Error Locating Server/Instance Specified)."
Anyone can shed some light? I new to database development, any help is appreciated. All I want is just to add that single column. Thanks!
