The Problem
When trying to locally debug a newly created solution within Visual Studio 2015 I encountered the below error when locally launching the application using IIS Express
A process with the ID of <id> is not running

Seeing no errors logged in the Visual Studio Output window, I checked the Windows Event Viewer and found the following error:
The Module DLL C:\Program Files (x86)\IIS Express\aspnetcore.dll failed to load. The data is the error.
The error was a bit confusing because it alluded to ASP.NET Core even though I wasn’t using this in my project.
Continue reading