I've been using all the previous versions of Power Tools and it has always worked fine.
The latest version (2.6.1) simply closes when the Generate button is pressed and nothing is changed in the database or the project.
Is there a way to revert to version 2.6.0?
4 Answer(s)
-
0
Hi @Mitch
Could you check the Power Tools logs and Windows event viewer logs to see if there are any error messages ?
Thanks,
-
0
Here's a Step by Step Guide :-
Open Power Tools 2.6.1 and fill in Entity Info.
Create a property
Save property and click on Generate
Nothing happens, Power Tools closes. No Entity is created.
There's nothing recent in the Windows Logs.
Here's todays Power Tools Logs
DEBUG 2020-09-09 08:32:45,799 [1 ] lVisualStudioExtension.AspNetZeroRadTool - Menu item clicked with params > loadFromJson: False, loadFromDatabase: False, showAboutForm: True DEBUG 2020-09-09 08:35:01,969 [1 ] lVisualStudioExtension.AspNetZeroRadTool - Menu item clicked with params > loadFromJson: False, loadFromDatabase: False, showAboutForm: False DEBUG 2020-09-09 08:35:52,767 [1 ] lVisualStudioExtension.AspNetZeroRadTool - Menu item clicked with params > loadFromJson: False, loadFromDatabase: False, showAboutForm: False DEBUG 2020-09-09 08:37:25,507 [1 ] dioExtension.Dialogs.EntityGeneratorForm - Generate entity started. DEBUG 2020-09-09 08:37:25,768 [1 ] dioExtension.Dialogs.EntityGeneratorForm - Entity successfully generated.
-
1
Download dotnet-runtime-2.2.0-win-x64.exe
run on cmd repos\test\aspnet-core\AspNetZeroRadTool dotnet AspNetZeroRadTool.dll ContentFeatures.ContentMenu.json or reinstall power tool.
its work for me.
-
0
@ydyazilim That has worked for me too, many thanks for your help.