I loaded the user directory from effority and now am receiving the following error: Compiler Error Message: BC30456: 'ToDictionary' is not a member of 'System.Collections.Generic.List(Of DotNetNuke.Entities.Profile.ProfilePropertyDefinition)'. Source Error: Line 186: If _ProfilesPropertyCollectionToShowDic Is Nothing Then
Line 187:
Line 188: _ProfilesPropertyCollectionToShowDic = Me.ProfilesPropertyCollectionToShow.ToDictionary(Function(x) x.PropertyDefinitionId, Function(y) y)
Line 189:
Line 190: End If
I am guessing it is a version issue with my .dll but i'm not sure how to fix it or confirm this. Any help is greatly appreciated. |