Hello to all,

I am having a problem with references in VB 2005. I am creating an application that I have added some references. Though once I install the application and uninstall it it also removes the system refferences from VB2005.

I have installed the application again and then the references show up in VB 2005 but now point to the install directory.

All the machines I will be installing this application onto have the DLLs and TLB files and such that I need in a specific directory.

How can I add a reference but not include it in the install so that it will look to an existing directory instead?

Such as my application installs into C:\My_Application
and the references are not installed but would look to C:\My_References

Thanks for all you help with this.

Mythos