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.




Compatibility break between version of CounterSoft.Gemini.Commons

web-app

Hi, We are upgrading from 2.1.1 to 2.2.6.



There are compatibility break change between version of CounterSoft.Gemini.Commons :
- CounterSoft.Gemini.Commons, Version=2.1.1.37892
- CounterSoft.Gemini.Commons, Version 2.2.6.21281



IssueEN.AssignedTo is now a string read-only property (in 2.1.1 it was an int get and set property )!!!
So how can we field AssignedTo, now ?



We use CounterSoft.Gemini.Commons both for :
- Event Listener functionality
- Web Service functionality



Thank for help,
Thibaut



Ps : Same problem with ComponentID but may this do the job :
Remplacing :
data.ComponentID = 123
By :
IssueComponentEN[] iceComps = new IssueComponentEN[1];
iceComps[0].ComponentID = 123.ToString();
data.Components = iceComps;

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

With version 2.2.x the resources and components can be 1 or more there fore we had to move to arrays.

To assign resources use the issueresources property.


Mark Wing
· 9108
Mark Wing
helpful
0
not helpful

Ok, i see...

Thanks


thibaut
· 1
thibaut
helpful
0
not helpful

[deleted - haven't seen replies]


usego
· 1
usego