I am working on a project that references dlls from another product. The product has a release each year and the assemblies version changes for each one, although the methods stay the same.
When I run a build of my project for 2010 when I try and run it for 2009 it throws an error because it is dependent on a different version. Is there a way around this?
I am working on a project that references dlls from another product. The product
Share
Try selecting the reference, and in property window set Specific Version as false.