dnnsoftware / Dnn.AdminExperience

DNN (formerly DotNetNuke) Combined Admin Experience
MIT License
17 stars 39 forks source link

Dnn 9.4.1 fails to build #1168

Closed valadas closed 5 years ago

valadas commented 5 years ago

Description of bug

Building Dnn as described in the readme fails with:

Controllers\TabsController.cs(78,35): error CS1501: No overload for method 'GetPortalTabs' takes 10 arguments [D:\dnn-build\Temp\Dnn.AdminExperience-release-3.0.x\Library\Dnn.PersonaBar.Library\Dnn.PersonaBar.Library.csproj]

I believe this is caused by the fact that the release/3.0.x branch here still references the RC1 nuget packages and not the official release because there is actually a 10 parameter overload as far as I can see...

valadas commented 5 years ago

Merged and the theory was right, it fixed the build