Base solution for your next web application
Open Closed

Error from generated class import to excel #11945


User avatar
0
kworkme created

ASP.NET Zero Power Tools: 4.2.0 Visual Studio IDE: Community 2022 (64-bit) Version 17.9.0 AppVersion: Upgrading from 10.3.0 -> 13.1.0

There is an error of TEntity when I did generate an entity. How can I fix it? For now, I can fix by add datatype (Guid) to code like below, but I have to do that everytime do generation. Is there other way better to fix? IRepository<Project> repository, -> IRepository<Project, Guid> repository,


2 Answer(s)
  • User Avatar
    0
    m.aliozkaya created
    Support Team

    Hi @kworkme,

    It should be fixed in this power tools version. Could you delete the file templates folder located at*/AspNetZeroRadTool/FileTemplates and regenerate it again?

  • User Avatar
    0
    kworkme created

    Thank you, I already fixed it manually. I will wait for next version of tool.