Hi again.
I am on the part where I am ready to publish my .cs program and tried to install it to my friends pc when I noticed it doesnt connect to the sql and just makes an error, I noticed that i declared all my paths like this:
Sample 1.)
String path=("Data Source=.\\SQLEXPRESS;AttachDbFilename=C:\\Users\\Justine\\Documents\\Visual Studio 2010\\Projects\\CAPSTONE\\CAPSTONE\\CoffeeShopDatabase.mdf;Integrated Security=True;User Instance=True");
Sample 2.)
string fileName = "C:\\Users\\Justine\\Documents\\Visual Studio 2010\\Projects\\CAPSTONE\\CAPSTONE\\drawerport.txt";
what should be my approach so that I can install it to other pc.
thanks