|
-
Jun 8th, 2009, 08:14 PM
#1
Thread Starter
Lively Member
after the application is complete
Hi Everyone
I have completed my 1st app.
How do I go about using it on another computer.
Thanks
-
Jun 8th, 2009, 09:17 PM
#2
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.
-
Jun 13th, 2009, 05:40 PM
#3
Thread Starter
Lively Member
Re: after the application is complete
Thanks for your reply
where can I find this exec. File
-
Jun 13th, 2009, 08:48 PM
#4
Re: after the application is complete
 Originally Posted by viper5646
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.
-
Jun 13th, 2009, 09:12 PM
#5
Thread Starter
Lively Member
Re: after the application is complete
I'm Using Visual Basic Express 2008
-
Jun 13th, 2009, 11:24 PM
#6
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.
-
Jun 14th, 2009, 07:32 AM
#7
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
-
Jun 14th, 2009, 08:59 AM
#8
Thread Starter
Lively Member
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
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|