Base solution for your next web application
Open Closed

How I can resolve Can't create component '*.ViewModels.DataEntryViewModel' as it has dependencies to be satisfied #11150


User avatar
0
longviet created

V11.1.0 .NET Core - Angular

  • node: v16.14.2
  • npm: 8.7.0
  • Angular CLI: 13.3.1
  • Visual Studio 2022 I created crud page (ISizesAppService) by ASP.NET Zero Power Tools On Xamarin project I created ProxySizeAppService for get data And create page DataEntryView with DataEntryViewModel code as When run the app I get the error Castle.MicroKernel.Handlers.HandlerException: Can't create component '.ViewModels.DataEntryViewModel' as it has dependencies to be satisfied. '.ViewModels.DataEntryViewModel' is waiting for the following dependencies: Service '*.IColorsAppService' which was not registered. Service '*.ISizesAppService' which was not registered. Please help verify it.

1 Answer(s)
  • User Avatar
    0
    ismcagdas created
    Support Team

    Hi,

    As far as I can see, your implementation name is missing a 's' character. Could you change it from ProxySizeAppService to ProxySizesAppService and see if it works ?

    Thanks,