Force uninstall of Visual Studio

I was running in to the same issue, but have just managed a full uninstall by means of trusty old CMD: D:\vs_ultimate.exe /uninstall /force Where D: is the location of your installation media (mounted iso, etc). You could also pass /passive (no user input required – just progress displayed) or /quiet to the above command … Read more

Could not load file or assembly ‘Microsoft.Build.Framework'(VS 2017)

I believe I had the same issue as you did. I didn’t save the whole error message, but my error message was ‘Could not load file or assembly ‘Microsoft.Build.Framework, Version=15.1.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a’ or one of its dependencies. The system cannot find the file specified.‘ I am using Visual Studio 2017 and was trying to do … Read more

Unable to load the service index for source https://api.nuget.org/v3/index.json in VS2017?

I was having same issue in VS 2017. You would need to enable proxy settings for VS, so that it can use existing IE proxy to reach out internet. This is especially useful, for those users, who uses office laptops and proxy settings are managed by group policies and IE settings get updated automatically. It … Read more

ESLint support Visual studio 2017

How to Get ESLint Working in Visual Studio 2019 and 2017: 2019 v16 & 2017 >= v15.8 I’ve included the previous version instructions at the end, but do yourself a favor and upgrade if you want this feature. From the menu: Tools > Options > Text Editor > Javascript/Typescript > Linting Check Enable Eslint The … Read more