Scheduler does not work with .Net Core Framework 8 - receive 404 errors when trying to reach server upon add/edit/delete action.
I am using Visual Studio 2022 .Net Core Framework 8 Razor/MVC application.
I was advised to revert back to .Net Core Framework 6 to address the compatibility issue.
I see there's a solution for .Net Core FRamework 5 on the Syncfusion forums.
If I revert back to .Net Core Framework 6, will the existing scheduler functionality work provided on the current support site?
I am trying to make use of an instance of DataManager. I see upon the page loading the server is contacted twice from the initial URL route and then the URL referenced by the DataManager call. My scheduler will need to have Add/Edit/Delete functionality - pretty basic functions. Can you provide a solution with .Net Core Framework 8 or .Net Core Framework 6 so I can overcome the compatibility issue.
Thanks