I've tried all the solution available at StackOverflow and VS developer community but I'm unable to resolve the error saying.
A product matching the following parameters cannot be found:
channelId: VisualStudio.15.Release
productId: Microsoft.VisualStudio.Product.Community
Here are the solutions that I've tried.
InstallCleanup.exe -i with cmd
(as administrator)InstallCleanup.exe -f with cmd
(as administrator)I had this problem and was able to solve with following steps
"%programfiles(x86)%\Microsoft Visual Studio\Installer\resources\app\layout\InstallCleanup.exe" -full
Hope this helps. Just to add, I did not have to uninstall VS 2015 for this to work.