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.
When posting in this forum, please try to provide as many relevant details as possible. Particularly the following:
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
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
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.
I just replaced the mono release package with a new one. Can you download the new one and give it a try.
Hi Joe.
Now this working very well.
Thanxx for you attention.
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]
Hi,
Try renaming the Web.config to Web.windows.config and then rename Web.mono.config to Web.config
Hope it helps,