Started getting a new error when starting a debugging session in VS2015. It's an ASP.NET MCV project that also exposes a WCF service (don't know if that's relevant).
The debugging session takes ages to start up and then I get a message box saying:
Specified argument was out of the range of valid values.
Parameter name: Type ISession cannot be resolved. Interfaces of abstract classes should be registered first.
After that the debugger works as expected.
If I do the same thing from VS 2013 then it takes a long time to load but I get a message saying:
Loading symbols for WebActivatorEx.dll from: d:\Code\GitHub\WebActivator\WebActivator\obj\Debug
This is strange because I haven't knowingly installed WebActivator and my D: drive is a DVD that I haven't opened since I got the PC.
Yesterday I installed OpenCover, but it didn't work so I removed it.
Anyone out there who might have an idea of what's going on???
Thanks