Hi all,
I've built a console application that references version 4.3.2.1 of another dll we've built.
It worked fine and did its job.
Then version 4.3.2.2 of the dll is built, and the console application starts to die becuase it wants to see 4.3.2.1.
Is there any way to tell the console application to use 4.3.2.1 or higher? The methods that are present in 4.3.2.1 are also present in 4.3.2.2 and will be in all subsequent versions of the dll.