Reputation: 295
I am using VS Code in my windows 10 desktop to develop Reactjs and ReactNative projects. some days before an error dialogue box opened suddenly with following notice
I have not been using VS Code for long i fear anything wrong with installation, although everything was working fine. what actually happened here?
Upvotes: 1
Views: 975
Reputation: 121
I had the same error, then, I tried to resolve that by updating and reinstalling VS Code, and by deleting the 000unins.exe file in the destination folder. But the error wasn't resolved. Finally, I resolved that with the following ways:
1. When I run VS Code as administrator the error didn't occured.
2. I uninstalled VS Code and downloaded VS Code ZIP file instead of the installer and unzipped it in my AppData\Local\Programs
folder. It's been working fine and the error hasn't occured.
Upvotes: 2