Hi,
The above link is broken. Any chance I could be provided with the current link to that post.
Many thanks.
Hi,
Was any progress made here?
I too am hoping to use the Application Layer within an Azure Function. Any help would be very appreciated.
Many thanks.
Hi,
I don't have any custom cache classes in use, only those provided by AspNetZero 4.0 (see screen shot attached).
[attachment=0:86rm7kyr]caching.png[/attachment:86rm7kyr]
I have attached the log file.
Regards. WebSiteLogs.zip
Hi,
Yes, I have ensured that all other dependencies have been updated.
Apart from a few tweaks, all seems to be working well apart from the error message shown in my initial message. I do not know what is generating this error, but it appears on each page load. I am unsure of how to provide the full stack trace, as I am only noticing this error from the logs.
Apologies, but I am not sure how inject ICachingConfiguration will help me here. Could you give more info please.
Many thanks.
Note that I am not looking to upgrade Asp Net Zero here. Just the ABP libraries.
Hi,
We had a Pen Test recommendation not to use same default credentials across tenants.
Regards
Hi,
Yes, migration to ABP 3.5.
I was previously running ABP 2.1, on Asp Net Zero 4.0
Is this not possible? Is there a guide for me to upgrade ABP from where I am?
Regards
Hi,
I have recently upgraded from ABP v2.1 to the current version. I am finding that my error log is filled with the following error message. Please could you advise.
ERROR 2018-05-03 11:47:28,105 [15 ] ime.Caching.Memory.AbpMemoryCacheManager - System.ArgumentOutOfRangeException: The relative expiration value must be positive.
Parameter name: AbsoluteExpirationRelativeToNow
Actual value was 00:00:00.
at Microsoft.Extensions.Caching.Memory.CacheEntry.set_AbsoluteExpirationRelativeToNow(Nullable1 value) at Microsoft.Extensions.Caching.Memory.CacheExtensions.Set[TItem](IMemoryCache cache, Object key, TItem value, TimeSpan absoluteExpirationRelativeToNow) at Abp.Runtime.Caching.Memory.AbpMemoryCache.Set(String key, Object value, Nullable
1 slidingExpireTime, Nullable1 absoluteExpireTime) at Abp.Runtime.Caching.CacheBase.Get(String key, Func
2 factory)
System.ArgumentOutOfRangeException: The relative expiration value must be positive.
Parameter name: AbsoluteExpirationRelativeToNow
Actual value was 00:00:00.
at Microsoft.Extensions.Caching.Memory.CacheEntry.set_AbsoluteExpirationRelativeToNow(Nullable1 value) at Microsoft.Extensions.Caching.Memory.CacheExtensions.Set[TItem](IMemoryCache cache, Object key, TItem value, TimeSpan absoluteExpirationRelativeToNow) at Abp.Runtime.Caching.Memory.AbpMemoryCache.Set(String key, Object value, Nullable
1 slidingExpireTime, Nullable1 absoluteExpireTime) at Abp.Runtime.Caching.CacheBase.Get(String key, Func
2 factory)
Many thanks
Hi,
We have a requirement to create new tenancies with a user provided admin name, rather than the default admin name specified in AbpUserBase.AdminUserName.
Are there any implications I should be aware of if I allow this to happen in our system?
Regards, Phil
Hi,
I have a requirement to show a menu item depending on whether a Tanant Setting is present. Is there a way to achieve this?
Regards Phil