
net SDK and I will not install the SDK as a prereq for client computers.įileversion and Product versions are synchronized to be the version that is being installed incremented to higher level for each release.Īssembly version is locked into a version number (19.1.0.0) to allow backwards compatibility between all product versions.Ĭan you provide details of a fix, work-around or verify this is a bug to be fixed? If AI would remove the assembly from the GAC on uninstall, we would not have this issue. C:Program Files (x86)Microsoft SDKsWindowsv7.0ABinNETFX 4.0 Tools>gacutil -i C: Microsoft (. On installs of older versions (downgrade), the GAC keeps the newer version that was installed previously and does not overwrite the assembly in the GAC.ĪI is never removing the assembly from the GAC on uninstall as specified in the documentation. On install of newer products, the assembly in the GAC is updated to the current installing version. gacutil is a tool used by developers to install versioned assemblies into the system Global Assembly Cache (GAC) to become part of the assemblies that are. When we uninstall the assembly is still left in the GAC and was never removed. On product install we install an assembly into the GAC.
