I want to use the SqlDatasource to connect a SQL Server 2008, but it says it only support the sql server 2005. Is there any method to solve it? I use the Visual Studio 2008.
Best Regards,
I want to use the SqlDatasource to connect a SQL Server 2008, but it says it only support the sql server 2005. Is there any method to solve it? I use the Visual Studio 2008.
Best Regards,
SqlDatasource will connect to SQL Server 2008
For design time connectivity (ie. Server Explorer) from Visual Studio 2005 you need to install this patch: Microsoft Visual Studio 2005 Service Pack 1 Update for Microsoft SQL Server 2008 Support.
For design time connectivity from Visual Studio 2008 you need to install VS 2008 SP1, if I remember correctly.