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.




Error when accessing some projects after 2.0.2/2.0.3 Upgrade

web-app

We are having a problem accessing certain projects (others work fine) after doing a recent upgrade. The message follows. Any idea what could cause this? Thank you.

 

Input string was not in a correct format. at System.Number.StringToNumber(String str, NumberStyles options, NumberBuffer& number, NumberFormatInfo info, Boolean parseDecimal) at System.Number.ParseInt32(String s, NumberStyles style, NumberFormatInfo info) at ASP.projectprojectaspx.DataBindingcontrol8(Object sender, EventArgs e) at System.Web.UI.Control.OnDataBinding(EventArgs e) at System.Web.UI.Control.DataBind(Boolean raiseOnDataBinding) at System.Web.UI.Control.DataBind() at System.Web.UI.Control.DataBindChildren() at System.Web.UI.Control.DataBind(Boolean raiseOnDataBinding) at System.Web.UI.Control.DataBind() at System.Web.UI.WebControls.Repeater.CreateItem(Int32 itemIndex, ListItemType itemType, Boolean dataBind, Object dataItem) at System.Web.UI.WebControls.Repeater.CreateControlHierarchy(Boolean useDataSource) at System.Web.UI.WebControls.Repeater.OnDataBinding(EventArgs e) at System.Web.UI.WebControls.Repeater.DataBind() at Gemini.Project.Page_Load(Object se

Stuart
· 1
Stuart
Replies (6)
helpful
0
not helpful

Did you run Create_Views.sql?  If not, please do so.


Saar Cohen
· 5000
Saar Cohen
helpful
0
not helpful

Yes, the views are in there. I also tried dropping them and re-creating them.


Stuart
· 1
Stuart
helpful
0
not helpful

The problem seems to be with issue priorities.

Please check that the issues table does not contain priorities that does not exists in the lookup.


Saar Cohen
· 5000
Saar Cohen
helpful
0
not helpful

I also get this error when trying to go to a Project Home page after upgrading from version 1.9 to 2.0.5?

Error Message: "Input string was not in a correct format."

Stack Trace:

"

at System.Number.ParseInt32(String s, NumberStyles style, NumberFormatInfo info) at ASP.Projectaspx.DataBindcontrol8(Object sender, EventArgs e) at System.Web.UI.Control.OnDataBinding(EventArgs e) at System.Web.UI.Control.DataBind() at System.Web.UI.Control.DataBind() at System.Web.UI.WebControls.Repeater.CreateItem(Int32 itemIndex, ListItemType itemType, Boolean dataBind, Object dataItem) at System.Web.UI.WebControls.Repeater.CreateControlHierarchy(Boolean useDataSource) at System.Web.UI.WebControls.Repeater.OnDataBinding(EventArgs e) at System.Web.UI.WebControls.Repeater.DataBind() at Gemini.Project.Page_Load(Object sender, EventArgs e)

"


Groins_NZ
· 1
Groins_NZ
helpful
0
not helpful

Did you check that the issues table does not contain priorities that does not exists in the lookup?


Mark Wing
· 9108
Mark Wing
helpful
0
not helpful

After I upgraded again starting from "Upgrade_v1-9-1.sql" this error disappeared and everything works fine now, thanks.

http://community.countersoft.com/forums/thread/2106.aspx


Groins_NZ
· 1
Groins_NZ