how to install c# application on client computer
I have develop an application for client that involve database, I used SQLserver 2012 for the database. I want to deploy in on client machine without installing SQLserver on client machine, can somebody please help me???
Amit GuptaPosted Aug 15, 2017, 1:03 PM
Nigel FernandesPosted Aug 15, 2017, 9:56 PM
Ravishankar VelladuraiPosted Aug 15, 2017, 1:07 PM
Ravishankar VelladuraiPosted Aug 15, 2017, 12:55 PM
Hello I made a C# application with database and I want to deploy it on other computers but it's not working. It works fine on my computer even on release mode and when I install but on clients computers I get this error picture(sorry for bad quality)
Error I get is: System.IndexOutOfRangeException
I tried to make my connection string to various format but none seems to work on clients pc.