Base solution for your next web application
Open Closed

Entity Generator compilation error. #12085


User avatar
0
truist.software created

Using Asp.Net Core MVC v13.2.0 and the latest Asp.Net Power Tools I am receiving the following compilation error in the <MyApp>.Application project:

'There is no argument given that corresponds to the required parameter 'localizationManager' of 'MiniExcelExcelImporterBase<ImportMyObjectDto>.MiniExcelExcelImporterBase(ILocalizationManager)


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

    Hi,

    We will release a new version for Power Tools to fix this issue in a few days. At the moment, you can manually pass localizationManager to constructor of the base entity as shown below;