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.




Project / Version AppException

web-app

Loading the Version tab of any project, we got the following exception.

Thanks in advance for any further help

Stefano

http://helpdesk/project/Project.aspx?Tab=Versions&PROJID=23

[ApplicationException: Resource value not found for key: IssuesRemaining] CounterSoft.Gemini.Commons.Resource.ResourceManager.GetString(String strKey, String languageCode) +213 CounterSoft.Gemini.Presenter.Helpers.ResourceHelper.GetString(String s) +35 CounterSoft.Gemini.Web.Project.ProjectVersionTab.Page_Load(Object sender, EventArgs e) +490 System.Web.Util.CalliHelper.EventArgFunctionCaller(IntPtr fp, Object o, Object t, EventArgs e) +25 System.Web.Util.CalliEventHandlerDelegateProxy.Callback(Object sender, EventArgs e) +42 System.Web.UI.Control.OnLoad(EventArgs e) +132

stefano
· 50
stefano
Replies (2)
helpful
0
not helpful

This is an issue with the resource.xml file.
Please add the following to your Resource.xml file (under the language directory of the Gemini web app):
<!-- Burndown -->
  <item name="IssuesRemaining">Issues Remaining</item>
  <item name="IssuesAdded">Issues Added</item>
  <item name="HoursRemaining">Hours Remaining</item>
  <item name="HoursAdded">Hours Added</item>
  <item name="IdealLine">Ideal Line</item>
  <item name="1Day">1 Day</item>
  <item name="5Days">5 Days</item>
  <item name="7Days">7 Days</item>
  <item name="30Days">30 Days</item>

http://gemini.countersoft.com/Default.aspx?p=2&i=3510


Mark Wing
· 9108
Mark Wing
helpful
0
not helpful

fixed, thanks for helping


stefano
· 50
stefano