System.MissingMethodException

Post here for help with installing or upgrading mojoPortal pre-compiled release packages. When posting in this forum, please provide all relevant details. You may also want to review the installation or upgrading documentation.

If you have questions about using the source code or working with mojoPortal in Visual Studio, please post in the Developer forum.

Post here for help with installation of mojoPortal pre-compiled release packages

When posting in this forum, please try to provide as many relevant details as possible. Particularly the following:

  • What operating system were you running when the bug appeared?
  • What database platform is your site using?
  • What version of mojoPortal are you running?
  • What version of .NET do you use?
  • What steps are necessary to reproduce the issue? Compare expected results vs actual results.

You may also want to review the installation or upgrading documentation.

If you have questions about using the source code or working with mojoPortal in Visual Studio, please post in the Developer forum.

This thread is closed to new posts. You must sign in to post in the forums.
9/8/2009 2:42:08 PM
Gravatar
Total Posts 22

Re: System.MissingMethodException

Really appreciated!

/Pär

9/8/2009 2:57:30 PM
Gravatar
Total Posts 18439

Re: System.MissingMethodException

Hi Par,

Ok , go to http://developer.novell.com/wiki/index.php/Mojoportal and download the file mojoportal-2-3-1-7-preview-mssql-deploymentfiles.zip

Hopefully this will solve the problem. I've wrapped try catch MissingMethodException around that code in all places.

Best,

Joe

9/8/2009 2:59:34 PM
Gravatar
Total Posts 22

Re: System.MissingMethodException

Thansk, and enjoy the beer! Smile

/Pär

9/8/2009 3:15:52 PM
Gravatar
Total Posts 18439

Re: System.MissingMethodException

Many thanks for the beer Par!

Cheers,

Joe

9/8/2009 3:29:22 PM
Gravatar
Total Posts 22

Re: System.MissingMethodException

Still have the seme problem, but I will investigate further tomorrow. Need some rest.

9/8/2009 3:32:38 PM
Gravatar
Total Posts 18439

Re: System.MissingMethodException

Hi Par,

Can you post the stack trace before you rest so I can see if there is any difference?

I've seen cases before where try catch does not work becuase of the way things get JIT (Just In Time) compiled, and sometimes you can solve them by wrapping the offending code in a method and then put the try catch around the method call.

I will try this change either way in the morning and send you just new dll files for the bin folder.

Best,

Joe

9/8/2009 11:05:15 PM
Gravatar
Total Posts 22

Re: System.MissingMethodException

Sorry for not fixing this yesterday ... but I kind of work to much and really need my sleep. But here are  the traces

 

2009-09-09 06:03:14,242 ERROR mojoPortal.Web.mojoBasePage - 213.114.16.206-sv-SE - /default.aspx

System.MissingMethodException: Method not found: 'Void System.Web.UI.HtmlControls.HtmlForm.set_Action(System.String)'.

at mojoPortal.Web.UI.mojoRating.Page_Load(Object sender, EventArgs e)

at System.Web.UI.Control.OnLoad(EventArgs e)

at System.Web.UI.Control.LoadRecursive()

at System.Web.UI.Control.LoadRecursive()

at System.Web.UI.Control.LoadRecursive()

at System.Web.UI.Control.LoadRecursive()

at System.Web.UI.Control.LoadRecursive()

at System.Web.UI.Control.LoadRecursive()

at System.Web.UI.Control.LoadRecursive()

at System.Web.UI.Control.LoadRecursive()

at System.Web.UI.Control.LoadRecursive()

at System.Web.UI.Page.ProcessRequestMain(Boolean includeStagesBeforeAsyncPoint, Boolean includeStagesAfterAsyncPoint)

2009-09-09 06:03:14,258 ERROR mojoPortal.Web.Global - 213.114.16.206-sv-SE - /default.aspx

System.MissingMethodException: Method not found: 'Void System.Web.UI.HtmlControls.HtmlForm.set_Action(System.String)'.

at mojoPortal.Web.UI.mojoRating.Page_Load(Object sender, EventArgs e)

at System.Web.UI.Control.OnLoad(EventArgs e)

at System.Web.UI.Control.LoadRecursive()

at System.Web.UI.Control.LoadRecursive()

at System.Web.UI.Control.LoadRecursive()

at System.Web.UI.Control.LoadRecursive()

at System.Web.UI.Control.LoadRecursive()

at System.Web.UI.Control.LoadRecursive()

at System.Web.UI.Control.LoadRecursive()

at System.Web.UI.Control.LoadRecursive()

at System.Web.UI.Control.LoadRecursive()

at System.Web.UI.Page.ProcessRequestMain(Boolean includeStagesBeforeAsyncPoint, Boolean includeStagesAfterAsyncPoint)

/Pär

You must sign in to post in the forums. This thread is closed to new posts.