Scheduler does not work with .Net Core Framework 8 - receive 404 errors when trying to reach server upon add/edit/delete action

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 



1 Reply

RR Ram Raju Elaiyaperumal Syncfusion Team February 29, 2024 01:00 PM UTC

Hi Tarji,

To address your issue, we have created a sample application using .Net Core Framework 8. This sample demonstrates CRUD operations using DataManager, which should cover your requirement for Add/Edit/Delete functionality in the Scheduler. 

Using the Migrations apply the changes to the database by running the following command in the Package Manager console:

PM> update-database
Migrations automate the creation of database based on our Model. The EF Core packages required for migration will be added with .NET Core project setup.
Now, simply build and run your project to view the output.

Please find the attached sample and let us know if it helps you resolve the issue. If you still encounter any problems, don't hesitate to reach out. We're here to assist you.

Regards,

Ram


Attachment: CoreWithDotnet8_7fba909e.zip

Loader.
Up arrow icon