Original Event Log:
Activation context generation failed for "C:\Program Files (x86)\Windows Live\Messenger\msnmsgr.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.vc90.crt_1fc8b3b9a1e18e3b_9.0.
30729.4148_none_5090ab56bcba71c2.manifest. Component 2: C:\Windows\WinSxS\manifests\x86_microsoft.vc90.crt_1fc8b3b9a1e18e3b_9.0.
30729.1_none_e163563597edeada.manifest.
I followed the fix instructions in this thread:
http://shoutbox.menthix.net/showthread.php?tid=95872
quote:
I had the exact problem that you did and fixed it by simply editing the manifest for MSN with Resource Tuner with the following sequence:
1.) A simple Google search will yield Resource Tuner, and, after installing, the msnmsgr.exe file is opened with Resource Tuner.
2.) The manifest option is expanded in the left pane to show the manifest for msnmsgr.exe as "1".
3.) Click on this manifest and then press "Ctrl+Shift+E" to open the manifest editor.
4.) At this point, all I did was isolate the code in the manifest that pointed to version 9.0.30729.1 and changed it to 9.0.30729.4148.
ie:
<dependentAssembly>
<assemblyIdentity
type="win32"
name="Microsoft.VC90.CRT"
version="9.0.30729.4148"
processorArchitecture="x86"
publicKeyToken="1fc8b3b9a1e18e3b"
/>
</dependentAssembly>
New Event Log:
Activation context generation failed for "C:\Program Files (x86)\Windows Live\Messenger\msnmsgr.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.vc90.crt_1fc8b3b9a1e18e3b_9.0.
30729.1_none_e163563597edeada.manifest. Component 2: C:\Windows\WinSxS\manifests\x86_microsoft.vc90.crt_1fc8b3b9a1e18e3b_9.0.
30729.4148_none_5090ab56bcba71c2.manifest.
Any ideas what I can do to fix this? Any help appreciated. Thank you