Sometimes when I attempt to deploy a report to my Reporting Services Server, Visual Studio freezes for a minute or more before bringing up the context menu. After some research, my problem was resolved by disabling the Image Optimizer extension. …
Month: July 2018
Visual Studio Community Edition 2017 – Locked File or Folder with Visual Studio Installer
https://stackoverflow.com/questions/45839250/unable-to-update-visual-studio-installer
Quote: “The solution I found was to close down visual studio, go to “c:\Program Files (x86)\Microsoft Visual Studio\Installer”, rename the folder “Installer” to something else then run vs_installer.exe from the renamed folder.“…
Windows 10 – Use CHKDSK to fix problems with your hard drive
- Raise an elevated command prompt.
- Type in CHKDSK /f /r /x
- /f parameter tells CHKDSK to fix errors that it finds.
- /r parameter tells CHKDSK to repair to find the bad sectors and try and recover the readable information.
- /x