Search code examples
exceptionvisual-studio-2015nugettelerik

Visual Studio 2015 - Nuget Exception - GetFullVsVersionString must be called on the UI thread - Telerik Extension Problem


While attempting to build or open a project in Visual Studio 2015 Update 3, I keep getting errors around nuget package management.
Whenever I build the project the first time after opening VS, I get the error message below.
I also get it when I try to open the nuget package manager dialog.
Here is the error :

An exception was thrown while initializing part
"Nuget.PackageManagement.VisualStudio.VSolutionManager".
GetFullVsVersionString must be called on the UI thread.

1


I figured out problem is from telerik extensions.
I cleared VS log and grabed that error like this :
ActivityLog.xml
How can i fix it without disabling Telerik Extensions?


Edit :
Telerik extensions are latest version - I uninstalled them & Installed them again.
Problem was there after reinstall.
Those extensions are : ASP.NET - WinForm - MVC (3 Extensions)


Solution

  • I suggest you could first clean ComponentModelCache and do a initial operation to VS.

    If the issue persists, the only issue is related to Telerik extension with VS2015 and you have to contact with the Team.