Skip to content
Advertisement

Tag: asp.net-core-mvc

Unable to cast object of type ‘System.String’ to type ‘System.Boolean .Net Core MVC

I refer this tutorial https://github.com/bhrugen/AppointmentScheduler I did same code but I’m not able to show Get Calendar Data when I running it, It’s shows error – Unable to cast object of type ‘System.String’ to type ‘System.Boolean. My Code is :- AppointmentApiController.cs : Script.js : AppointmentService.cs : IAppointmentService.cs : Answer Unable to cast object of type ‘System.String’ to type ‘System.Boolean. You

Advertisement