prabhu raj

prabhu raj

  • NA
  • 1
  • 0

deploying windows application project

Jul 19 2008 5:09 AM
iam using following connection string (C#)

SqlConnection con = new SqlConnection(@"Data Source=.\SQLEXPRESS;AttachDbFilename=D:\WindowsApplication1\Database1.mdf;
Integrated Security=True;User Instance=True");

i deployed my project and i installed into client machine.
after installed into client machine i cant able access the database..
Error:
cant able to access specified database path.

can anyone tell me how to fix this bug detail.

Answers (1)