Hi,
Thank you for posting on Microsoft Community. I understand the inconvenience you are facing. I apologies for the delay in reply. I will certainly help you with this.
This error may happen due to system file corruption or Visual C++ redistributable package corruption. I suggest you to follow the below given methods:
Method 1:
Kindly download and install Microsoft Visual C++ 2013 Redistributable Packagefrom below given link and check if it helps:
Visual C++ Redistributable Packages for Visual Studio 2013
http://www.microsoft.com/en-in/download/details.aspx?id=40784
Method 2:
I suggest you to run System file checker. System File checker (SFC) scan is done to check if there are any corrupted system files that could be causing this issue. Kindly follow the below given steps:
- Press Windows key + X, select Command prompt (Admin) to bring up elevated Command prompt.
- In Command prompt type sfc/scannow and press enter.
- Restart the computer.
If no corrupted system files were found in the previous state, then I suggest you to try the following steps:
- Open command prompt by pressing Windows key + X and selecting “Command prompt admin”.
- In command prompt, type the following commands and press Enter after each command:
DISM.exe /Online /Cleanup-image /Scanhealth
DISM.exe /Online /Cleanup-image /Restorehealth
- Close the command prompt and restart the PC and check if it works.
Hope this information helps. Please post back with the results, we will be glad to assist you further.
Thank you.