Phil

Results 10 comments of Phil

Thank you @WillStrohl. We ended up just doing all the choices at the product level instead of shared choices. We didn't realize that you couldn't remove an option on a...

Thanks for the reply, Will. I'll check with PayPal, but feel that empty entries shouldn't be added to the book anyway, despite PayPal's settings.

Does this issue affect Ionic 4 apps built with Capacitor and compiled for Android/iOS?

Hi folks, I see the latest DNN release marks Globals.NavigateURL as becoming obsolete in a future release: `[Obsolete("Deprecated" in Platform 9.4.2. Scheduled removal in v11.0.0.")]` There doesn't appear to be...

Thanks @mitchelsellers! So if I understand correctly the new way going forward would be to add a reference DotNetNuke.Abstractions in the project and replace entries like: `return DotNetNuke.Common.Globals.NavigateURL(SomeTabId);` with `using...

The following other files are also missing from the DNN v9.11 upgrade BIN folder vs. the install, not sure is there is any impact yet: Providers/DotNetNuke.Providers.AspNetClientCapabilityProvider.dll DotNetNuke.log4net.dll DotNetNuke.Maintenance.deps.json DotNetNuke.Maintenance.dll DotNetNuke.ModulePipeline.dll...

Hi Folks, thank you all for the quick replies. Our existing DNN v09.09.01 installation has a number of custom modules that have dependencies on Newtonsoft.Json: - Microsoft.Azure.NotificationHubs (Newtonsoft.Json >10.0.3) -...

As an aside, some of our custom modules also required a newer version of Microsoft.Extensions.DependencyInjection.Abstractions that is also overwritten in the DNN v09.11.00 upgrade so we had to manually upgrade...

An additional known issue we've run into upgrading other sites that could go into release notes is that Evotiva DNN Backup also needs to be updated prior to upgrading as...

Thank you for the research. Not good news for anyone who has implemented this library, unless someone at SF is going to pick up the torch. It may be a...