Download dotnet-runtime-2.2.0-win-x64.exe
run on cmd repos\test\aspnet-core\AspNetZeroRadTool dotnet AspNetZeroRadTool.dll ContentFeatures.ContentMenu.json or reinstall power tool.
its work for me.
Hi, I'm using ASPNET ZERO (paid version) and then the .net core 2.2 + jquery version.
There are no JavaScript errors in the browser console when you encounter this problem. One warning available Synchronous XMLHttpRequest on the main thread is deprecated because of its detrimental effects to the end user's experience. this warning app-layout-libs.min.js under
Page and page numbering does not work properly. This Error exists only on Google Chrome.
Please advice for a solution,
hi again,
in appsettigns.json
"App": {
"SwaggerEndPoint": "/swagger/v1/swagger.json",
}
and i take "Conflicting schemaIds: Duplicate schemaIds detected for types A and B" error for this issue update statup.cs
{
options.SwaggerDoc("v1", new Info { Title = "YD API", Version = "v1" });
options.CustomSchemaIds(i => i.FullName);
options.DocInclusionPredicate((docName, description) => true);
});
hi, links are not available.
can you share solution again.
Hi,
I used powershell script when i was publishing the project. But i got same error. it can be related with server configuration?