Reputation: 41
I installed Microsoft Visual Studio 2015 and every time I try to execute it, show me the next message:
Microsoft Visual Studio has detected mismatched installed versions of language resources. This may happen for instance when different versions of the product (Beta, RC, RTM) are installed for different languages.
Please uninstall all older versions and language packs or upgrade them all to the latest available version. Until the problem is fixed Microsoft Visual Studio will not start.
Summary:
I had previously installed Visual Studio 2015 Community RC. Before install Professional i did unistall Community RC.
I did uninstall all language packages in Control Panel-Uninstall Programs. I did uninstall all language packages in Control Panel-Update Packages.
And still doesn't work.
Upvotes: 2
Views: 2930
Reputation: 583
Uninstall all versions of Visual Studio using https://github.com/Microsoft/VisualStudioUninstaller/releases
and then reinstall visual studio and continue.
Upvotes: 0
Reputation: 106
the same issue and full answer is here: VS2015 does not start
short answer:
HKEY_CURRENT_USER\Software\Microsoft\VisualStudio\14.0\General
HKEY_CURRENT_USER\Software\Microsoft\SQL Server Management Studio\13.0\General
UILanguage
parameter to 0Upvotes: 7