Hi all,
I'm pretty sure I posted this before, but it appears the forums ate my thread. I installed a module (The Codecamp module, can be found on codeplex). When users try to register for a session, or un-register, a MissingMethodException exception is thrown. I looked over the module's code and there is no such method call anywhere, so the exception must be thrown from somewhere in the DNN core. The trace dosn't help me much, but I included it just in case. Also, I inspected the DNN assembly and true enough there is no such method on the RoleController.
Does anyone have any ideea what this is? Any help is gratly appreciated!
Cheers,
Matei
AssemblyVersion: 04.05.05
PortalID: 0
PortalName: Calgary Tech Fest
UserID: 1
UserName: host
ActiveTabID: 36
ActiveTabName: Home
RawURL: /Home/tabid/36/Default.aspx
AbsoluteURL: /Default.aspx
AbsoluteURLReferrer: http://www.calgarytechfest.com/Home/tabid/36/Default.aspx
UserAgent: Mozilla/4.0 (compatible; MSIE 7.0; Windows NT 6.0; SLCC1; .NET CLR 2.0.50727; Media Center PC 5.0; .NET CLR 3.0.04506; .NET CLR 1.1.4322)
DefaultDataProvider: DotNetNuke.Data.SqlDataProvider, DotNetNuke.SqlDataProvider
ExceptionGUID: 46a980ea-c0d0-419f-86d8-f06e80fb15fb
InnerException: Method not found: 'DotNetNuke.Security.Roles.RoleInfo DotNetNuke.Security.Roles.RoleController.GetRoleByName(Int32, System.String, Boolean)'.
FileName:
FileLineNumber: 0
FileColumnNumber: 0
Method: EPCanada.DNN.Modules.CodeCamp.CodeCamp.ProcessRegistration
StackTrace:
Message: DotNetNuke.Services.Exceptions.PageLoadException: Method not found: 'DotNetNuke.Security.Roles.RoleInfo DotNetNuke.Security.Roles.RoleController.GetRoleByName(Int32, System.String, Boolean)'. ---> System.MissingMethodException: Method not found: 'DotNetNuke.Security.Roles.RoleInfo DotNetNuke.Security.Roles.RoleController.GetRoleByName(Int32, System.String, Boolean)'. at EPCanada.DNN.Modules.CodeCamp.CodeCamp.ProcessRegistration(Object sender, CommandEventArgs e) at ASP.desktopmodules_codecamp_codecamp_ascx.OnCommand(Object sender, CommandEventArgs e) at System.Web.UI.WebControls.Button.OnCommand(CommandEventArgs e) at System.Web.UI.WebControls.Button.RaisePostBackEvent(String eventArgument) at System.Web.UI.WebControls.Button.System.Web.UI.IPostBackEventHandler.RaisePostBackEvent(String eventArgument) at System.Web.UI.Page.RaisePostBackEvent(IPostBackEventHandler sourceControl, String eventArgument) at System.Web.UI.Page.RaisePostBackEvent(NameValueCollection postData) at System.Web.UI.Page.ProcessRequestMain(Boolean includeStagesBeforeAsyncPoint, Boolean includeStagesAfterAsyncPoint) --- End of inner exception stack trace ---
Source:
Server Name: DEDI419