0
kansoftware created
when i m using RedisCache , i m getting an issue in WidgetDefinitionCacheManager class on GetAll function but it is working fine with inMemory cache , General details about the product - 1] asp.net zero version - 13.0.0 2] "Abp.AspNetCore" Version="9.2.2" 3] Abp.RedisCache" Version="9.2.2"
For reference please find below images - in this image i m getting inMemory cach and it is working fine but
in this i m getting RedisCache and this is giving me error
NotSupportedException: Deserialization of interface types is not supported. Type 'Abp.Authorization.IPermissionDependency'
2 Answer(s)
-
0
Any Update on it??
-
0
Hi,
Please check the PR's related to this issue https://github.com/aspnetzero/aspnet-zero-core/issues/5033 and apply changes to your project.
Thanks,