I got a complete vs2005 project from our sub-contractor, which depends on several of their other projects. I didn't get those projects' source files, but I do have their dlls in the bin/debug folder (lets call them a.dll and b.dll). I copied those dlls into a \lib folder, and changed the references to point there. The problem I have now is that a.dll and b.dll depend on a specific version of a product we are developing upon, and our system here has a different version installed.
Is there a simple enough way to open a.dll and b.dll and change their manifest to target our version of the product? Or better yet - make them not depending on a specific version?