Hey...
Lets say i have a DLL written in VB.
This DLL is used as project reference in anoher Vb application.

The problem is that once i move the DLL into another loction, the application wont work even if the DLL and EXE are in the same folder or if the DLL is in the system32 folder.
It works only if the dll is in the same folder where it was compiled....

How can i publish my application if i have this problem??