Click here to Skip to main content
15,912,977 members
Home / Discussions / Visual Basic
   

Visual Basic

 
GeneralRe: Exe doubt Pin
BINOVAR1-Jan-07 17:02
BINOVAR1-Jan-07 17:02 
GeneralRe: Exe doubt Pin
Eric Georgiades1-Jan-07 20:57
Eric Georgiades1-Jan-07 20:57 
GeneralRe: Exe doubt Pin
BINOVAR1-Jan-07 21:15
BINOVAR1-Jan-07 21:15 
GeneralRe: Exe doubt Pin
Eric Georgiades1-Jan-07 21:21
Eric Georgiades1-Jan-07 21:21 
GeneralRe: Exe doubt Pin
BINOVAR1-Jan-07 21:45
BINOVAR1-Jan-07 21:45 
GeneralRe: Exe doubt Pin
Eric Georgiades2-Jan-07 4:42
Eric Georgiades2-Jan-07 4:42 
GeneralRe: Exe doubt Pin
BINOVAR2-Jan-07 5:00
BINOVAR2-Jan-07 5:00 
GeneralRe: Exe doubt Pin
Eric Georgiades2-Jan-07 5:08
Eric Georgiades2-Jan-07 5:08 
BINO VARGHESE wrote:
In the Newer Version of the Exe.i have added some new components that additional features is not working. But I can assure u that only the new version of EXEs is working ..
Can u guide me in this issue too..


Adding components (such as DLL files) to your project means that you are accessing resources that will not be compiled in your program.

In other words you need to copy more than just the exe. Notice that if you publish your application, and view the prerequisites, you'll notice that with the built exe all the additional components will be added.

In a simple application (that will not scale much further) you should copy all the files found under your compilation directory.

(All the files in the debug or bin directory should be together with the exe file)

Most likely it's the case of that "new" dll you added.

Ericos Georgiades

GeneralRe: Exe doubt Pin
BINOVAR2-Jan-07 5:12
BINOVAR2-Jan-07 5:12 
GeneralRe: Exe doubt Pin
Eric Georgiades2-Jan-07 5:16
Eric Georgiades2-Jan-07 5:16 
GeneralRe: Exe doubt Pin
BINOVAR2-Jan-07 5:21
BINOVAR2-Jan-07 5:21 
GeneralRe: Exe doubt Pin
Eric Georgiades2-Jan-07 5:28
Eric Georgiades2-Jan-07 5:28 
GeneralRe: Exe doubt Pin
BINOVAR2-Jan-07 5:31
BINOVAR2-Jan-07 5:31 
QuestionDeployment Project Readme.rtf will not display Pin
vfhgujaqwe27-Dec-06 16:38
vfhgujaqwe27-Dec-06 16:38 
AnswerDeployment Project Readme.rtf will not display Pin
Shadyskills29-Dec-06 3:12
Shadyskills29-Dec-06 3:12 
QuestionDetect SQLServer Name on my network Pin
minhnguyen0827-Dec-06 16:28
minhnguyen0827-Dec-06 16:28 
QuestionRemove bitmap transparency Pin
Polymorpher27-Dec-06 15:47
Polymorpher27-Dec-06 15:47 
Questionto add buttons to listview Pin
Elsajacob27-Dec-06 15:27
Elsajacob27-Dec-06 15:27 
AnswerRe: to add buttons to listview Pin
MatrixCoder27-Dec-06 15:59
MatrixCoder27-Dec-06 15:59 
GeneralRe: to add buttons to listview Pin
Elsajacob27-Dec-06 17:40
Elsajacob27-Dec-06 17:40 
QuestionEmbeded Resources Pin
Tibmeister27-Dec-06 9:49
Tibmeister27-Dec-06 9:49 
Questionprint windows screen Pin
Silver-Grey27-Dec-06 9:05
Silver-Grey27-Dec-06 9:05 
QuestionVBA speed issues Pin
73Zeppelin27-Dec-06 8:00
73Zeppelin27-Dec-06 8:00 
AnswerRe: VBA speed issues Pin
Paul Conrad27-Dec-06 8:10
professionalPaul Conrad27-Dec-06 8:10 
GeneralRe: VBA speed issues Pin
73Zeppelin27-Dec-06 10:04
73Zeppelin27-Dec-06 10:04 

General General    News News    Suggestion Suggestion    Question Question    Bug Bug    Answer Answer    Joke Joke    Praise Praise    Rant Rant    Admin Admin   

Use Ctrl+Left/Right to switch messages, Ctrl+Up/Down to switch threads, Ctrl+Shift+Left/Right to switch pages.