Base solution for your next web application
Open Closed

Cannot get Power Tools to work #10712


User avatar
0
kylem created
  • What is your product version? 10.4.0
  • What is your product type (Angular or MVC)? Angular
  • What is product framework type (.net framework or .net core)? .net core

Hi, I tried using Power Tools, followed documentation, installed the Tools and tried creating entity. All looks good, I am able to run the tool, I defined entity with few properties but when I run 'Generate' button, tool exits without any error, and all looks good but nothing actually happens.

I checked Tools log files and I always find just those 2 lines:

DEBUG 2021-11-28 18:57:14,689 [1    ] dioExtension.Dialogs.EntityGeneratorForm - Generate entity started.
DEBUG 2021-11-28 18:57:16,429 [1    ] dioExtension.Dialogs.EntityGeneratorForm - Entity successfully generated.

No errors.

I am using Visual Studio 2019.

So, what I am doing wrong?

Thanks, Predrag


1 Answer(s)
  • User Avatar
    0
    kylem created

    OK, I was searching the forum and find this thread: https://support.aspnetzero.com/QA/Questions/9845/Power-Tool-under-VS-2019

    That turned out to be my issue as well - so after installing .NET Core 2.2 Runtime for my VS 2019, Power Tool is working fine.

    I will close the issue,

    Thanks, Predrag