Internal Server Error

Sonu Thapa 0 Reputation points
2023-04-28T19:16:26.6566667+00:00

I am performing CRUD operation using .netCoreApi but facing the issue her i am sharing my error User's image

Developer technologies | ASP.NET | ASP.NET Core
Developer technologies | ASP.NET | ASP.NET API
Developer technologies | .NET | Other
Developer technologies | C#
{count} votes

1 answer

Sort by: Most helpful
  1. Bruce (SqlWork.com) 77,926 Reputation points Volunteer Moderator
    2023-04-28T20:25:20.6133333+00:00

    the error is pretty clear. when creating the controller, you specified injection of the "ICrudOocrationSL" service in the constructor, but did not register that service when you added services.

    0 comments No comments

Your answer

Answers can be marked as Accepted Answers by the question author, which helps users to know the answer solved the author's problem.