Results 1 to 8 of 8

Thread: after the application is complete

  1. #1

    Thread Starter
    Lively Member viper5646's Avatar
    Join Date
    Feb 2009
    Location
    kitchener Ontario
    Posts
    90

    after the application is complete

    Hi Everyone
    I have completed my 1st app.
    How do I go about using it on another computer.

    Thanks

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

    Re: after the application is complete

    Your question makes no specific reference to databases so is this really the right forum for it? Also, you're going to have to provide some sort of description of how your app was created. At the moment we know NOTHING about it so how can we tell you how to use it? It's quite possible that you can just copy the EXE to another machine but there's no way for us to know that for sure without some information about the app.
    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

    Thread Starter
    Lively Member viper5646's Avatar
    Join Date
    Feb 2009
    Location
    kitchener Ontario
    Posts
    90

    Re: after the application is complete

    Thanks for your reply
    where can I find this exec. File

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

    Re: after the application is complete

    Quote Originally Posted by viper5646 View Post
    Thanks for your reply
    where can I find this exec. File
    I can't tell you that given that I don't know what you used to create the app in the first place.
    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

  5. #5

    Thread Starter
    Lively Member viper5646's Avatar
    Join Date
    Feb 2009
    Location
    kitchener Ontario
    Posts
    90

    Re: after the application is complete

    I'm Using Visual Basic Express 2008

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

    Re: after the application is complete

    When you run your project in the debugger the output is stored in the bin\Debug folder under the project folder. When you want to deploy, you should use the Build menu to compile and the output is stored in the bin\Release folder under the project folder. That output should include your EXE, your database and any other required files, like DLLs.
    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

  7. #7
    Super Moderator si_the_geek's Avatar
    Join Date
    Jul 2002
    Location
    Bristol, UK
    Posts
    41,974

    Re: after the application is complete

    Thread moved from "Database Development" forum to "Application Deployment" forum, which is where questions about installing/distributing your software belong

  8. #8

    Thread Starter
    Lively Member viper5646's Avatar
    Join Date
    Feb 2009
    Location
    kitchener Ontario
    Posts
    90

    Re: after the application is complete

    thank you jmcilhinney for your help.

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