mojoPortal 2.0 Release files available

I just put up some release files compiled against the 2.0 .NET framework for those eager to play in the 2.0 space.

Unfortuantely I found another bug today in the mono 2.0 runtime that I haven't been able to work around and will probably have to wait for a bug fix in mono to get it working correctly. The site does run under mono using the 2.0 runtime as you can see at http://demo2.mojoportal.com but when posting back updates on pages using a CheckBoxList like the Module Settings page and the Page Settings page, I'm seeing this error:

System.Exception: Unhandled Exception while processing NeatUpload child request ---> System.ArgumentOutOfRangeException: Index is less than 0 or more than or equal to the list count.
Parameter name: index
2
in <0x00096> System.Collections.ArrayList:get_Item (Int32 index)
in <0x00012> System.Web.UI.WebControls.ListItemCollection:get_Item (Int32 index)
in <0x0010f> System.Web.UI.WebControls.ListControl:LoadControlState (System.Object savedState)
in <0x00141> System.Web.UI.Page:LoadPageControlState (System.Object data)
in <0x0004d> System.Web.UI.Page:LoadPageViewState ()
in <0x0012f> System.Web.UI.Page:InternalProcessRequest ()
in <0x000aa> System.Web.UI.Page:ProcessRequest (System.Web.HttpContext context)--- End of inner exception stack trace ---

in <0x004a3> Brettle.Web.NeatUpload.UploadHttpModule:Application_BeginRequest (System.Object sender, System.EventArgs e)
in (wrapper delegate-invoke) System.MulticastDelegate:invoke_void_object_EventArgs (object,System.EventArgs)
in <0x0046f> System.Web.HttpApplication+<RunHooks>__0:MoveNext ()

I posted to the mono dev list and will follow up when I hear something but figured I would go ahead and make the files available to those who want them.

Comments

CS Hoskin

re: mojoPortal 2.0 Release files available

Tuesday, January 3, 2006 9:08:04 AM
For anyone using VS2005 Beta 2, just thought I'd mention that although you can't build the 2.0 source in the IDE (MojoPortal.Web project doesn't open) the msbuild.exe command line tool builds the solution sucessfully.
Joe

re: mojoPortal 2.0 Release files available

Tuesday, January 3, 2006 9:15:33 AM

I have an article here about getting the source code:
http://www.mojoportal.com/tortoisesvn

and it mentions the need to install the new project type before trying to open the solution.

Not sure it will work with the beta of VS 2005 but good to know there is a way to do it with MSBuild.

Cheers,

Joe
CS Hoskin

re: mojoPortal 2.0 Release files available

Tuesday, January 3, 2006 10:47:58 PM
Thanks - the Web Application Project doesn't work with Beta 2. (Still waiting for my copy of the official release of VS2005 to turn up).
unknown

re: mojoPortal 2.0 Release files available

Tuesday, July 17, 2007 3:55:16 PM
Comments are closed on this post.