Your Privacy Matters: We use our own and third-party cookies to improve your experience on our website. By continuing to use the website we understand that you accept their use. Cookie Policy
1530
Conflicts between different versions of the same dependent assembly
posted

Hi,

after upgrading from V10.3 to V11.1 i get the following warning:

 

Warning 4 Found conflicts between different versions of the same dependent assembly.

 

 

Visual Studion wants to fix that problem by adding a binding redirect record to the App.Config file:
<dependentAssembly>
<assemblyIdentity 
name="InfragisticsWPF4.Documents.Excel.v11.1"
 publicKeyToken="7DD5C3163F2CD0CB"
 culture="neutral"/>
<bindingRedirect 
oldVersion="0.0.0.0-11.1.20111.2113" 
newVersion="11.1.20111.2113"/>
</dependentAssembly>

The versions look very similar. What causes this problem?

Best
cew3

 

Parents Reply Children