- Jun 30, 2004
- 16,187
- 1,782
- 126
I have another question pending about this, but it's too long and nobody has chosen to answer it. this one is more focused on the problem-at-hand.
Not sure best which forum to use for this question, but Windows 7 has a feature called "Side-By-Side," and this feature manages redistributable MFC or other libraries included in the C++ redistributable (x86 and x64) of versions 2005, 2008, 2010 and 2012.
I am currently trying to eliminate a "side-by-side" (red) error in my Application Log (Event Viewer). This error makes clear that it happens every time I load Nuance PaperPort 14, and it is likely related to the redistributable DLL-etc. libraries I find installed on my system -- more about that following this error description:
Log Name: Application
Source: SideBySide
Date: 3/18/2014 12:30:08 AM
Event ID : 80
Task Category: None
Level: Error
Keywords: Classic
User: N/A
Computer: MyComputer
Description:
Activation context generation failed for "C : Program Files (x86)\Nuance\PaperPort\CheckPPFolders.exe".Error in manifest or policy file "" on line . A component version required by the application conflicts with another component version already active. Conflicting components are:. Component 1: C : Windows\WinSxS\manifests\x86_microsoft.windows.common-controls_6595b64144ccf1df_6.0.7601.17514_none_41e6975e2bd6f2b2.manifest. Component 2: C : Windows\WinSxS\manifests\amd64_microsoft.windows.common-controls_6595b64144ccf1df_6.0.7601.17514_none_fa396087175ac9ac.manifest.
When I examine "Programs & Features" in Control Panel, I see that there are two different installations of the C++ redistributable for 2005; there are several for the x64 and x86 versions for 2008, etc. etc. It appears that these things accumulate with new software installations.
I've seen some forum posters at other sites noting they regularly install the newest sub-versions of redistributables directly from Microsoft, and there are other indications at Microsoft that one might uninstall an earlier sub-version and then install its later subversion. So if there were two versions showing in Programs & FEatures for the 2005 (x86) redistributable, I might uninstall both of these and then install the latest download of the x86-2005 package from MS.
Does this seem like a safe idea? Are there some procedural caveats I should follow? I'm hoping I won't be unpleasantly surprised for having to uninstall then reinstall software that uses these libraries.
Thanks.
Not sure best which forum to use for this question, but Windows 7 has a feature called "Side-By-Side," and this feature manages redistributable MFC or other libraries included in the C++ redistributable (x86 and x64) of versions 2005, 2008, 2010 and 2012.
I am currently trying to eliminate a "side-by-side" (red) error in my Application Log (Event Viewer). This error makes clear that it happens every time I load Nuance PaperPort 14, and it is likely related to the redistributable DLL-etc. libraries I find installed on my system -- more about that following this error description:
Log Name: Application
Source: SideBySide
Date: 3/18/2014 12:30:08 AM
Event ID : 80
Task Category: None
Level: Error
Keywords: Classic
User: N/A
Computer: MyComputer
Description:
Activation context generation failed for "C : Program Files (x86)\Nuance\PaperPort\CheckPPFolders.exe".Error in manifest or policy file "" on line . A component version required by the application conflicts with another component version already active. Conflicting components are:. Component 1: C : Windows\WinSxS\manifests\x86_microsoft.windows.common-controls_6595b64144ccf1df_6.0.7601.17514_none_41e6975e2bd6f2b2.manifest. Component 2: C : Windows\WinSxS\manifests\amd64_microsoft.windows.common-controls_6595b64144ccf1df_6.0.7601.17514_none_fa396087175ac9ac.manifest.
When I examine "Programs & Features" in Control Panel, I see that there are two different installations of the C++ redistributable for 2005; there are several for the x64 and x86 versions for 2008, etc. etc. It appears that these things accumulate with new software installations.
I've seen some forum posters at other sites noting they regularly install the newest sub-versions of redistributables directly from Microsoft, and there are other indications at Microsoft that one might uninstall an earlier sub-version and then install its later subversion. So if there were two versions showing in Programs & FEatures for the 2005 (x86) redistributable, I might uninstall both of these and then install the latest download of the x86-2005 package from MS.
Does this seem like a safe idea? Are there some procedural caveats I should follow? I'm hoping I won't be unpleasantly surprised for having to uninstall then reinstall software that uses these libraries.
Thanks.
Last edited: