c# - connectionstring for sql server 2008 r2 -


this question exact duplicate of:

i'm trying connect sql server 2008 r2 windows form aplication app.config file in xml=1.0 using connection string

server=10.217.192.130;database=candb;user id=cw01\uidv7832;password=mypass!; 

and gives out error :

an error occurred while getting provider information database. can caused entity framework using incorrect connection string. check inner exceptions details , ensure connection string correct.

can tell me why?

try connect sql server through server explorer view (menu bar) in vs. property corresponding connection string.


Comments

Popular posts from this blog

c# - DetailsView in ASP.Net - How to add another column on the side/add a control in each row? -

javascript - firefox memory leak -

Trying to import CSV file to a SQL Server database using asp.net and c# - can't find what I'm missing -