Possible Duplicate:
How can you force VB6 to use the DLLs and OCXs from the app directory?
I have a small application and it references a DLL named chkConn.dll.
For example, I have two different versions of the dll in two different locations. The other one is C:\chkConn.dll and the other is D:\chkConn.dll. I want my application to use C:\chkConn.dll even if I register D:\chkConn.dll in my system.
I read about creating manifests,but, I'm not sure how to do it.