Base solution for your next web application
Open Closed

Upgrade to 13.3.0 causes dependency registration errors #12113


User avatar
0
drutter1954 created

I upgraded my project from 13.2.0 to 13.3.0 following the instructions in the migration documentation. I merged aspnetzero branch into my dev branch, resolved all conflicts and compiled the app. The web app starts up correctly but when I attempt to go to one of my main pages I get errors loading the app service that services my page.

The thing that is weird and I cannot figure out why it is happening is the "2" that appears after each of the IRepository statement. I have cleaned and rebuilt the solution a couple times with the same result.


1 Answer(s)
  • User Avatar
    0
    m.aliozkaya created
    Support Team

    Hi @drutter1954,

    Is the patient entity added to DbContext? Could you check this?