Found an interesting crash in VS2015. I reported it on the MSDN forums. Essentially, devenv.exe itself actually instantiates WCF singletons in your solution. It does so even if they aren’t being hosted by your startup project(s), in fact even if they are in projects not even referenced by your startup projects. And, if devenv.exe’s constructing of …