
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
when attempting to run the Passwordsync Tool.exe on a win2016 RL box it generates the following error message
~~~~begin error message~~~~~~~
Activation context generation failed for "C:\Users\idmsvcaccount\Downloads\PassSyncTroubleshootingTool\x86\PassSync Troubleshooting Tool.exe". Dependent Assembly Microsoft.VC80.MFC,processorArchitecture="x86",publicKeyToken="1fc8b3b9a1e18e3b",type="win32",version="8.0.50727.762" could not be found. Please use sxstrace.exe for detailed diagnosis.
~~~~end error message~~~~~~~~~
ideas?
Accepted Solutions


- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
You are missing the Visual C++ 2005 Sp1 Runtime (x86):
http://www.microsoft.com/downloads/details.aspx?familyid=200b2fd9-ae1a-4a14-984d-389c36f85647&displaylang=en
Download and install it and you can run the application.

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
From the latest AD patch readme, see below.
I had to install vcredist to make the applet work when i patched.
/Kristoffer
---
System Requirements
- Identity Manager 4.7 or later
Or
- Identity Manager 4.6 or later
- Microsoft Visual C++ 2017 Redistributable Packages (vcredist_x64-2017 and vcredist_x86-2017) for Identity Manager Password Synchronization utility
NOTE: These packages are automatically installed with Identity Manager 4.7 or later versions.

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
re-applied that ( it was installed), same error message


- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
Do you have VC library version 8.0.50727.762 in your system?


- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
You are missing the Visual C++ 2005 Sp1 Runtime (x86):
http://www.microsoft.com/downloads/details.aspx?familyid=200b2fd9-ae1a-4a14-984d-389c36f85647&displaylang=en
Download and install it and you can run the application.

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
that's what it was.... thanks!