MonoX support board

Start the conversation, ask questions and share tips and solutions with fellow developers.

Non-registered users can only browse through our support boards. Please register now if you want to post your questions. It takes a second and it is completely free. Alternatively, you can log in without registration using your credentials at major sites such as Google, Microsoft Live, OpenId, Facebook, LinkedIn or Yahoo.

Error after install  (Mono Support )

Viewed 71298 time(s), 2 post(s) 2/23/2011 3:43:25 PMby PeterEethomKittyGundlach
PeterEethomKittyGundlach

PeterEethomKittyGundlach

2/23/2011 3:43:25 PM
Im getting this error and im to stupid to figure out what it is..this is a local install of V4 - the installation goes well up untill it should open the localhost default page


Server Error in '/' Application.


Index (zero based) must be greater than or equal to zero and less than the size of the argument list. Description: An unhandled exception occurred during the execution of the current web request. Please review the stack trace for more information about the error and where it originated in the code.

Exception Details: System.FormatException: Index (zero based) must be greater than or equal to zero and less than the size of the argument list.

Source Error:





[No relevant source lines]
Source File: c:\Windows\Microsoft.NET\Framework\v2.0.50727\Temporary ASP.NET Files\root\bdc72068\c7f75925\App_Web_dsgemuxj.10.cs Line: 0

Stack Trace:





[FormatException: Index (zero based) must be greater than or equal to zero and less than the size of the argument list.]
System.Text.StringBuilder.AppendFormat(IFormatProvider provider, String format, Object[] args) +7485085
System.String.Format(IFormatProvider provider, String format, Object[] args) +107
MonoSoftware.MonoX.BasePart.GetCatalogIconImageUrl(String iconName) +25
MonoSoftware.MonoX.BasePart.set_Title(String value) +198
MonoSoftware.MonoX.ModuleGallery.MonoXMenuSimple..ctor() +222
ASP.monox_modulegallery_monoxmenusimple_ascx..ctor() in c:\Windows\Microsoft.NET\Framework\v2.0.50727\Temporary ASP.NET Files\root\bdc72068\c7f75925\App_Web_dsgemuxj.10.cs:0
ASP.monox_masterpages_default_master.__BuildControlctlMenu() in c:\inetpub\wwwroot\MonoX\MonoX\MasterPages\Default.master:23
ASP.monox_masterpages_default_master.__BuildControl__control2(Control __ctrl) in c:\inetpub\wwwroot\MonoX\MonoX\MasterPages\Default.master:17
System.Web.UI.CompiledTemplateBuilder.InstantiateIn(Control container) +12
ASP.monox_masterpages_monox_master.__BuildControlcp() in c:\inetpub\wwwroot\MonoX\MonoX\MasterPages\MonoX.master:118
ASP.monox_masterpages_monox_master.__BuildControlcontentUP(Control __ctrl) in c:\inetpub\wwwroot\MonoX\MonoX\MasterPages\MonoX.master:19
System.Web.UI.CompiledTemplateBuilder.InstantiateIn(Control container) +12
ASP.monox_masterpages_updatepanelempty_master.__BuildControlcp() in c:\inetpub\wwwroot\MonoX\MonoX\MasterPages\UpdatePanelEmpty.master:11
ASP.monox_masterpages_updatepanelempty_master.__BuildControlcontentUPE(Control __ctrl) in c:\inetpub\wwwroot\MonoX\MonoX\MasterPages\UpdatePanelEmpty.master:10
System.Web.UI.CompiledTemplateBuilder.InstantiateIn(Control container) +12
ASP.monox_masterpages_main_master.__BuildControlcp() in c:\inetpub\wwwroot\MonoX\MonoX\MasterPages\Main.master:13
ASP.monox_masterpages_main_master.__BuildControlform1() in c:\inetpub\wwwroot\MonoX\MonoX\MasterPages\Main.master:10
ASP.monox_masterpages_main_master.__BuildControlTree(monox_masterpages_main_master __ctrl) in c:\inetpub\wwwroot\MonoX\MonoX\MasterPages\Main.master:1
ASP.monox_masterpages_main_master.FrameworkInitialize() in c:\Windows\Microsoft.NET\Framework\v2.0.50727\Temporary ASP.NET Files\root\bdc72068\c7f75925\App_Web_wvzwj0wl.2.cs:0
System.Web.UI.UserControl.InitializeAsUserControlInternal() +35
System.Web.UI.MasterPage.CreateMaster(TemplateControl owner, HttpContext context, VirtualPath masterPageFile, IDictionary contentTemplateCollection) +8673087
System.Web.UI.MasterPage.get_Master() +39
System.Web.UI.MasterPage.ApplyMasterRecursive(MasterPage master, IList appliedMasterFilePaths) +18
System.Web.UI.MasterPage.ApplyMasterRecursive(MasterPage master, IList appliedMasterFilePaths) +125
System.Web.UI.MasterPage.ApplyMasterRecursive(MasterPage master, IList appliedMasterFilePaths) +125
System.Web.UI.Page.ApplyMasterPage() +8704513
System.Web.UI.Page.PerformPreInit() +45
System.Web.UI.Page.ProcessRequestMain(Boolean includeStagesBeforeAsyncPoint, Boolean includeStagesAfterAsyncPoint) +282
This content has not been rated yet. 
20 Reputation 3 Total posts
khorvat

khorvat

2/23/2011 4:05:19 PM
Hi Peter,

we have fixed this issue and it will be available in the upcoming release. To quickly fix the issue in your installation you need to set "ShowCatalogIconImages" application setting  in web.config to false so it should look like this: "<add key="ShowCatalogIconImages" value="false" />". 

If you have any other issues please contact us.

Regards.
This content has not been rated yet. 
15993 Reputation 2214 Total posts