Results 1 to 7 of 7

Thread: ***RESOLVED*** [02/03] Problem with running

  1. #1

    Thread Starter
    Lively Member smart_phil_dude1's Avatar
    Join Date
    Jun 2005
    Location
    Behind You!
    Posts
    125

    Resolved ***RESOLVED*** [02/03] Problem with running

    once i've finished making my app, i've done release and now i have the exe file. it works on my computer but not on other people's computers... some files are missing (probably some that came with visual studio), how can i make a setup file to add the files to their computers? also, how can i find out which files i need?
    Last edited by smart_phil_dude1; Nov 8th, 2006 at 10:47 PM. Reason: Resolved
    Please Help Us Save Ana or donate now by going to Oneana.com

    Visit my Website at http://www.therealfantasy.com

  2. #2
    PowerPoster stanav's Avatar
    Join Date
    Jul 2006
    Location
    Providence, RI - USA
    Posts
    9,290

    Re: [02/03] Problem with running

    Do other computers have the .Net Framework 1.1 installed? Do you reference any COM dlls in your program that are not on other computers?

  3. #3
    Arabic Poster ComputerJy's Avatar
    Join Date
    Nov 2005
    Location
    Happily misplaced
    Posts
    2,513

    Re: [02/03] Problem with running

    Make a setup Wizard and also make sure the target computers have the same version of .NET framework you have
    "I'm not normally a praying man, but if you're up there, save me... Superman!" - Homer Simpson
    My Blog

  4. #4

    Thread Starter
    Lively Member smart_phil_dude1's Avatar
    Join Date
    Jun 2005
    Location
    Behind You!
    Posts
    125

    Re: [02/03] Problem with running

    they don't have visual studio, no... how can i make it so any computer can use it, even the new ones that don't have anything installed on yet. i don't want them to have to install some other app to be able to use mine...
    Please Help Us Save Ana or donate now by going to Oneana.com

    Visit my Website at http://www.therealfantasy.com

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

    Re: [02/03] Problem with running

    You should create an installer for your app, which can be used to install the .NET Framework if it's not already present. Add a new project to your solution and for simple cases you can select Setup Wizard as CJ suggested. Once the wizard completes you can make changes if required. If you install the VS.NET 2003 Bootstrapper Plug-in the output from building your Setup project will include the Framework and the Setup.exe will invoke its installer if required.

    Take note: No-one has to install Visual Studio to run your app but all .NET applications require that the system be running the .NET Framework. That's what makes it a .NET app. It only needs to be installed once and then all .NET apps will use it.
    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

  6. #6

    Thread Starter
    Lively Member smart_phil_dude1's Avatar
    Join Date
    Jun 2005
    Location
    Behind You!
    Posts
    125

    Re: [02/03] Problem with running

    ok then i'll try so
    Please Help Us Save Ana or donate now by going to Oneana.com

    Visit my Website at http://www.therealfantasy.com

  7. #7

    Thread Starter
    Lively Member smart_phil_dude1's Avatar
    Join Date
    Jun 2005
    Location
    Behind You!
    Posts
    125

    Re: [02/03] Problem with running

    sure helped a lot
    thanks guys
    Please Help Us Save Ana or donate now by going to Oneana.com

    Visit my Website at http://www.therealfantasy.com

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