I dont get this one. Why this is not updated in the documentation. https://docs.aspnetzero.com/aspnet-core-mvc/latest/Getting-Started-Core
add "searching": true, to datatable config. This is hidden by default. in datatable.defaults.js
There are multiple ways to solve this.
First of all check to see if the scripts are loading and check if the path is correct. Sometime it is to get the path to file. To make it easy, Use one of the existing folders and just copy a test file to capture the path.
For your ref. All versions below works for me.
<script type="text/javascript" src="@(ApplicationPath)Common/Scripts/Datatables/ajax/libs/jszip/2.5.0/jszip.js"></script> or <script abp-src="/test/testTools.min.js" asp-append-version="true"></script> or <script src="~/assets/iCheck/icheck.min.js"></script>
Advise, Try to keep the folder structure clean. It looks like you are trying to version control using folder. I would recommend remove that and maintain a readme file with the version you want to track.
I had the same issue and could not get it to work, When i added golbal.json through visual studio. However, when i added i same using CLI with the correct SDK.
Also, Can you share where you did you made this change in the app Component.InvokeAsync() instead of vc: tags
After spending few hours or research here is my work around until Microsoft stops experimenting with us.
Rolling back the sdk or VS did not help at all.
--
We Fixed this by adding global.json to force the application to use last working SDK.
See this link. https://www.learnrazorpages.com/publishing/publish-to-iis#fixing-the-sdk-version-used-for-publishing
also, for SDK impacted/working https://github.com/dotnet/razor/issues/8281#issuecomment-1455780747
Hi,
found this - could it help:
https://github.com/dotnet/aspnetcore/issues/38541
This did not help.
Same here Just updated VS and seeing this bug
Thank you
for those who are searching and landing here.
https://stackoverflow.com/questions/67550561/asp-net-boilerplate-custom-repository-no-longer-working-after-upgrade
Thank you ismcagdas,
Thank you so much for response
Where do you us to copy this class? For some reason breakpoint is not hitting the class.