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
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.
I uninstalled version 10.3. In the GAC is only the Infragistics.License left.
In the solution are just the v11 files.
The warning still occurs in every project, having a reference to the project holding references to the v11 files.
After installing V11 the GAC contains double entries for the DLLs:
In our solution we use only xxxWPF4 files. Shouldn't also be WPF4 DLLs available?
Best regards