Error CS1705
-
This is the error message: (0,0): error CS1705: Assembly 'Common, Version=1.0.2516.28982, Culture=neutral, PublicKeyToken=null' uses 'Eng.Common, Version=2.0.1623.14765, Culture=neutral, PublicKeyToken=0989625e39e31c91' which has a higher version than referenced assembly 'Eng.Common, Version=2.0.131.0, Culture=neutral, PublicKeyToken=0989625e39e31c91' in the object browser it shows both versions of this dll... How can I overcome this problem? Thanks, Jim
-
This is the error message: (0,0): error CS1705: Assembly 'Common, Version=1.0.2516.28982, Culture=neutral, PublicKeyToken=null' uses 'Eng.Common, Version=2.0.1623.14765, Culture=neutral, PublicKeyToken=0989625e39e31c91' which has a higher version than referenced assembly 'Eng.Common, Version=2.0.131.0, Culture=neutral, PublicKeyToken=0989625e39e31c91' in the object browser it shows both versions of this dll... How can I overcome this problem? Thanks, Jim
You need to use the version that is matching what your application is looking for. Currently, your application is using version 2.0.131.0 and you are referencing version 2.0.1623.14765!