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 readingIn today’s rapidly evolving world of technology there has always been a clear distinction between mobile apps and websites. They each bring along their own set of pros and cons.
Although native mobile apps provide a first class user experience, they tend to have a higher barrier to entry; they require installation and are typically more difficult to develop/maintain. Websites on the other hand are platform agnostic and are typically easier to develop and maintain, however they provide a less engaging user experience.
In this article I’ll touch on a new technology called Progressive Web Apps which aims to bring these disparate worlds together. It may very well be the future of the web!
© 2024 Shane Bartholomeusz
Theme by Anders Noren — Up ↑