When upgrading from existing Syncfusion BLazor app, the _content does not get generated. The workaround is to download the js script file and reference it directly.

Issue:

The following file in the _content folder is unable to be loaded from the app.

<script src="_content/Syncfusion.Blazor.Core/scripts/syncfusion-blazor.min.js" type="text/javascript"></script>

Fix:

Download file (input specific version)

https://cdn.syncfusion.com/blazor/23.1.36/syncfusion-blazor.min.js

and reference in your project directly

<script src="js/syncfusion-blazor.min.js"></script>

Reference:

https://blazor.syncfusion.com/documentation/common/adding-script-references#cdn-reference

Last modified: October 8, 2023

Author

Comments

Write a Reply or Comment