Base solution for your next web application

Activities of "omarsultan"

Answer

ERROR 2018-01-29 15:54:58,917 [4 ] Mvc.ExceptionHandling.AbpExceptionFilter - Error mapping types.

Mapping types: Tenant -> TenantLoginInfoDto HYVE.Jigsaw.MultiTenancy.Tenant -> HYVE.Jigsaw.Sessions.Dto.TenantLoginInfoDto

Type Map configuration: Tenant -> TenantLoginInfoDto HYVE.Jigsaw.MultiTenancy.Tenant -> HYVE.Jigsaw.Sessions.Dto.TenantLoginInfoDto

Property: Edition AutoMapper.AutoMapperMappingException: Error mapping types.

Mapping types: Tenant -> TenantLoginInfoDto HYVE.Jigsaw.MultiTenancy.Tenant -> HYVE.Jigsaw.Sessions.Dto.TenantLoginInfoDto

Type Map configuration: Tenant -> TenantLoginInfoDto HYVE.Jigsaw.MultiTenancy.Tenant -> HYVE.Jigsaw.Sessions.Dto.TenantLoginInfoDto

Property: Edition ---> AutoMapper.AutoMapperConfigurationException: Unmapped members were found. Review the types and members below. Add a custom mapping expression, ignore, add a custom resolver, or modify the source/destination type For no matching constructor, add a no-arg ctor, add optional arguments, or map all of the constructor parameters

Edition -> EditionInfoDto (Destination member list) Abp.Application.Editions.Edition -> HYVE.Jigsaw.Sessions.Dto.EditionInfoDto (Destination member list)

Unmapped properties: TrialDayCount MonthlyPrice AnnualPrice IsHighestEdition IsFree

at AutoMapper.ConfigurationValidator.AssertConfigurationIsValid(IEnumerable`1 typeMaps) at lambda_method(Closure , Tenant , TenantLoginInfoDto , ResolutionContext ) --- End of inner exception stack trace --- at lambda_method(Closure , Tenant , TenantLoginInfoDto , ResolutionContext ) at lambda_method(Closure , Object , Object , ResolutionContext ) at AutoMapper.Mapper.AutoMapper.IMapper.Map[TDestination](Object source) at HYVE.Jigsaw.Sessions.SessionAppService.

Answer

error happens in SessionAppService as shown in the attached file and this is the error " GET <a class="postlink" href="http://localhost:22742/api/services/app/Session/GetCurrentLoginInformations">http://localhost:22742/api/services/app ... formations</a> 500 (Internal Server Error) "

Question

I am getting internal server error while login in (api/services/app/Session/GetCurrentLoginInformations), after updating all of my nuget packages, what is the problem here ?

thanks in advance

thank u :)

i wanna add a custom dto validation which needs to access my repos , what to do ?

How to validate that the entered username is unique ?

How to validate that the entered username is unique ?

how to use metronic admin3 instead of admin4 and integrated with primeng theme <a class="postlink" href="https://www.primefaces.org/verona/">https://www.primefaces.org/verona/</a>

Hello, Currently our architecture is based on AspNetZero .net core and Angular4. We have a micro service that will get some requests from the main api and store some data to its own DB. We want to use AspNetZero for that service to get (Audit Trail, exception handling, Swagger, Automapper, Generic Repo, etc..) , yet we don't want to use the full functionality, we want to replace Authorization from users and multi tenancy to, client_app authorization between services.

So the new service should only validate a client key, not the user himself (maybe validate the request host IP).

As you can see, there will be a lot of files and entities which we don't need will be added to our code base, so is there any way that we can use sub modules ? I saw that ABP and Zero Module are separated into separate nuget packages, but I can't find any documentation on how to properly use them together.

Thanks in advance

Question

i had downloaded metronic from github and it didn't provide me with all feature i need like metronic theming check this one (<ins>http://keenthemes.com/metronic/preview/default/angular/index</ins>), please tell me what metronic theme give me, i think it's like the original one which provide a lot of examples forms, buttons, datatable, calender, widget, icon, ..etc. or may i had downloaded the wrong one.

Showing 11 to 20 of 20 entries