Issues in Configuring SQLdatasource control
I am using sql server2008 developer edition
Although in my code behind file I am able to create a sql connection class and query data from the database,
when it comes to configuring the sqldatasource tool,it shows an error "This server version is not supported.You must have Microsoft SQL Server 2005 Beta or later".
The problem is only for sqlclient dataprovider and the oledb dataprovider works fine if iI try to configure it.
Also I added the namespace System.Data.Sqlclient and tried but no hope please help
|