microsoft / microsoft/CSS-Exchange
HealthChecker - Visual C++ Redistributable files in Bin
@dpaulson45 is already working on this.
Since Dec 6, 2024.
- Dominant language
- PowerShell
- Stars
- 1.3k
- Forks
- 395
- Avg merge
- 14h 7m
- Merged PRs (30d)
- 5
Description
Issue
In the Exchange bin folder contains the files msvcp110.dll, msvcr110.dll, msvcp100.dll, msvcr100.dll, which are being loaded and cause crashes on the Exchange server for MSExchangeServicesAppPool and MSExchangeMapiMailboxAppPool app pools.
Resolution
We moved the four files(msvcp110.dll, msvcr110.dll, msvcp100.dll, msvcr100.dll) out of the bin folder and reinstalled the “Visual C++ Redistributable for Visual Studio 2012” and “Visual C++ Redistributable Packages for Visual Studio 2013” and that fixed the crash issue on all the 3 servers.
Additional Context
Create a doc and check for this within Health Checker
Contributor guide
First steps
- Read the whole issue, then the project's contributing guide.
- Comment on the issue to say you are picking it up — it saves two people doing the same work.
- Fork the repository and make your change on a branch.
- Open a pull request that references the issue number.
Assessment
This issue has not been assessed yet.