Hi!
I have trouble passing any QueryString Parameters that are predefined in the module. When I try to save, after adding ex.: UserID as a parameter, I get this error:
Error: IFrame is currently unavailable.
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 have read some past posts about this error, and it seems the problem is connected to using an old .dll file. But it seems it has not been really solved. Does anyone have some more information that can help me to make this work?
What I want to do is to send some dynamic parameter data, a user session key, from the DotNetNuke IFRAM module to an asp.net website on another server.
Regards
Pål Fredrik