How to run/debug the Syncfusion Blazor demos from inside Visual Studio?

I have used successfully Syncfusion's WinForm controls in the past, and am now trying to use Syncfusion Blazor controls, but cannot tell how to run/debug the demos from inside Visual Studio?

I have installed the Syncfusion Essential Studio for Blazor (v20.4.0.38), selected Explore Demo Source, and opened "C:\Users\Public\Documents\Syncfusion\Blazor\20.4.0.38\Blazor-WASM-Demos\BlazorWasmDemos_NET7.sln" in Visual Studio 2022.

Dumb question, but what project and debug options do I use to run through the demos from VS? I tried a few different permutations but nothing seemed to run.

Thanks, Dean.




1 Reply

BL Balamurugan Lakshmanan Syncfusion Team January 17, 2023 01:11 PM UTC

Hi Deanwiles,

 

Based on your query ,we suggest that to run and debug the Syncfusion Blazor demos from inside Visual Studio, you can follow these steps:

 

  1. Open the demo project in Visual Studio.
  2. Make sure the project is set as the startup project by right-clicking on the project and selecting "Set as Startup Project."
  3. Press the F5 key or select "Debug" > "Start Debugging" from the menu to start the demo in debug mode.
  4. If prompted to select a browser, select one and click OK.
  5. Once the demo is running, you can set breakpoints and step through the code as needed.

 

Note: Make sure that you have installed the necessary packages and dependencies before running the project.

 

Kindly refer the attachment for your reference.

 

Regards,

Balamurugan L


Attachment: SampleVideo_62590e16.zip

Loader.
Up arrow icon