I just installed a FRESH copy of DNN 4.4.0 and am trying to configure the IFRAME on a page, and I can not pass any querystring (i just want to pass userid param). It throws the error of:
DotNetNuke.Services.Exceptions.ModuleLoadException: Method not found: 'System.Collections.Hashtable DotNetNuke.Entities.Users.UserProfile.get_ProfileProperties()'. ---> System.MissingMethodException: Method not found: 'System.Collections.Hashtable DotNetNuke.Entities.Users.UserProfile.get_ProfileProperties()'. at DotNetNuke.Modules.IFrame.Domain.IFrameParameter.GetValue() at DotNetNuke.Modules.IFrame.Domain.IFrameParameter.ToString() at DotNetNuke.Modules.IFrame.Domain.IFrameParameterCollection.ToString() at DotNetNuke.Modules.IFrame.IFrame.Page_Load(Object sender, EventArgs e) --- End of inner exception stack trace ---
I'm very new in dot net technology, even "compiling" task to make .dll is very new for me, and currently i don't have visual studio installed on my machine yet. I only have access to my local server.
Anybody can help me with already patched iFrame module that is already compile for dnn 4.4.0? or any other suggestion?
Thanks.