Open Closed

Issue in injecting dependencies and Generating Client Proxies #4619


User avatar
0
Abhishek_Sharma created

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 Answer(s)
  • User Avatar
    0
    salih created
    Support Team .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 March 25, 2024, 15:11