Share via

Side by Side errors causing downloaded program files to not open Microsoft.VC90.MFC *SOLVED

Anonymous
2019-03-08T05:04:52+00:00

I wanted to share how I fixed this problem on my pc running Win 10 home 64 bit since after dealing with it for some time I never found this as an option. Originally I had this error on half my programs and fixed it. I  had trouble running DISM (probably cause it's an exe) . Unfortunately I'm not sure how I got it to go but it repaired the issue.

DOWNLOADING ALL THE C++ AND NETFX'S DID NOTHING.

A couple weeks later I downloaded a utility program (from the website) that I liked on my Win 8 pro  laptop .

When I tried to open it I got the popup saying the side by side configuration was wrong. I went to control panel, Administrative tools, event viewer which opens to the overview & summary page. In the top box "summary of admin events" I opened/expanded "error" Then scrolled down to #35 side by side. Double click on that and there will be the cause of your problem.It may be different than mine. Not sure why they don't allow you to cut n paste that info but if you look to the right you'll see a "copy" link , inside a "save as text". (I will post my error results at the end of this)

SAVE yourself a lot of time,go check the error log first! If it's not running/working go to services and turn it on. Then try to open the program again. This will put the error in the "new" log.

Basically  for me the Microsoft.VC90.MFC.MANIFEST version in the program was different from the one my system was requesting (9.2 instead of 9.3) 

To fix it I simply opened the program file, opened the MFC manifest in notepad and changed it to the correct version number. Of course it wouldn't allow me to put it back in so I saved it to the desktop,deleted the original MFC manifest (still in the prog file) then drag n dropped the modified one in which it then allowed. It does say it required admin rights or something like that but I hit ok and it completed the move. If you have tighter restrictions it could be an issue. I'd suggest opening the prog file as an Admin and retrying

Anyway, I clicked on the desktop link and the program opened right up. One thing to note; there were two VC90 manifests in the program one was the MFC the other  CRT so make sure you pick the correct one. I'm certainly no expert at this so anyone that is feel free to add,correct or clarify.

Hope this is of some help!

Rob Hack 

Oregon

BTW The program files were about 50/50 dated 2017 & 2019. I deleted the program, ran ccleaner, re installed a fresh downloaded copy, restarted it again so I tend to think the error was in the program as opposed to old files still in my PC.

Log Name:      Application

Source:        SideBySide

Date:          3/7/2019 6:40:35 PM

Event ID:      35

Task Category: None

Level:         Error

Keywords:      Classic

User:          N/A

Computer:      Tetris

Description:

Activation context generation failed for "C:\Program Files (x86)\Glary Utilities 5\Integrator.exe".Error in manifest or policy file "C:\Program Files (x86)\Glary Utilities 5\Microsoft.VC90.MFC.MANIFEST" on line 11. Component identity found in manifest does not match the identity of the component requested. Reference is Microsoft.VC90.MFC****". Please use sxstrace.exe for detailed diagnosis.

Event Xml:

<Event xmlns="http://schemas.microsoft.com/win/2004/08/events/event">

<System>

<Provider Name="SideBySide" />

<EventID Qualifiers="49409">35</EventID>

<Level>2</Level>

<Task>0</Task>

<Keywords>0x80000000000000</Keywords>

<TimeCreated SystemTime="2019-03-08T02:40:35.181316700Z" />

<EventRecordID>2459</EventRecordID>

<Channel>Application</Channel>

<Computer>Tetris</Computer>

<Security />

</System>

<EventData>

<Data>Microsoft.VC90.MFC,processorArchitecture="x86",publicKeyToken="1fc8b3b9a1e18e3b",type="win32",version="9.0.30729.6161"</Data>

<Data>Microsoft.VC90.MFC,processorArchitecture="x86",publicKeyToken="1fc8b3b9a1e18e3b",type="win32",version="9.0.21022.8"</Data>

<Data>

</Data>

<Data>

</Data>

<Data>

</Data>

<Data>

</Data>

<Data>

</Data>

<Data>

</Data>

<Data>

</Data>

<Data>

</Data>

<Data>C:\Program Files (x86)\Glary Utilities 5\Integrator.exe</Data>

<Data>C:\Program Files (x86)\Glary Utilities 5\Microsoft.VC90.MFC.MANIFEST</Data>

<Data>11</Data>

<Data>

Windows for home | Windows 10 | Files, folders, and storage

Locked Question. This question was migrated from the Microsoft Support Community. You can vote on whether it's helpful, but you can't add comments or replies or follow the question.

0 comments No comments

1 answer

Sort by: Most helpful
  1. Anonymous
    2019-03-09T03:42:37+00:00

    Hi,

    Thank you writing to Microsoft Community Forums.

    We truly appreciate the time and effort that you have taken to share the information on resolving the issue, since it might help other users with similar issues. Please feel free to contact us back, in case you face any other issues in future.

    Regards,

    Was this answer helpful?

    1 person found this answer helpful.
    0 comments No comments