Hi Patrick Lapointe,
Greetings from Syncfusion.
We suspect that this issue occurs due to any one or more following configurations are missing in your machine.
- Incompatible .NET version
We would like to let you know that, Syncfusion Blazor latest version (17.3.0.10-beta) is compatible with latest version of .NET Core 3.0.
So, we suggest you to upgrade the .NET Core 3.0 SDK in your machine to resolve the reported issue.
- Script and CSS reference are not configured properly
You may haven’t correctly configured our scripts and CSS files properly in your application. We suggest you to recheck the below client resources in your application end and ensure the same version of NuGet version is referenced for the scripts and CSS files also.
If you are using Blazor server app, please add below client resource file references in '~/pages/_host.cshtml'.
If you are using Blazor WebAssembly app, please add the below client resource file references in '~/wwwroot/index.html'.
- Missed breaking changes
We have modified some changes in our blazor samples for each release. So, we suspected that, you might have missed some breaking changes. Please refer the below link for release notes of our blazor components.
- Cache problem.
We suspect that, this issue occurred, due to the cache problem. Before restoring the nuget packages, clean the old version Syncfusion.EJ2.Blazor nuget package. Please find the below steps to clean the cache.
- Delete / clear the package Syncfusion.EJ2.Blazor from the installed location ({system-driver}\Users\{user-name}\.nuget\packages\syncfusion.ej2.blazor).
- Update the latest version of Syncfusion.EJ2.Blazor nuget package.
If you are still facing the same issue, then please share the below details to us. It will be helpful for us to sort out the issue as soon as possible.
- Share us the ~/pages/_host.cshtml or ~/wwwroot/index.html file.
- Provide us the dotnet SDK version, you can run the command line dotnet --info in the command prompt to get this.
- Share us the stack trace of script error from the browser console.
Regards,
Saranya M