Base solution for your next web application
Open Closed

problems with Power Tool #9598


User avatar
1
sagaracorp created

Latest version of your solution, I just bought this couple days ago. Angular and .net core. VIsual Studio version: https://jmp.sh/7BV86jJ Sql Server version: https://jmp.sh/Zj0Vpgb ~~Problem trying to generate entities scaffolding:~~ This is the only thing i got: https://jumpshare.com/v/vqApnDfIEF6htyiXja5r No entity created in database: https://jmp.sh/Bjfa1Cv

there are not register in event log or not error messag, nothing happens. I tried this in 4 different computers getting the same result. Even i tried with .net MVC core version and the same.

this is the log: DEBUG 2020-09-06 10:56:20,082 [1 ] lVisualStudioExtension.AspNetZeroRadTool - Menu item clicked with params > loadFromJson: False, loadFromDatabase: False, showAboutForm: False DEBUG 2020-09-06 10:56:51,039 [1 ] dioExtension.Dialogs.EntityGeneratorForm - Generate entity started. DEBUG 2020-09-06 10:56:51,715 [1 ] dioExtension.Dialogs.EntityGeneratorForm - Entity successfully generated. DEBUG 2020-09-06 10:56:58,486 [1 ] lVisualStudioExtension.AspNetZeroRadTool - Menu item clicked with params > loadFromJson: False, loadFromDatabase: False, showAboutForm: True


10 Answer(s)
  • User Avatar
    0
    maliming created
    Support Team

    hi

    Your screenshot leaked your license code. I will check this problem.

  • User Avatar
    0
    yekalkan created

    What is the version of your Power Tool Visual Studio extension?

  • User Avatar
    0
    sagaracorp created

  • User Avatar
    0
    sagaracorp created
  • User Avatar
    0
    sagaracorp created

    any update on this?

  • User Avatar
    0
    yekalkan created

    Can you run the tool by command line and tell us the result?

    (Launch command line in AspNetZeroRadTool folder and run this command: dotnet AspNetZeroRadTool.dll Hotels.Hotel.Json)

  • User Avatar
    0
    sagaracorp created

    I solved it myself. Thanks anyway

  • User Avatar
    0
    yekalkan created

    Was it a problem caused by rad tool? If so, we can prevent it to happen again for other users.

  • User Avatar
    0
    shujat.munawar created

    @yekalkan When i try to run the above command i am getting that msg:

  • User Avatar
    0
    shujat.munawar created

    The solution is:

    1. Open the visual studio installer
    2. Click on Modify and check the checkmark for NET 2.2
    3. Let the update to finish and visual studio will restart After doing that try to create an entity or regenrate entity and you will see it works