Our .NET app works just fine, we have publisher policies in the GAC. We can see the multiple versions of our apps (via fusion viewer) getting the redirection to the latest .NET version.
However, once we install Oracle 11g client, and it's publisher policies go into the GAC, our app stops redirecting. The fusion viewer acts like there are no policies for our app and we get a version error. (It says it's looking for the policies but cannot find them).
Has anyone seen this?
The Oracle client is 11.2.0.2 32bit.
Extra info from the user
Step 1) Already had Oracle and QS (internal app) installed on my machine
- fuslogvw shows it found our policy files and redirection was working
- grabbed a copy of the machine config
- exported HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Fusion\PublisherPolicy\Default to a file
Step 2) Uninstalled Oracle from iDApps
- cocreate now fails
- fuslogvw shows the GAC lookup was unsuccessful (attached log file)
- checked that machine.config did not change
- Some registry keys in the PublisherPolicy\Default path are now missing
I diffed the registry keys (attached Report.html), and managed to narrow down the problem to the missing KEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Fusion\PublisherPolicy\Default\Latest key. If I add it back the cocreate works, and once I remove it cocreate fails.
Step 3) Reinstall Oracle from iDApps
- added back the original Latest key to get cocreates working again
- re-installed Oracle, and now cocreate failed
- Latest key is still present after the Oracle install, but the value has changed from 6f to 175 (see attached Report2.html)
- cocreate works after setting it back to the previous value of 175.
We wrapped our installer in an MSI, so the dev said. , it looks like the Oracle MSI install/uninstall has broken the QS install by either misconfiguring or removing the "Latest" key. I couldn't find any information on this, so maybe we can pass this on to the Microsoft support?