Base solution for your next web application
Ends in:
01 DAYS
01 HRS
01 MIN
01 SEC

Activities of "maliming"

hi

The Ticks method of datetime could not be translated. You can use Ticks when using automapper to map enitty to dto(CustomDtoMapper), befor that you should use CreationTime to order the entities.

configuration.CreateMap<AuditLog, AuditLogListDto>()
	.ForMember(d => d.ExecutionTimeTicks, s => s.MapFrom(x => x.ExecutionTime.Ticks));
 keySelector: (ti0) => ti0.Outer.Outer.CreationTime.Ticks)' could not be translated. Either rewrite the query in a form that can be translated, or switch to client evaluation explicitly by inserting a call to either AsEnumerable(), AsAsyncEnumerable(), ToList(), or ToListAsync(). See https://go.microsoft.com/fwlink/?linkid=2101038 for more information.

hi

Maybe you can force rebuid the MyCompanyName.AbpZeroTemplate.Core project.

Answer

hi hasan

  • What is your product version?
  • What is product framework type (.net framework or .net core version)?
  • What is ABP Framework version?

Have you tried deploying the application and angular to local iis?

similar https://support.aspnetzero.com/QA/Questions/7212#answer-b2a3fd5d-f0c8-a32d-f279-39eec9f2d6cf

hi

I copy your code and it works.

Answer

hi @lweng567

You can check your inbox or github page. its should have notification.

hi

Deploy a fresh zero demo project in the same web server to confirm whether it is a server and database problem.

If there is no problem with the zero project, I can help you check your project.

hi

It's seems this is ef core problem https://github.com/dotnet/efcore/issues/11686

hi wanghugh

You can invite anyone to become a member of the ASP.NET Zero organization using their GitHub username. And they can access the ASP.NET Zero private GitHub repositories. Right after you add a GitHub user, the user will receive an invitation email. If there is problem receiving the invitation email, alternatively user can visit github.com/orgs/aspnetzero page and accept the invitation.

https://aspnetzero.com/LicenseManagement

hi

We will investigate this issue, similar to https://github.com/aspnetboilerplate/aspnetboilerplate/issues/5701

hi

Please follow this https://github.com/aspnetzero/aspnet-zero-core/issues/3441

Showing 191 to 200 of 2998 entries