Base solution for your next web application

Activities of "palco.ps"

Severity Code Description Project File Line Suppression State Error The "LinkAssemblies" task failed unexpectedly. Mono.Linker.MarkException: Error processing method: 'System.Void Abp.AutoMapper.AbpAutoMapperModule::CreateCoreMappings(AutoMapper.IMapperConfigurationExpression)' in assembly: 'Abp.AutoMapper.dll' ---> Mono.Cecil.ResolutionException: Failed to resolve System.Void AutoMapper.IMappingExpression2<Abp.Localization.ILocalizableString,System.String>::ConvertUsing(System.Func2<!0,!1>) at Mono.Linker.Steps.MarkStep.HandleUnresolvedMethod(MethodReference reference) at Mono.Linker.Steps.MarkStep.MarkMethod(MethodReference reference) at Mono.Linker.Steps.MarkStep.MarkInstruction(Instruction instruction) at Mono.Linker.Steps.MarkStep.MarkMethodBody(MethodBody body) at Mono.Linker.Steps.MarkStep.ProcessMethod(MethodDefinition method) at Mono.Linker.Steps.MarkStep.ProcessQueue() --- End of inner exception stack trace --- at Mono.Linker.Steps.MarkStep.ProcessQueue() at Mono.Linker.Steps.MarkStep.ProcessPrimaryQueue() at Mono.Linker.Steps.MarkStep.Process() at MonoDroid.Tuner.MonoDroidMarkStep.Process(LinkContext context) at Mono.Linker.Pipeline.Process(LinkContext context) at MonoDroid.Tuner.Linker.Process(LinkerOptions options, ILogger logger, LinkContext& context) at Xamarin.Android.Tasks.LinkAssemblies.Execute(DirectoryAssemblyResolver res) at Xamarin.Android.Tasks.LinkAssemblies.Execute() at Microsoft.Build.BackEnd.TaskExecutionHost.Microsoft.Build.BackEnd.ITaskExecutionHost.Execute() at Microsoft.Build.BackEnd.TaskBuilder.<ExecuteInstantiatedTask>d__26.MoveNext() ManageSysDemo.Mobile.Droid

Hi,

Since Internet connectivity is not allowys available every where , One way to solve this issue is to cache the data, using sqllite to hold data offline and do sync automatically or manually with remote server is the best practice , Where we can do little changes in code to support this feature ?

Could you pleae add your recommandtion to add offline work feature to ASP.NET Zero Solution?

Thanks

Question

Hi,

How to add new font and use it in UI?

Thanks

Monther

Hi,

How to upgrade my AspNet Zero to v6.6, keeping my changes working properly?

my product type is Angular my product framework type is .net core

Thanks

Monther

Question

Hi,

Email request sent but email not recived , the following log show no error occured :

Could you please advice to solve this issue ?

Thanks

INFO 2019-03-01 10:48:35,343 [166 ] soft.AspNetCore.Hosting.Internal.WebHost - Request starting HTTP/1.1 OPTIONS http://localhost:22742/api/services/app/HostSettings/SendTestEmail
INFO 2019-03-01 10:48:35,343 [166 ] pNetCore.Cors.Infrastructure.CorsService - CORS policy execution successful. INFO 2019-03-01 10:48:35,343 [166 ] soft.AspNetCore.Hosting.Internal.WebHost - Request finished in 0.4648ms 204 INFO 2019-03-01 10:48:35,372 [166 ] soft.AspNetCore.Hosting.Internal.WebHost - Request starting HTTP/1.1 POST http://localhost:22742/api/services/app/HostSettings/SendTestEmail application/json 46 INFO 2019-03-01 10:48:35,372 [166 ] pNetCore.Cors.Infrastructure.CorsService - CORS policy execution successful. INFO 2019-03-01 10:48:35,840 [166 ] uthentication.JwtBearer.JwtBearerHandler - Successfully validated the token. INFO 2019-03-01 10:48:35,848 [166 ] ft.AspNetCore.Routing.EndpointMiddleware - Executing endpoint 'ManageSysDemo.Configuration.Host.HostSettingsAppService.SendTestEmail (ManageSysDemo.Application)' INFO 2019-03-01 10:48:35,853 [166 ] ore.Mvc.Internal.ControllerActionInvoker - Route matched with {area = "app", action = "SendTestEmail", controller = "HostSettings"}. Executing action ManageSysDemo.Configuration.Host.HostSettingsAppService.SendTestEmail (ManageSysDemo.Application) INFO 2019-03-01 10:48:35,853 [166 ] pNetCore.Cors.Infrastructure.CorsService - CORS policy execution successful. INFO 2019-03-01 10:48:35,859 [166 ] ore.Mvc.Internal.ControllerActionInvoker - Executing action method ManageSysDemo.Configuration.Host.HostSettingsAppService.SendTestEmail (ManageSysDemo.Application) with arguments (ManageSysDemo.Configuration.Host.Dto.SendTestEmailInput) - Validation state: Valid WARN 2019-03-01 10:48:40,516 [166 ] Abp.Net.Mail.NullEmailSender - USING NullEmailSender! DEBUG 2019-03-01 10:48:40,516 [166 ] Abp.Net.Mail.NullEmailSender - SendEmailAsync: DEBUG 2019-03-01 10:48:40,516 [166 ] Abp.Net.Mail.NullEmailSender - [email protected] DEBUG 2019-03-01 10:48:40,516 [166 ] Abp.Net.Mail.NullEmailSender - DEBUG 2019-03-01 10:48:40,516 [166 ] Abp.Net.Mail.NullEmailSender - تجربة بريد قالب أي بي بي زيرو DEBUG 2019-03-01 10:48:40,516 [166 ] Abp.Net.Mail.NullEmailSender - هذا بريد للتجربة فقط. INFO 2019-03-01 10:48:40,516 [166 ] ore.Mvc.Internal.ControllerActionInvoker - Executed action method ManageSysDemo.Configuration.Host.HostSettingsAppService.SendTestEmail (ManageSysDemo.Application), returned result Microsoft.AspNetCore.Mvc.EmptyResult in 4657.0019ms. INFO 2019-03-01 10:48:40,523 [172 ] .Mvc.Infrastructure.ObjectResultExecutor - Executing ObjectResult, writing value of type 'Abp.Web.Models.AjaxResponse'. INFO 2019-03-01 10:48:40,523 [172 ] ore.Mvc.Internal.ControllerActionInvoker - Executed action ManageSysDemo.Configuration.Host.HostSettingsAppService.SendTestEmail (ManageSysDemo.Application) in 4669.6369ms INFO 2019-03-01 10:48:40,523 [172 ] ft.AspNetCore.Routing.EndpointMiddleware - Executed endpoint 'ManageSysDemo.Configuration.Host.HostSettingsAppService.SendTestEmail (ManageSysDemo.Application)' INFO 2019-03-01 10:48:40,523 [172 ] soft.AspNetCore.Hosting.Internal.WebHost - Request finished in 5151.4692ms 200 application/json; charset=utf-8

Question

Hi ,

Application now show dates in Hijri how to change it to gregorian , Any settings for that in UI?

Thanks

Monther

hi i want to ask about the database migration i choose the second option to migrate the database (Entity Framework Migration Command) when i write the command (Update-Database) this error appear
"CREATE DATABASE permission denied in database 'master'" i am using Microsot SQL server can you help me??

when i run the server side application this page is open and when i'm trying to change the url to http://localhost:22742/ui/login it display This localhost page can’t be found what should i do?

Question

when i am trying to add a new table in the database an error appear at "column " word

when i make the database migration for my new entity which called signature by writing this command Add-Migration "Added_Signature_Table" this error appear can you help me?

Showing 1 to 10 of 24 entries