M
Mike Fechner
Guest
GUI for .NET is another exception. The compiler will write the exact version of the referenced assemblies into the r-code and at runtime those versions are required. This includes Infragistics Assemblies and the Progress bridge build in types. Between Service packs, Progress implements assembly probing to define compatible assembly versions. But not between releases. So prowin32.exe.config in 11.3.1 has (among others) dependentAssembly assemblyIdentity name="Infragistics4.Win.UltraWinGrid.DocumentExport.v13.1" publicKeyToken="7dd5c3163f2cd0cb" culture="neutral" / publisherPolicy apply="no"/ bindingRedirect oldVersion="13.1.20131.2015" newVersion="13.1.20131.2048"/ /dependentAssembly which will allow a runtime of 11.3.1 use r-code compiled against the Infragistics version shipped with 11.3.0. But not for 11.2 or 11.1. And it has been like this since 10.2B at least.
Continue reading...
Continue reading...