dbTalk Databases Forums  

VB - "Available References" problem

comp.databases.ms-access comp.databases.ms-access


Discuss VB - "Available References" problem in the comp.databases.ms-access forum.



Reply
 
Thread Tools Search this Thread Display Modes
  #1  
Old   
SpaceMarine
 
Posts: n/a

Default VB - "Available References" problem - 01-03-2008 , 06:27 PM






hello,

i am trying to figure something out. the facts:

- i have an Access 2000 app that ive converted to Access 2007 (windows
Vista)

- it uses several external references, DLLs and an EXE.

- these are managed in the VB IDE's Tools-->References... dialog.

- one of the available references is an .EXE that belongs to my team,
its location is in "C:\Users\foo\bar\someFile.exe".

- i now need to update this reference to point elsewhere.

....however, whenever i use the "Browse..." button to point to the new
location (same file name), it ignores the change, and the available-
reference remains pointing to the old location.

how does the Access VB IDE populate this list? is there a way i can
permanently remove the old available-reference from it? then maybe
"Browse..." will successfully pickup my new path.


thoughts? thanks!

sm

Reply With Quote
  #2  
Old   
Tom van Stiphout
 
Posts: n/a

Default Re: VB - "Available References" problem - 01-03-2008 , 07:02 PM






On Thu, 3 Jan 2008 15:27:37 -0800 (PST), SpaceMarine
<spacemarine (AT) mailinator (DOT) com> wrote:

EXEs used as references are rather unusual. I have to assume this is
an ActiveX EXE. As such, it needs to be registered using:
regsvr32.exe <path_to>someFile.exe

Then try setting the reference again.

-Tom.



Quote:
hello,

i am trying to figure something out. the facts:

- i have an Access 2000 app that ive converted to Access 2007 (windows
Vista)

- it uses several external references, DLLs and an EXE.

- these are managed in the VB IDE's Tools-->References... dialog.

- one of the available references is an .EXE that belongs to my team,
its location is in "C:\Users\foo\bar\someFile.exe".

- i now need to update this reference to point elsewhere.

...however, whenever i use the "Browse..." button to point to the new
location (same file name), it ignores the change, and the available-
reference remains pointing to the old location.

how does the Access VB IDE populate this list? is there a way i can
permanently remove the old available-reference from it? then maybe
"Browse..." will successfully pickup my new path.


thoughts? thanks!

sm

Reply With Quote
Reply




Thread Tools Search this Thread
Search this Thread:

Advanced Search
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

vB code is On
Smilies are On
[IMG] code is On
HTML code is Off



Powered by vBulletin Version 3.5.3
Copyright ©2000 - 2008, Jelsoft Enterprises Ltd.