Forum: Vue


Subject: SideBySide errors found in system event viewer

ShawnDriscoll opened this issue on Mar 13, 2007 · 14 posts


Roger6794 posted Wed, 14 March 2007 at 4:02 PM

Quote -
So I'll try the C++ v8 redist pack and see.

If that doesn't work, here's a description to fix the problem manually:
**
Though there are no runtime errors,there might be errors in event viewer** like Component identity found in manifest does not match the identity of the component requested Syntax error in manifest or policy file

"C:ClientMicrosoft.VC80.MFC.MANIFEST" on line 4. Generate Activation.Context failed for C:Clienttest.dll. Reference error message: The operation completed successfully

There are 2 bugs which cause this.

  1. The assembly manifest of Microsoft.VC80.MFCLOC is incorrect. It has version 8.0.50727.42 instead of 8.0.50608.0.

Solution
Change the version number

should be changed to

  1. Microsoft.VC80.MFCLOC is referenced not by the application but by MFC80[ud].dll
     
    Solution
    Microsoft.VC80.MFCLOC directory has to be under Microsoft.VC80.MFC directory and not at the same level.