Dear all,
I did a small test and the initial results is that HCC 3 works with DNN 9.1.1. I changed some code that upgrades HCC to version 3. HCC 3 builds fine with the latest DNN dll's. Furthermore, installing HCC 3 in DNN 9.1.1 gave no issues.
The upgrade file (HCC 3 Core, in github) needs some love. Furthermore, I reported, see github HCC Core page, some 'Exceptions' I got when running HCC 3 with DNN 9.1.1.
In summary, HCC 3 works with DNN 9.1.1. I hope that the community and maintainers of this project can reproduce my results.
Some additional information:
STEPS:
1. Download Hotcakes Core solution
2. Open solution in vs 2017 (core/Libraries/ is the single most important folder)
3. Build solution
4. Delete OLD 'dotnetnuke' references (6)
5. Add NEW 'dotnetnuke' references (6) -> Version 9.1.1
6. Remove second dnn/web project -> leave only ONE dnn/web project (I forget which one but I think it was 'Hotcakes.Modules.Core') that has the .dnn manifest file (basically all the files are c# library proj, only ONE folder needs some love ( has the .dnn manifest file)) + all the UI elements are really NOT important and can be easily DELETED (no effect)
7. Minor changes such as 1. Update MakeHccControlPanelDefault (Hotcakes.Modules.Core), 2. Remove <skinsrc>[G]Skins/Gravity/2-Col.ascx</skinsrc>
8. Build solution in release mode
9. You can see an install file that you can INSTALL in DNN 9.1.1
The only issue is the usage of TELERIK. Hope the dependency on TELERIK is minimal and will be removed soon.
Edited by user
2017-08-03T20:54:53Z
|
Reason: Not specified