Prerequisites
v8.9 MVC Core
Regenerate entity fails silently
I tried to regenerate an entity to add a property. When I click generate, nothing happens. No error or anything.
If I view changes to the project, it says my depdency, the dll, the runtimeconfig my entities json file, Linq, and cryptography dlls were changed.
Also, it appears to have added core 2.1?
However, nothing else happens.
Installed SDKs: 2.1.202 [C:\Program Files\dotnet\sdk] 2.1.514 [C:\Program Files\dotnet\sdk] 2.1.516 [C:\Program Files\dotnet\sdk] 2.1.517 [C:\Program Files\dotnet\sdk] 2.1.518 [C:\Program Files\dotnet\sdk] 3.1.402 [C:\Program Files\dotnet\sdk]
Any ideas?
4 Answer(s)
-
0
RAD Tool logs don't provide any information other than:
DEBUG 2020-09-17 23:03:20,263 [1 ] dioExtension.Dialogs.EntityGeneratorForm - Generate entity started. DEBUG 2020-09-17 23:03:20,460 [1 ] dioExtension.Dialogs.EntityGeneratorForm - Entity successfully generated. DEBUG 2020-09-17 23:06:46,921 [1 ] lVisualStudioExtension.AspNetZeroRadTool - Menu item clicked with params > loadFromJson: False, loadFromDatabase: False, showAboutForm: True
-
0
I uninstalled and reinstalled the tool, no luck.
Is there a way to enable debug logging?
-
0
Hi @marble68
Could you install .NET Core 2.2 runtime and try again ?
Thanks,
-
0
Thank you, that did it.