Hi @vladsd, what errors are you getting? Could you share error details (*/App_Data/Logs/logs.txt)? Did you add mapping configuration for these entity and DTO classess to *.Application.CustomDtoMapper.cs?
Hi @ManojReddy,
check these (custom repository): <a class="postlink" href="https://www.codeproject.com/Articles/1199648/Using-Stored-Procedure-User-Defined-Function-and-V">https://www.codeproject.com/Articles/11 ... tion-and-V</a> <a class="postlink" href="https://aspnetboilerplate.com/Pages/Documents/EntityFramework-Integration#custom-repository-example">https://aspnetboilerplate.com/Pages/Doc ... ry-example</a>
Hi @ivanosw1, we will work on this. You can follow this issue: <a class="postlink" href="https://github.com/aspnetzero/aspnet-zero-core/issues/773">https://github.com/aspnetzero/aspnet-ze ... issues/773</a>
Hi @[email protected], there no built-in solution for this. But you can add menu items dynamically to menu provider.
Check following sources to better understand #471@cc4cd51b-58c2-4919-ab7d-f36d991430a5 <a class="postlink" href="https://aspnetboilerplate.com/Pages/Documents/Navigation">https://aspnetboilerplate.com/Pages/Doc ... Navigation</a>
Hi @indriya, is there any console error at client side?
After you change your backend, you should run nswag (angular/nswag/refresh.bat) to regenerate service.proxies.ts
Check this for your latest error #4576
Did you find a solution for your first issue?
Thanks for feedback!
Hi @ramezani583, you don't need that file. There are all files on github. But when you download project from aspnetzero.com, we are removing files that aren't related with your selected project type. So you would only follow related files on github.