Gemini Community Support Site

This Gemini community support site can be used to find solutions to product issues. You can log in using Open Id, Google Profile and even Facebook. Feel free to ask a question or browse FAQs and documentation. Product tour videos are also available along with how-to videos demonstrating key Gemini capabilities.




Exception

web-app

Gemini version 3.5.1 (Build2365)

1.Top->MyProfile->Language : Japanese Selected & Updat
2.Top->All projects issue reporting (すべてのプロジェクトの問題を報告中です): Link click

Server Error in '/Gemini' 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:

An unhandled exception was generated during the execution of the current web request. Information regarding the origin and location of the exception can be identified using the exception stack trace below.
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) +7483117
   System.String.Format(IFormatProvider provider, String format, Object[] args) +107
   CounterSoft.Gemini.Web.Controls.IssuesGridUC.BindData() +507
   CounterSoft.Gemini.Web.Controls.IssuesGridUC.Page_Load(Object sender, EventArgs e) +72
   System.Web.Util.CalliHelper.EventArgFunctionCaller(IntPtr fp, Object o, Object t, EventArgs e) +14
   System.Web.Util.CalliEventHandlerDelegateProxy.Callback(Object sender, EventArgs e) +35
   System.Web.UI.Control.OnLoad(EventArgs e) +99
   System.Web.UI.Control.LoadRecursive() +50
   System.Web.UI.Control.LoadRecursive() +141
   System.Web.UI.Control.LoadRecursive() +141
   System.Web.UI.Control.LoadRecursive() +141
   System.Web.UI.Control.LoadRecursive() +141
   System.Web.UI.Control.LoadRecursive() +141
   System.Web.UI.Page.ProcessRequestMain(Boolean includeStagesBeforeAsyncPoint, Boolean includeStagesAfterAsyncPoint) +627

Version Information: Microsoft .NET Framework Version:2.0.50727.3082; ASP.NET Version:2.0.50727.3082

d-yoneda
· 1
d-yoneda
Replies (2)
helpful
0
not helpful

Thank you, we have found an issue with the Japanese file.

Until we release a fix you can change the following in the languages\ja-JP\Resource.xml file:

<item name="ISSUESFilterIssuesPage">{2} {0}-{1} ( {4}y[W{3} )</item>

to

<item name="ISSUESFilterIssuesPage">{2} {0}-{1} ( {3}y[W{4} )</item>

The characters do not show up on this editor, but just swap the {3} and {4}.


Saar Cohen
· 5000
Saar Cohen
helpful
0
not helpful

Thank you.It got well.


d-yoneda
· 1
d-yoneda