Click here to Skip to main content
15,913,939 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
See more:
i am developing a client side application and use a sql local database"SQL Server Compact 3.5" in visual studio 2010 when i pass a select query for retrieve username and password it give this error

"A network-related or instance-specific error occurred while establishing a connection to SQL Server. The server was not found or was not accessible. Verify that the instance name is correct and that SQL Server is configured to allow remote connections. (provider: SQL Network Interfaces, error: 26 - Error Locating Server/Instance Specified)"
Posted

What does your code look like? Are you creating the database connection directly through VS? (eg adding it as a resource)
 
Share this answer
 
You need to post some code here before someone can help you.
 
Share this answer
 
Before you continue, if its a MS SQL server, make sure that the "SQL Server Browser" service is running on the Server, plus make sure you can connect to the server using Management Studio. Check your firewalls! Otherwise its your code, post it!
 
Share this answer
 

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900