VB.Net webforms App: Hangfire background jobs library "Unable to cast object" error at startup – Asp.net
I'm working on a Asp.Net project where I'm trying to add "Hangfire" library for background jobs. I've installed all required packages according doccumentation and also created the test database. I've also added the required startup methods in Global.asax.vb (had to…