Click here to Skip to main content
15,881,882 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
Hello folks...

I have a small demo windows forms application, which has 2 forms.
1)enter a name in the first form, which will add the name to a table in the database. The back-end used is SQL Server 2008.

2)After successful entry in the database, the user is prompted to the second form, which is basically a demo calculator.

My question is how can I deploy this project to some other machine. Wana create a normal executable file, in the other machine.

I was able to deploy one another windows forms app, which was without a SQL database connection, by using the Setup and Deployment wizard of the VS 2008.

Also, does the other machine would have to have certain pre-requisites, like presence of SQL server in it?

I googled, but could not find meaningful results.

Any assistance or an external pointer to this scenario would be highly appreciated.

regards
anurag
Posted

1 solution

Hi Anurag,
I think your problem is not deployment of your application. If you have a sql connection problem you must configure your sql server settings(remote access).
Did you configure it for remote access?

In addition,
if you want an alternative deployment you may try clickonce deployment technologies.
[more detail for clickonce]
 
Share this answer
 
Comments
Anurag Sinha V 23-Jan-13 10:55am    
hi,

let me try..

regards
anurag

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900