YAFLogo

parkerseal
  • parkerseal
  • 65% (Friendly)
  • YAF Camper Topic Starter
4 years ago
DNN log shows

d:\Inetpub\vhosts\(domain)\httpdocs\DesktopModules\YetAnotherForumDotNet\pages\admin\users.ascx(191): error CS0104: 'Config' is an ambiguous reference between 'YAF.Configuration.Config' and 'DotNetNuke.Common.Utilities.Config'

Same in line 213 of users.ascx

Solved by changing "Config.IsDotNetNuke" to "YAF.Configuration.Config.IsDotNetNuke"

Sponsor
tha_watcha
  • tha_watcha
  • 100% (Exalted)
  • YAF.NET Project Lead 🤴 YAF Version: 4.0.1 BETA
4 years ago

DNN log shows

d:\Inetpub\vhosts\(domain)\httpdocs\DesktopModules\YetAnotherForumDotNet\pages\admin\users.ascx(191): error CS0104: 'Config' is an ambiguous reference between 'YAF.Configuration.Config' and 'DotNetNuke.Common.Utilities.Config'

Same in line 213 of users.ascx

Solved by changing "Config.IsDotNetNuke" to "YAF.Configuration.Config.IsDotNetNuke"

Originally Posted by: parkerseal 

Thanks, issue will be fixed in the next release