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.

Can't create component 'FutureApp.Doctors.DoctorAppService' as it has dependencies to be satisfied.

See original GitHub issue

following code:

    public class DoctorController : AbpController
    {
        private string appId = WebConfigurationManager.AppSettings["WeixinAppId"];
        private readonly IDoctorAppService _doctorAppService;
        public DoctorController(IDoctorAppService doctorAppService)
        {
            _doctorAppService = doctorAppService;
        }
    }

Issue Analytics

  • State:closed
  • Created 6 years ago
  • Comments:8 (4 by maintainers)

github_iconTop GitHub Comments

47reactions
acjhcommented, Sep 29, 2017

Did you add DbSet for those entities in your DbContext?

Read more comments on GitHub >

github_iconTop Results From Across the Web

c# - Can't create component as it has dependencies to be ...
Handlers.HandlerException : Can't create component 'ABC.XYZ.Business.Services.PQR.TestAppService' as it has dependencies to be satisfied.
Read more >
How to solve Can't create component as it has ...
How to solve Can't create component as it has dependencies to be satisfied in ASP.NET Boilerplate? Getting error while running test.
Read more >
Can't create component, A dependency cannot be satisfied ...
I'm trying to build my web application. It's a normal Mvc web application. Well i created a model named Category. here it is....
Read more >
Can't create component 'somethingcontroller' as it has ...
as it has dependencies to be satisfied. app.web.controllers.security.userscontroller is waiting for the following dependencies: Services: - app.
Read more >
Untitled
Composer is working but cant create project laravel, Episode 1 produce x 101, ... Veranda blend food pairing, Dr evita fernandez, Gta full, ......
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