Otvoriť Uzavreté

Issue in injecting dependencies and Generating Client Proxies #4619


User avatar
0
Abhishek_Sharma vytvorené

I am facing following issue a) Unable to add below dependency injection in MenuController.

public class MenuController : AbpController, IDataMenuAppService { private readonly IDataMenuAppService _dataMenuAppService;

public MenuController(IDataMenuAppService dataMenuAppService)
{
   _dataMenuAppService = dataMenuAppService;
    
}

} b) Unable to generate proxies in csharp.

On server side :-

  1. I have created interface IDataMenuAppService

1 odpoveď(e)/dí
  • User Avatar
    0
    salih vytvorené
    Tím podpory .NET Developer

    Hi can you tell me the project and cli version and the minimum steps required to reproduce

Made with ❤️ on ABP v8.2.0-preview Updated on marca 25, 2024, 15:11