Posts by gelvane.silva • 27 points
5 posts
-
0
votes1
answer27
viewsA: Internal Server Error - Iauthentication
I managed to solve my problems after much effort. The problem was that I needed to reference my dependency injection in the Startup class. public void ConfigureServices(IServiceCollection services)…
-
0
votes1
answer27
viewsQ: Internal Server Error - Iauthentication
I am with the problem presented below and do not know how to solve, the system is complaining that can not access my class Iauthentication. follows below the error presented. Below my controller…
-
0
votes1
answer786
viewsQ: Error Saving Data - Nullreferenceexception: Object Reference not set to an instance of an Object
I am trying to save data which pulls a list of a Ienumerable, however while always saving from the error below. When consulting the database, the data were saved correcting, but always give the…
-
0
votes1
answer69
viewsQ: Problem with Razor
I have a problem I haven’t been able to identify what you’re causing. When trying to enter the Log View, an "Inter-Ternal Server Error" occurs and the message appears below. I am using ASP.NET Core…
-
2
votes1
answer1146
viewsQ: Error While Creating Migration
I am creating a user register in C#, but when including the Domain layer and I will create the Migration is happening the error below. I haven’t been able to identify what happens. "No suitable…