Base solution for your next web application

Activities of "hussein"

I fixed by changing

[DependsOn(typeof(AbpEntityFrameworkModule))] to [DependsOn(typeof(AbpZeroEntityFrameworkModule))]

Question

I've an exception which i can't resolve My abp version: 1.5.1

Method not found: 'System.String Abp.Runtime.Security.SimpleStringCipher.Decrypt(System.String, System.String)'.

[MissingMethodException: Method not found: 'System.String Abp.Runtime.Security.SimpleStringCipher.Decrypt(System.String, System.String)'.]
   Abp.MultiTenancy.TenantCache`2.CreateTenantCacheItem(TTenant tenant) in D:\Halil\Github\module-zero\src\Abp.Zero\MultiTenancy\TenantCache.cs:87
   Castle.Proxies.TenantCache`2Proxy.CreateTenantCacheItem_callback(Tenant tenant) +5
   Castle.Proxies.Invocations.TenantCache`2_CreateTenantCacheItem.InvokeMethodOnTarget() +69
   Castle.DynamicProxy.AbstractInvocation.Proceed() +80
   Abp.Domain.Uow.UnitOfWorkInterceptor.Intercept(IInvocation invocation) +42
   Castle.DynamicProxy.AbstractInvocation.Proceed() +108
   Castle.Proxies.TenantCache`2Proxy.CreateTenantCacheItem(Tenant tenant) +141

Hi,

Right now i want to develop an application that support multi time zones, when i read documentation for timing here <a class="postlink" href="https://aspnetboilerplate.com/Pages/Documents/Timing#DocBindersAndConverters">https://aspnetboilerplate.com/Pages/Doc ... Converters</a>

i didn't find a way to set user time zone

so, let's say i set the provider to be UTC then all dates will be saved as UTC in the database, then i want to set the user time zone and get all dates from database according to user time zone

how can i do that ?

Thanks,

Showing 11 to 13 of 13 entries