question-mark
Stuck on an issue?

Lightrun Answers was designed to reduce the constant googling that comes with debugging 3rd party libraries. It collects links to all the places you might be looking at while hunting down a tough bug.

And, if you’re still stuck at the end, we’re happy to hop on a call to see how we can help out.

Some Errors I faced.

See original GitHub issue

Thank you for the amazing BlazorBoilerplate project. I have been wanting to try using it for some time, but I was overwhelmed because I am still learning Blazor and was unsure where to begin customizing the project. However, I have improved my skills and am now ready to use your project to increase my productivity.

I downloaded the source code from the latest release on GitHub at https://github.com/enkodellc/blazorboilerplate/archive/refs/tags/3.4.zip. After opening the project using the latest visual studio (Version 17.4.3), I restored the dependencies and set the server project as the startup project and launched. These are the issues I faced.


1st Issue - Reconnect Message

I noticed that when I visit some pages, like the login page, a message saying “Attempting to reconnect to the server: 1 of 8” appears. Does this message only appear when I am running the project locally, or will it also appear when I host the project? attempting


2nd Issue - Breeze Error

I received an error page related to Breeze after logging in with the admin credentials. When I refreshed the page, it opened the dashboard page correctly. I did not take a snapshot of the error page, but I can say that the error was visible to the user, which is not ideal. The exception details are as follows:

Breeze.Sharp.DataServiceRequestException: Internal Server Error at Breeze.Sharp.DataService.ReadResult(HttpResponseMessage response) at Breeze.Sharp.DataService.GetAsync(String resourcePath, CancellationToken cancellationToken) at Breeze.Sharp.EntityManager.ExecuteQuery(EntityQuery query, CancellationToken cancellationToken) at Breeze.Sharp.EntityManager.ExecuteQuery[T](EntityQuery`1 query, CancellationToken cancellationToken) at BlazorBoilerplate.Shared.Services.ApiClient.GetUserProfile() in C:\Users\Ibrahim\Desktop\blazorboilerplate-3.4\src\Shared\BlazorBoilerplate.Shared\Services\ApiClient.cs:line 19 at BlazorBoilerplate.Shared.Services.AppState.GetUserProfile() in C:\Users\Ibrahim\Desktop\blazorboilerplate-3.4\src\Shared\BlazorBoilerplate.Shared\Services\AppState.cs:line 58 at BlazorBoilerplate.Theme.Material.Admin.Shared.Layouts.AdminLayout.OnInitializedAsync() in C:\Users\Ibrahim\Desktop\blazorboilerplate-3.4\src\Shared\Modules\BlazorBoilerplate.Theme.MudBlazor.Admin\Shared\Layouts\AdminLayout.razor:line 53 at Microsoft.AspNetCore.Components.ComponentBase.RunInitAndSetParametersAsync() at Microsoft.AspNetCore.Components.RenderTree.Renderer.GetErrorHandledTask(Task taskToHandle, ComponentState owningComponentState)

3rd Issue - Visual Studio Error List

The project runs fine, but I noticed some errors in Visual Studio. I am not sure what to do with these errors. Should I ignore them?

(Ignore the spelling mistakes, I used ocr tool to capture the text from image below)

  1. CS1061 UserProfile does not contain a definition for LastPageVisited and no accessible extension method LastPageVisited accepting a first argument of type UserProfile could be found (are you missing a using directive or an assembly reference?) BlazorBoilerplate.Ul.Base LoginPage.cs 99 Active
  2. CS1061 UserProfile does not contain a definition for LastPageVisited and no accessible extension method LastPageVisited accepting a first argument of type UserProfile could befound (are you missing 3 using directive or an assembly reference?) BlazorBoilerplate.Ul.Base LoginPage.cs 99
  3. CS0117 Todo does not contain a definition for CreatedByld BlazorBoilerplate.Storage Databaselnitializer.cs 137
  4. CS0246 The type or namespace name ILocalizationRecord could not befound (are you missing a using directive or an assembly reference?) BlazorBoilerplate.Client Program.cs 82

Some errors

Issue Analytics

  • State:closed
  • Created 9 months ago
  • Comments:6

github_iconTop GitHub Comments

1reaction
GioviQcommented, Dec 30, 2022

The master branch has some issues with .Net 7 . Try Maui branch instead

0reactions
IbrahimTimimicommented, Dec 30, 2022

Thank you.

Read more comments on GitHub >

github_iconTop Results From Across the Web

Faced Error or Error Faced
The error we faced is "Sorry, you have exceeded the maximum allowed databases." Option 1 : The error faced is "Sorry, you have...
Read more >
faced error | English examples in context
High quality example sentences with “faced error” in context from reliable sources - Ludwig is the linguistic search engine that helps you to...
Read more >
5 Common errors in the research process
5 Common errors in the research process · 1. Population Specification · 2. Sampling and Sample Frame Errors · 3. Selection · 4....
Read more >
5 common errors typescript developers face and how to ...
In this post, I will share with you some of the errors that cause people to do that, how to solve them, and...
Read more >
I have faced some errors like below. I think that because ...
I have faced some errors like below. I think that because relativity servers need to connect outside(Wiki) and get back the data into...
Read more >

github_iconTop Related Medium Post

No results found

github_iconTop Related StackOverflow Question

No results found

github_iconTroubleshoot Live Code

Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free

github_iconTop Related Reddit Thread

No results found

github_iconTop Related Hackernoon Post

No results found

github_iconTop Related Tweet

No results found

github_iconTop Related Dev.to Post

No results found

github_iconTop Related Hashnode Post

No results found