create setup - winform app 2010
Hi,
I am having problems with creating setup for the application we have developed in winform 2010.
The windows solution has two projects. One which holds the forms and the other for data access work. The one with dataaccess work has a app.config which gets the connection string.
I create a setup using the publish wizard.
But when double clicking on t he setup.exe it says the "appname" has stopped working.
Have I missed anything during the setup creation?
Thanks
Re: create setup - winform app 2010
You need to put the required information from the library's config file into the application's config file.
Re: create setup - winform app 2010
I think this thread would be better in the "Application Development" section seeing as the answer to the same regardless of whether you use VB.NET or C# (such as in this case). I have requested the thread moved.
Re: create setup - winform app 2010
Quote:
Originally Posted by
jmcilhinney
You need to put the required information from the library's config file into the application's config file.
Thanks
Re: create setup - winform app 2010
Moved To Application Deployment