When I increment the version number of the class library the VSTO project fails to load it during run time.
The exception I get:
Could not load file or assembly 'CommonLibraryPrj, Version=1.0.0.0, Culture=neutral, PublicKeyToken=69128d937baea9c7' or one of its dependencies. The located assembly's manifest definition does not match the assembly reference. (Exception from HRESULT: 0x80131040)
The version of the library is now 1.0.1.0.
When I change it back, every works fine, but the library version MUST be updated as it's another product on its own.
How do I fix this