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
No Data
Reply
  • 138253
    Offline posted

    Hello,

     

    Thank you for your post. I have been looking through it and since I cannot be completely sure why this behavior occurs, because there are a couple of possible reasons for it, could you please check your GAC for duplicate versions of the same assemblies, but from different service releases. Also, do you have the NetAdvantage Reporting product installed on your machine?

     

    Looking forward for your reply.

Children