mono version

This is the place to report bugs and get support. When posting in this forum, please always provide as much detail as possible.

Please do not report problems with a custom build or custom code in this forum. If you are producing your own build from the source code and have problems or questions, ask in the developer forum, do not report it as a bug.

This is the place to report bugs and get support

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.
Please do not report problems with a custom build or custom code in this forum. If you are producing your own build from the source code and have problems or questions, ask in the developer forum.
This thread is closed to new posts. You must sign in to post in the forums.
1/8/2009 10:27:21 AM
Gravatar
Total Posts 49
Juliano Morais Barbosa

mono version

Hi for all

I try to use mojoportal-2-2-8-2 in openSUSE 11.00 x86_64

MonoBuild 122737

 

I get this message erro:

Server Error in '/' Application

--------------------------------------------------------------------------------

Field 'mojoPortal.Web.layout.ScriptManager1' not found.
Description: HTTP 500. Error processing request.

Stack Trace:

System.MissingFieldException: Field 'mojoPortal.Web.layout.ScriptManager1' not found.
at ASP.app_masterpages_layout_master.__BuildControlTree (ASP.app_masterpages_layout_master __ctrl) [0x00000]
at ASP.app_masterpages_layout_master.FrameworkInitialize () [0x00000]
at System.Web.UI.UserControl.InitializeAsUserControlInternal () [0x00000]
at System.Web.UI.MasterPage.CreateMasterPage (System.Web.UI.TemplateControl owner, System.Web.HttpContext context, System.String masterPageFile, IDictionary contentTemplateCollection) [0x00000]
at System.Web.UI.Page.get_Master () [0x00000]
at mojoPortal.Web.mojoBasePage.SetupMasterPage () [0x00000]
at mojoPortal.Web.mojoBasePage.OnPreInit (System.EventArgs e) [0x00000]
at mojoPortal.Web.UI.Pages.SiteHome.OnPreInit (System.EventArgs e) [0x00000]
at System.Web.UI.Page.InternalProcessRequest () [0x00000]
at System.Web.UI.Page.ProcessRequest (System.Web.HttpContext context) [0x00000]

--------------------------------------------------------------------------------
Version information: Mono Version: 2.0.50727.1433; ASP.NET Version: 2.0.50727.1433

1/8/2009 2:25:03 PM
Gravatar
Total Posts 18439

Re: mono version

ScriptManager1 does exist in the layout.master of all included skins so not sure why you get that error. It works for me.

Best,

Joe

1/9/2009 5:52:08 AM
Gravatar
Total Posts 18439

Re: mono version

I take it back, using Mono r122659 I get this error too, so I think it is a Mono bug/regression. I emailed my friend Marek about it.

Best,

Joe

1/9/2009 10:29:48 AM
Gravatar
Total Posts 18439

Re: mono version

I just replaced the mono release package with a new one. Can you download the new one and give it a try.

Best,

Joe

1/10/2009 5:15:51 AM
Gravatar
Total Posts 49
Juliano Morais Barbosa

Re: mono version

Hi Joe.

 

Now this working very well.

 

Thanxx for you attention.

 

 

 

4/8/2009 2:54:11 AM
Gravatar
Total Posts 1

Re: mono version

Same Problem! Can anyone help?
*Mac OS X 10.5
*pgsql8.3
*Mono2.4 Mojoportal-2-2-9-6 (both source builds)

Ok, I've tried for hours trying to figure this out w/no luck.
 I've tried building the latest svn and still not working.

System.MissingFieldException: Field 'mojoPortal.Web.layout.ScriptManager1' not found.
  at ASP.data_sites_1_skins_styleshout_refresh_layout_master.__BuildControlTree (ASP.data_sites_1_skins_styleshout_refresh_layout_master __ctrl) [0x00000] 
  at ASP.data_sites_1_skins_styleshout_refresh_layout_master.FrameworkInitialize () [0x00000] 
  at System.Web.UI.UserControl.InitializeAsUserControlInternal () [0x00000] 
  at System.Web.UI.MasterPage.CreateMasterPage (System.Web.UI.TemplateControl owner, System.Web.HttpContext context, System.String masterPageFile, IDictionary contentTemplateCollection) [0x00000] 
  at System.Web.UI.Page.get_Master () [0x00000] 
  at mojoPortal.Web.mojoBasePage.SetupMasterPage () [0x00000] 
  at mojoPortal.Web.mojoBasePage.OnPreInit (System.EventArgs e) [0x00000] 
  at System.Web.UI.Page.InternalProcessRequest () [0x00000] 
  at System.Web.UI.Page.ProcessRequest (System.Web.HttpContext context) [0x00000] 
4/8/2009 5:42:07 AM
Gravatar
Total Posts 18439

Re: mono version

Hi,

Try renaming the Web.config to Web.windows.config and then rename Web.mono.config to Web.config

Hope it helps,

Joe 

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