Hi,
Can you give me an example code for job creation with hangfire. Which triggered every minute and log "Hello World" to log file. And starting with application startup.
Thanks
I found my problem. it is my mistake.
Muhittin
Thanks.
I added this nuget package and remove System.ComponentModel.DataAnnotations
is this a jquery upgrade issue or bug ?
Hi i created an entity and i can not click create, update and get datatable . SQLHost is entity name.
Console message is ;
index.js:3 jQuery.Deferred exception: Cannot read property 'getAll' of undefined TypeError: Cannot read property 'getAll' of undefined at HTMLDocument.<anonymous> (http://localhost:62114/view-resources/Areas/App/Views/SQLHosts/Index.js?v=NIbZ1rDJ5Biu__J4xSvkjRSicpHf_JmYsWGsyNSjmtQ:41:48) at mightThrow (http://localhost:62114/view-resources/Areas/App/Views/_Bundles/app-layout-libs.js?v=n3qVpC5qgi69sNBAtpB8JlDvlgqCfhO9A6tO3EBvioM:4017:29) at process (http://localhost:62114/view-resources/Areas/App/Views/_Bundles/app-layout-libs.js?v=n3qVpC5qgi69sNBAtpB8JlDvlgqCfhO9A6tO3EBvioM:4085:12) undefined
And In Application Project
public async Task<PagedResultDto<GetSQLHostForView>> GetAll(GetAllSQLHostsInput input)
{
I commented the following line at Startup.cs
options.Filters.Add(new AutoValidateAntiforgeryTokenAttribute());
Now it is working from ConsoleApiClient and Swagger.
PS. But Role names can not find with Display Name. It can found with name and name is meaningless word at database side.