You do not need to register to post your questions or comments so fire away !!Topics related to Dnn only please.
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.
Found the issue. LINQ must be setup. There is a readme file as a SEPARATE download. Site must be configured for .net 3.5. In a pinch, just delete the files from the user directory module folder under app_code. Configure site for .net 3.5 and all is good.