I am trying to execute my C# Program in another computer. every thing is ok except trying to print something. the error number 40 in SQL is shown. it's strange because all of my program work fine but printing is not ok. My connection string is: SqlConnection con = new SqlConnection("Data Source=(local);initial catalog=KianVandaIntegratedSoftware;integrated security=true;");
1
votes