Can't create component 'FutureApp.Doctors.DoctorAppService' as it has dependencies to be satisfied.
See original GitHub issuefollowing code:
public class DoctorController : AbpController
{
private string appId = WebConfigurationManager.AppSettings["WeixinAppId"];
private readonly IDoctorAppService _doctorAppService;
public DoctorController(IDoctorAppService doctorAppService)
{
_doctorAppService = doctorAppService;
}
}
Issue Analytics
- State:
- Created 6 years ago
- Comments:8 (4 by maintainers)
Top 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 >Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start FreeTop Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
Top GitHub Comments
Did you add
DbSet
for those entities in yourDbContext
?hi @metaphysys
see https://github.com/aspnetboilerplate/aspnetboilerplate/issues/1476#issuecomment-277330004 https://github.com/aspnetboilerplate/modular-todo-app