Visual Studio 2005 - DataSet Connection Error
Hi,
I create a Table Adapter in Visual Studio 2005. I create a connection and test the connection. Then I create the sql query. All is fine.
Then when I save the Table Adapter I get the below error...
An error has occurred while establishing a connection to the server. When connecting to SQL Server 2005, this failure may be caused by the fact that under the default settings SQL Server does not allow remote connections. (provider: Named Pipes Provider, error:40 - Could not open a connection to SQL Server
Why is this?? Database is fine and tested with another VS project and also works fine.
Thanks.
|