Monday, May 24, 2010

In visual basic, how do you run the programs you create independently on other machines?

I have tried to run the .exe file in my program that i have created in visual basic and it say error, must terminate the program, it runs fine on my computer which has visual basic on it, do you have to have visual basic on your computer to run your programs you create in visual basic?

In visual basic, how do you run the programs you create independently on other machines?
If it is written in VB 2005 you will need the .net framework 2.0 installed on the computer you want to run it on.
Reply:Most versions come with some sort of PACKAGE AND DEPLOYMENT WIZARD...In older versions, it had another name, the APPLICATION SETUP WIZARD. Find this program, and run your Visual BASIC program through that. It will create a SETUP.EXE file that will install all of the necessary components (RUNTIME LIBRARIES, ACTIVE X CONTROLS, DLLs, etc.) on the computer without Visual BASIC.

rose garden

No comments:

Post a Comment