I'm getting the following errors every time I start a Compile on my Web Solution (SL5 application with some standard ASP.NET)
"Operation Failed"
An exception was thrown while initializing part of "NuGet.PackageManagement.VisualStudio.VSSolutionManager". GetFullVsVersionString must be called on the UI thread.
I have NO idea what this error message means and it ONLY started to happen AFTER I installed ASP.NET Core 2018.2.516 which is actually being refrenced in my Web Solution so I don't understand why this installation would cause this problem??
Rob.