I have a .NET MVC application that I am trying to open in Visual Studio 2015 Community. It worked fine yesterday when I was doing some changes to it, but today I tried opening it and encountered a popup saying that System.ComponentModel.Design.ISelectionService cannot be located
I can open my WinForm apps just fine, but this one is acting like it's got some kind of problem with my SQL Reports that are part of the project. I'm not really sure what could cause this to suddenly occur or what I can do to resolve it and get back to work on my application. Here is a popup of the error:
Edit:
I could rollback to a different version and it works fine, but I'm still curious as to why this might occur, in the event that it happens later on down the road...