Studio 2022 + NET 6.0 + Blazor server + syncfusion : I can t make it work

Hello

I have a project working perfectly on .net core 3.1 webassembly Blazor
It s been days and days i m trying to upgrade it to studio 2022 .NET 6.0 Blazor

First 
I had to move it to server app because i couldnt make work Dapper and regular sql connection in a webassembly 
I get the exception "plateforme not supported" when i try to connect sql
But well the server app seems to be not a bad choice so its ok

But now i cant have my synchfusion control looking good
Even starting from scratch with your getting started from your webside it doesnt work well
I start from scratch a new project blazor server app
I add the syncfusion nugget package (what ever the big one or the components )
I do all the step to register everything

And when i run my app i get this 

Capture d’écran 2022-06-08 020545.jpg

As you can see the calendar control doesnt look how it should be.

Any idea what i am doing wrong please ?

THanks in advance


7 Replies 1 reply marked as answer

SP Sureshkumar P Syncfusion Team June 8, 2022 04:32 AM UTC

Hi David

We have validated your shared information in our Volume 1- 2022. Release onwards we need to refer to the script and themes filed manually in the application. So, we suggest you refer to the theme and script files in the Pages/_Layout.cshtml file to load the component correctly into your application.

To know more about script references. Please refer to the documentation: https://blazor.syncfusion.com/documentation/common/adding-script-references

To know more about the breaking changes on the Volume-1 release. Please refer to the release notes here: https://blazor.syncfusion.com/documentation/release-notes/20.1.47?type=all#breaking-changes

Find the sample in the attachment with the latest changes.

Regards,

Sureshkumar P


Attachment: Calendar_484e93d6.zip

Marked as answer

DA David June 8, 2022 10:34 AM UTC

I made it work
Thank you very much !



SP Sureshkumar P Syncfusion Team June 9, 2022 05:31 AM UTC

David,


Thanks for your update.


Regards,

Sureshkumar P



RP Robert Patten July 16, 2022 10:46 AM UTC

Thanks for the links. :)



SP Sureshkumar P Syncfusion Team July 18, 2022 05:02 AM UTC

Robert,


Thanks for your update.


Regards,

Sureshkumar P



LW Leah Weldon July 29, 2022 12:27 PM UTC

Thanks for suggestion



MM Mohanraj Mathaiyan Syncfusion Team August 1, 2022 02:24 PM UTC

Hi Leah Weldon,


Thanks for your update.


Regards,

Mohanraj M


Loader.
Up arrow icon