16 Answer(s)
-
0
-
0
I hope u got the problem. I have already spent a lot of time while shifting project from v6.x to v7, now i need the power of RAD tool for regenerating my default views. Please i need urgent fix. Thanks
-
0
Any update?
-
0
Ok, i see the issue. This will be fixed tomorrow morning.
-
0
Thank you very much. Anxiously waiting...
-
0
Where can I download the latest RAD Tool?
-
0
you can download from here: https://marketplace.visualstudio.com/items?itemName=Volosoft.AspNetZeroPowerTools
Or if your Asp.Net Zero project version is below v7.0.0 (metronic 5 changes), you can download from here: https://marketplace.visualstudio.com/items?itemName=Volosoft.AspNetZeroPowerToolsMetronic5
-
0
@yekalkan Any update?
-
0
@Mazharmig is your project jquery or angular?
-
0
jquery MVC Core
-
0
One more issue: EntityDto don't have all the properties that are present in Entity and this point generates error in EntityAppService GetAll method.
-
0
We've released a new version. You can upgrade the tool.
However, you also need to apply this commit to your project: https://github.com/aspnetzero/aspnet-zero-core/commit/097461f7249e772c20a9ab5306a4c59b14c9ec90
EntityDto don't have all the properties that are present in Entity and this point generates error in EntityAppService GetAll method.
Fixed it as well.
-
0
-
0
Rad Tool Version 2.0.2.1
-
0
Minified index.js files that are generated by Rad tool don't have 'name' attribute.
-
0
Navigate to root directory of *.Web.Mvc project and run npm run create-bundles command. It will refresh the minified js file.