Results 1 to 5 of 5

Thread: create setup - winform app 2010

  1. #1

    Thread Starter
    Fanatic Member
    Join Date
    Mar 2007
    Posts
    694

    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

  2. #2
    Super Moderator jmcilhinney's Avatar
    Join Date
    May 2005
    Location
    Sydney, Australia
    Posts
    111,221

    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.
    Why is my data not saved to my database? | MSDN Data Walkthroughs
    VBForums Database Development FAQ
    My CodeBank Submissions: VB | C#
    My Blog: Data Among Multiple Forms (3 parts)
    Beginner Tutorials: VB | C# | SQL

  3. #3
    PowerPoster Nightwalker83's Avatar
    Join Date
    Dec 2001
    Location
    Adelaide, Australia
    Posts
    13,344

    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.
    when you quote a post could you please do it via the "Reply With Quote" button or if it multiple post click the "''+" button then "Reply With Quote" button.
    If this thread is finished with please mark it "Resolved" by selecting "Mark thread resolved" from the "Thread tools" drop-down menu.
    https://get.cryptobrowser.site/30/4111672

  4. #4

    Thread Starter
    Fanatic Member
    Join Date
    Mar 2007
    Posts
    694

    Re: create setup - winform app 2010

    Quote Originally Posted by jmcilhinney View Post
    You need to put the required information from the library's config file into the application's config file.
    Thanks

  5. #5
    I'm about to be a PowerPoster! Hack's Avatar
    Join Date
    Aug 2001
    Location
    Searching for mendhak
    Posts
    58,333

    Re: create setup - winform app 2010

    Moved To Application Deployment

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  



Click Here to Expand Forum to Full Width