Frank Wang's inspirations on .NET

IEnumerable<Inspiration> inspirations = from i in DataContext.Inspirations where i.Sharable == true select i

Enable the Visual Studio 2008 support for SQL Server 2008

Sunday, April 06, 2008 10:26 PM

The SQL Server 2008 CTPs came out after Visual Studio 2008 was released. There's a compatibility issue when you try to open a database connection to SQL 2008 from the VS 2008 designer tool. You may receive the following error message: “This server version is not supported. Only servers up to Microsoft SQL Server 2005 are supported.” This happens when you select the the server, the database, and then click on "Add" to create the database connection.

Fortunately, Microsoft released a CTP to address this issue. The CTP can be downloaded here.


Feedback

No comments posted yet.


Post a comment





 

Please add 3 and 2 and type the answer here: