How to deploy c# app on client computer
Am having a problem deploying my c# application on client machine. I use advance installer for the setup.exe included with a database in the application, I use sql server 2012. When I run the setup.exe on my system it works properly also creating the database and all the tables in database query. I don't have any issue. But my problem is that when I try installing the setup.exe on another computer (client machine) the installation fail when query the database with this error: ODBC Connect: timeout exceeded, and the installation was unable to complete. Can you please put me through on how I can solve this problem and got the application installed on client's computer? Thanks so much..
Answers (4)
0
Well, the Latest News section on here (see side bar to right) certainly helps in that respect.
If you also join the Code Project site (
http://www.codeproject.com/), they'll send you at least one newsletter a day which lists (and links to) relevant articles that have recently been published on other news sites, not just on computing but on science and technology generally. In fact, there's so many that it's difficult to keep up!
Personally, I never look at Twitter (unless linked to by the aforementioned sources) as I find it too shallow for most purposes.
Accepted