G
Guest
I installed SQLserver express as well as VS2005 Standard. I know the database
server is functioning correctly since I can manipulate it with the sqlserver
express tools. However when I try to connect to the server in VS either
programatically or through the server tools I get the same unfortunate error
message:
{"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)"}
I found a property on the server called Allow Remote Connections to the
Server, which was already checked.
Not really sure where to go from here. Any suggestions?
Thanks,
Bob
server is functioning correctly since I can manipulate it with the sqlserver
express tools. However when I try to connect to the server in VS either
programatically or through the server tools I get the same unfortunate error
message:
{"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)"}
I found a property on the server called Allow Remote Connections to the
Server, which was already checked.
Not really sure where to go from here. Any suggestions?
Thanks,
Bob