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.




Application error on editing issue resolvements

web-app

I get an application error when trying to edit issue resolvements. (See below)

First I thought it was a missing language resource. I'm running the app in swedish. After checking the language file and comparing it with en-US (that i'm guessing is the master lang file) and updating it with missing resources (there were several), and deleting some duplicates it still didn't work.

On the other hand: the value ought to be Uppdatera not the key and there really shouldn't be any logic based on the value... Could this be the problem? (Uppdatera=Update)

I try running on en-US to see if the same problem occurs.

(BTW - locale code for swedish in sweden is sv-SE not se-SE.)

Resource value not found for key: Uppdatera 2009-10-29 10:02:26 at CounterSoft.Gemini.Commons.Resource.ResourceManager.GetString(String strKey, String languageCode) at CounterSoft.Gemini.Controls.LocalisedControlHelper.LocaliseText(Boolean bDesignMode, ControlCollection cc) at CounterSoft.Gemini.Controls.GeminiButton.Render(HtmlTextWriter writer) at System.Web.UI.Control.RenderControlInternal(HtmlTextWriter writer, ControlAdapter adapter) at System.Web.UI.Control.RenderControl(HtmlTextWriter writer, ControlAdapter adapter) at System.Web.UI.Control.RenderControl(HtmlTextWriter writer) at System.Web.UI.Control.RenderChildrenInternal(HtmlTextWriter writer, ICollection children) at System.Web.UI.Control.RenderChildren(HtmlTextWriter writer) at System.Web.UI.Control.Render(HtmlTextWriter writer) at System.Web.UI.Control.RenderControlInternal(HtmlTextWriter writer, ControlAdapter adapter) at System.Web.UI.Control.RenderControl(HtmlTextWriter writer, ControlAdapter adapter) at System.Web.UI.Control.RenderCont

Lundmark
· 1
Lundmark
Replies (3)
helpful
0
not helpful

Should have tried my resolution before posting...

I changed the value of the key "Update" in the swedish lang file from "Uppdatera" to "Update". Guess what? No errors!!

So the application has logic based on the localized language resource value of the key update!!!

A patch would be appreciated...


Lundmark
· 1
Lundmark
helpful
0
not helpful

This is a bug that is fixed in 3.6: http://gemini.countersoft.com/Default.aspx?p=2&i=3147


Saar Cohen
· 5000
Saar Cohen
helpful
0
not helpful

Thank you.

I will use the workaround from the bugreport.


Lundmark
· 1
Lundmark