Home All Groups Group Topic Archive Search About

References Missing:yadda

Author
13 Mar 2009 2:12 PM
Bee
I work on my VB6 app on my home Vista Ultimate PC and also take it on the
road with my XP laptop.
I copy all project files over via a pen drive.
I have a reference to a file in the project C:\Program Files\Debug\Debug.exe
This file is resident and nver copied.
When I copy the project back and forth I always get the missing reference
for Debug.exe on form view open or run and have to uncheck the reference,
close References, reopen References and Browse to the same reference.  This
always works.
I have verified that the Debug.exe path is is identical on both PCs.
What am I missing?
Other references in the project do not have the same problem.

Author
13 Mar 2009 3:10 PM
Jeff Johnson
Show quote Hide quote
"Bee" <B**@discussions.microsoft.com> wrote in message
news:4C69DF1A-9EC9-46D0-9559-96689EAED62A@microsoft.com...

>I work on my VB6 app on my home Vista Ultimate PC and also take it on the
> road with my XP laptop.
> I copy all project files over via a pen drive.
> I have a reference to a file in the project C:\Program
> Files\Debug\Debug.exe
> This file is resident and nver copied.
> When I copy the project back and forth I always get the missing reference
> for Debug.exe on form view open or run and have to uncheck the reference,
> close References, reopen References and Browse to the same reference.
> This
> always works.
> I have verified that the Debug.exe path is is identical on both PCs.
> What am I missing?
> Other references in the project do not have the same problem.

Could they have been compiled at different times and therefore have
different GUIDs? Trying copying the .EXE from one machine to another, then
re-add the reference (to be safe). See if you then keep getting the error.
Author
13 Mar 2009 3:39 PM
Bee
Possibly.  Thanks.

Show quoteHide quote
"Jeff Johnson" wrote:

> "Bee" <B**@discussions.microsoft.com> wrote in message
> news:4C69DF1A-9EC9-46D0-9559-96689EAED62A@microsoft.com...
>
> >I work on my VB6 app on my home Vista Ultimate PC and also take it on the
> > road with my XP laptop.
> > I copy all project files over via a pen drive.
> > I have a reference to a file in the project C:\Program
> > Files\Debug\Debug.exe
> > This file is resident and nver copied.
> > When I copy the project back and forth I always get the missing reference
> > for Debug.exe on form view open or run and have to uncheck the reference,
> > close References, reopen References and Browse to the same reference.
> > This
> > always works.
> > I have verified that the Debug.exe path is is identical on both PCs.
> > What am I missing?
> > Other references in the project do not have the same problem.
>
> Could they have been compiled at different times and therefore have
> different GUIDs? Trying copying the .EXE from one machine to another, then
> re-add the reference (to be safe). See if you then keep getting the error.
>
>
>