To run .exe file built from VB on all computers
I want to run a .exe file I prepared by VB which uses sql database to get data. I tried preparing package of this project and then tries installing on ther pc but I recieved "Method '~' " error.
Please let me know how to go about it so that i will be able to run this .exe file on all pcs
Re: To run .exe file built from VB on all computers
Welcome to the forums. :)
Are you using the Package and Deployement Wizard to build your installation package?
Re: To run .exe file built from VB on all computers
so i take it the program contains dll's? if not then when you complie it normally it should run on any computer (with the exception of a computer with an operation system other than windows)
Re: To run .exe file built from VB on all computers
What did you use to package it?