40fingers / StyleHelper-Sko

Manipulate DNNCMS HTML, JS and CSS in #dnncms
https://www.40fingers.net/Products/DNN-Stylehelper
7 stars 2 forks source link

Style Helper & DNN 09.07.02 #10

Closed Timo-Breumelhof closed 3 years ago

Timo-Breumelhof commented 3 years ago

Due to a change in DNN 09.07.02 Style Helper will crash on that version of DNN. So you should wait with upgrading to 09.07.02 until the change is reverted or we find a workaround.

In DNN 9.7.2

PortalSettings.PortalAlias.HTTPAlias has been renamed to PortalSettings.PortalAlias.HttpAlias, which is valid in C# but not in VB as it's case insensitive and thus sees two properties with the same name. DNN Code

DNN issue

I currently see 3 solutions: A. This gets reverted in DNN B. Convert Style Helper to C#, which is on our list but no a valid option right now. C. Create a separate version for DNN 9.7.2+, which is cumbersome to maintain and undesirable.

Timo-Breumelhof commented 3 years ago

This is fixed in DNN 9.8.0, so just don't use 9.7.2 :-)