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,
The change you are suggesting is for the Core version. No worries, however, I have made the change (in _Sidebar.cshtml)
Cheers
Hi,
Thanks for the info. Is there an easy way I can patch this change into my code without having to upgrade the project?
Please bear in mind that I am using ASP.Net Zero MVC
Many thanks.
Hi,
I am having an issue with the upgrade. I have the following service:
Task<IEnumerable<SelectListItem>> GetPayrollGroupsForDropdown(long? userId);
When I call this service via dynamic web with an 'undefined' parameter, I am getting the following validation error:
"The value 'undefined' is not valid for Nullable'1"
This has only started happening since the upgrade.
Nice. Thank you.