Essential Studio for Blazor project template

I'm creating a Blazor project using the Essential Studio for Blazor project creation process. Like so:


In the code that is generated by using this project template, particularly in the _Host.cshtml file, there are some things I just don't understand.

In the head of the _Host.cshtml file these lines are generated, but I have no idea where the files referenced are located:



In the body of the in the same _Host.cshtml file, there is an undefined class, "reload"


I'm using version 19.2.0.60 in VS 2019

Thanks

3 Replies

KG Kalirajan Ganesan Syncfusion Team September 13, 2021 09:11 AM UTC

Hi JimN, 

Query 1: In the head of the _Host.cshtml file these lines are generated, but I have no idea where the files referenced are located
 
Response: 
SyncfusionBlazorApp3.styles.css

We let you know that these are the in-built styles of the application in which the styles belonging to application can be found in this file, it is not included in the project structure, you can find this in console.  



 
Syncfusion-blazor-icons.css

Syncfusion-blazor-icons.css files will be shipped in wwwroot/css folder. We have issue in syncfusion font and syncfusion-blazor-icons.css file shipping for individual authentication project template in Syncfusion Blazor Template Studio v19.2.055.  We have resolved syncfusion-blazor-icons.css and syncfusion font file shipping issue in Syncfusion Blazor Template v19.2.0.60. If syncfusion-blazor-icons.css file was not present in wwwroot/css folder, kindly uninstall the Syncfusion Blazor Template Studio v19.2.055, install the Syncfusion Blazor Template Studio v19.2.0.60 and try to create project using Syncfusion Blazor Template Studio.


 
 
Query 2:  In the body of the in the same _Host.cshtml file, there is an undefined class, "reload" 
Response:

We let you know that this is present in open-iconic/font/css/open-iconic-bootstrap.min.css which shows when any error or exceptions occurs after running of application in console. 
 
Regards,  
Kalirajan Ganesan 



JI JimN September 13, 2021 09:49 AM UTC

I have Essential Studio Enterprise Edition installed, not the separate Blazor Template Extension. I see no way to uninstall just the Blazor Template component of Essential Studio in order to install the version 19.2.0.60 of the Blazor Template Extension. Please tell me how I'm supposed to do this.

Thanks



AD Abishake Dakshinamoorthy Syncfusion Team September 14, 2021 08:43 AM UTC

Hi JimN, 


Could you please follow below steps to uninstall the Syncfusion Blazor Template Studio v19.2.0.55 extension and to install Syncfusion Blazor Template Studio v19.2.0.60? 
  
1.      In Visual Studio 2019 go to Extensions -> Manage Extensions -> Installed and search the Syncfusion extensions only by give the Syncfusion keyword in the search box. Then uninstall the Syncfusion Blazor Template Studio by click on the Uninstall button. 
  
2.      Close the Visual Studio to start the uninstallation process. 
  
3.      Download the Syncfusion Blazor Extension v19.2.0.60 from this link
  
4.      Extract the downloaded file and install the Syncfusion Blazor Template Studio extension from extracted location by double click on the Syncfusion Blazor Template Studio.vsix file from this path {extracted location}\ BlazorTemplateStudio\ 
  
5.      Now open the Visual Studio 2019 and check whether reported issue is resolved by creating a Syncfusion Blazor application.

 
Please let us know if you have any further assistance. 

Regards,
Abishake Dakshinamoorthy 


Loader.
Up arrow icon