PDA

Click to See Complete Forum and Search --> : To run .exe file built from VB on all computers


iqkh
Jul 14th, 2005, 07:29 AM
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

Hack
Jul 14th, 2005, 07:51 AM
Welcome to the forums. :)

Are you using the Package and Deployement Wizard to build your installation package?

dark_shadow
Jul 14th, 2005, 09:32 AM
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)

RobDog888
Jul 14th, 2005, 10:52 AM
What did you use to package it?