Visual studio code fails to open with the error failed to open v8 file natives_blob.bin. In the said path, there is no such file found. Tried to reinstall but still the same error
Related
After installing VS2017 Community ver. 15.7.2 on Win 7 64-bit, following error was found when launching VS2017 with or without admin privilage:
Package management initialization failed.
You can get more information by examining the file:
C:\Users\NAME\Appdata\Roaming\Microsoft\VisualStudio\15.0_5024a39e\ActivityLog.xml
These are the errors found in ActivityLog.xml file:
Infos: Could not find ConfigurationChanged timestamp.
Error: merging configuration file C:\Users\\AppData\Local\Microsoft\VisualStudio\15.0_5024a39e\devenv.exe.config
Error: merging configuration file
C:\Users\NAME\AppData\Local\Temp\dev6FC4.tmp
Error: merging configuration file
C:\Users\NAME\AppData\Local\Temp\dev6FC5.tmp
Error: merging configuration file
C:\Users\NAME\AppData\Local\Temp\dev6FC6.tmp
Error: Configuration file merge failed.
Error: Failure calling FinishInitialize.
Tried to install VS2017 Enterprise as well as the VS2017 Community 15.6.7 and got the same errors.
There is a similar problem answered here but it doesn't work for me.
Any input is appreciated
I had the same problem, i solve that doing this
Uninstall Visual Studio 2017 and other Visual Studios
Delete C:\ProgramData\Microsoft\VisualStudio
Uninstall any Visual C++
Look for any Visual Studio Key on the Regedit and delete
Delete C:\Users\UserName\Documents\Visual Studio 2017 (Backup your projects)
Delete C:\Users\UserName\AppData\Local\Microsoft\Visual Studio\15.##
Update your Windows and restart your pc
Install Visual Studio 2017 again
Try to open, and one error apears
Copy the devenv.exe.config file locate in the root of the IdE to
C:\Users\UserName\AppData\Local\Microsoft\Visual Studio\15.##
Try to open again
Try to open in safe mode
Try devenv.exe /resetSettings
Try to repair Visual Studio Again
For me works :) !
Whenever I try running an exe file in Visual Studio 2010 I get the error message: the program can't run because vcruntime140.dll is missing from your computer. And the same message for ucrtbased.dll. I downloaded both of the dlls, but I dont know where to place them within the system files so that this would be solved.
I am trying to UNINSTALL VS - 2013 professional but I am not able to do so. Error I am getting is "Visual Studio Core features fatal error during installation"
When I check log file I get this message inside. after long list of text I find this somewhere in the log file
[11DC:14D4][2017-03-28T11:44:48]i000: MUX: ExecuteError: Package (vs_professionalcore) failed: Error Message Id: 1305 ErrorMessage: Error 1305.Error reading from file C:\Windows\Microsoft.Net\assembly\GAC_MSIL\Microsoft.VisualStudio.QualityTools.CommandLine\v4.0_12.0.0.0__b03f5f7f11d50a3a\Microsoft.VisualStudio.QualityTools.CommandLine.dll. Verify that the file exists and that you can access it.
[13DC:1608][2017-03-28T11:46:08]e000: Error 0x80070643: Failed to uninstall MSI package.
[13DC:1608][2017-03-28T11:46:08]e000: Error 0x80070643: Failed to execute MSI package.
Kindly tell me how to fix it. I want to uninstall VS. Please help.
To clean up and delete Preview, RC and final releases of Visual Studio 2013 and Visual Studio 2015, as well as early previews of Visual Studio 2017, you can have a try with the VisualStudioUninstall tool: https://github.com/Microsoft/VisualStudioUninstaller
My VS2005 started printing the following error:
Error: the Visual C++ Project Engine is not properly installed. The build cannot continue. Please repair the Visual Studio installation.
What do I do now? Is there a way to fix this that does not require reinstalling the application?
I was able to solve this by following this procedure:
locate this file "VCProjectEngine.dll" (vc/vcpackages)
re-register it by running this command on the shell ( the command window):
regsvr32 VCProjectEngine.dll
I'm getting following error both on web install or directly using the ISO image downloaded. how to resolve this?
I had to manually create the directory in C:\Program Files (x86)\Microsoft Visual Studio 11.0, then run the install. It seems the beta installer doesn't create the directory for some reason.