BoldDesk®Customer service software offering ticketing, live chat, and omnichannel support, starting at $49/mo. for 10 agents. Try it for free.
Hi:
I'm new to Syncfusion and trying out the Essential Studio to create a new project. When I use it to create a new .NET 8.0 Blazor App, Select Global Interactivity and Individual Accounts, it creates the local database and launches orrectly. However, when I click on the register button, I get a Null Reference Exception in that Status Message razor component. Am I missing something? Can you suggest a fix to get me going?
Thanks,
Roger
Attachment: NullRefException_ceaacde4.zip
Hi Roger,
Greetings from Syncfusion Support!!
Based on the details provided, we have created a Blazor Web App(Targeting: .NET 8.0) by selecting Global Interactivity and Individual Accounts. However, we were unable to replicate the reported issue in our end.
Furthermore, please verify that your project includes the "Register" component located within the "Pages" folder, as indicated below.Please find the sample in the attachment for reference.
If still the issue occurs, please don't hesitate to share your query with sample, and we'll be more than happy to assist you further.
Regards,
Subathra K
Thank you Subathra
I went back and recreated the template with the default settings and all worked fine. All of the proper pages and components for registration were scaffolded. I tried different settings and found that by choosing the Authentication to individual accounts and Interactivity location to Global, I was able to reproduce the error - or at least the situation where the necessary registration components were not created.
Regards,
Roger
Hi Roger,
Thank you for reaching out and bringing the authentication issue in your specified Blazor Web App combination to our attention. After thorough investigation, we have verified that the reported issues are replicated on our end.
Please be assured that we are actively addressing these issues, and you can anticipate a patch fix being released tomorrow (06/02/2024). If you have any further concerns or questions, feel free to reach out.
We appreciate your patience and understanding as we work to address this matter.
Regards,
Sivasankar M.
Hi Roger,
We're pleased to inform you that the reported issues have been successfully resolved. To implement these changes on your end, please download the VSIX file using this link. Follow the instructions below to uninstall the existing Blazor Extensions from your Visual Studio and install our new VSIX file.
Uninstalling the existing Blazor Extensions:
1. Open Visual Studio, go to Extensions -> Manage Extensions -> Installed, and search for 'Blazor Extensions - Syncfusion'. Click the 'Uninstall' button.
2. Close all instances of Visual Studio. The VSIX Installer will automatically launch.
3. Click the 'Modify' button to begin the uninstallation process.
Installing the provided VSIX file:
1. Double-click the newly downloaded VSIX file (Syncfusion Blazor Template Studio.vsix). The VSIX Installer will launch. Click the 'Install' option. Ensure that Visual Studio is closed during this process.
2. Once installed, the patch extension will be successfully integrated into your machine.
Now, recreate the Blazor Web App with your specified configuration (Interactivity Type: Server, Interactivity Location: Global, Authentication Type: Individual Accounts). You should now be able to register and login to your application without any issues.
Note: These changes will be included in our upcoming Volume 1 release. In the future, you can conveniently update the extension directly through Visual Studio.
Thank you for your cooperation, and we appreciate your continued support. Should you have any further questions or concerns, please don't hesitate to reach out.
Regards,
Sivasankar M.
Hi Sivasankar:
Thanks for responding so quickly.
Regards,
Roger