Visual Studio 11 Path Cannot Find Error Message

Asked By 20 points N/A Posted on -
qa-featured

Hello and good day! I encountered an error while setting up the Visual Studio 11. The error description says that the system cannot find the path specified.  Please help me to fix this issue. Thank You!

Error:

Setup Failed!
Install cannot continue because some required components failed.

Please correct the following problems and restart the setup to ensure full product functionality.

Package name : ApplyComplete
Error Description : The system cannot find the path specified.

SHARE
Best Answer by Waall Mike
Answered By 0 points N/A #149588

Visual Studio 11 Path Cannot Find Error Message

qa-featured

 Its an easy Solution i could say, please follow the steps below:

1) Use process monitor to see which file is being accessed.

2) Now  When you know which file it is, you should be able to determine if the problem is related to your machine or if the installation media has an error.

Hope this will help farther. 

Thank you

Best Answer
Best Answer
Answered By 270 points N/A #149589

Visual Studio 11 Path Cannot Find Error Message

qa-featured

Hi there Ann, 

A lot of Visual Studio user have encountered this error and this alternate solution might help you. Use SetReg.exe to disable Certificate Revocation List checking, this is available on the .NET Framework SDK and which is now part of Windows SDK.

Try running this commards to disable CRL Checks:

setreg 3 FALSE

setreg 9 FALSE

Hope this helps you with your problem. 

Waall Mike

Related Questions