Forums

 
ForumForumPlug-in and Pla...Plug-in and Pla...Outlook Plug-inOutlook Plug-inUnable to ImportUnable to Import
Previous Previous
 
Next Next
New Post
 4/5/2008 1:39 AM
 

When trying to import I receive the following error:

 

Item has already been added. Key in dictionary: 'TEAM_ID' Key being added: 'TEAM_ID'

New Post
 4/5/2008 2:47 AM
 

I believe that we fixed this issue in 2.1.  What version are you currently using?

 

New Post
 4/5/2008 7:48 PM
 
 Modified By Vincent Jordan  on 4/6/2008 1:27:13 AM

I upgraded to version 2.1 and that resolved the TEAM_ID issue.

I now have another problem:

When I attempt to create list tasks, I receive the following error:

DataBinding: 'System.Data.DataRowView' does not contain a property with the name 'CAN_CLOSE'.
 
New Post
 4/6/2008 10:41 AM
 

That is a bug.  If you are able to rebuild the code, you can add the following to ~/Tasks/ListView.ascx.cs in InitializeComponent().  If you are not able to rebuild the code, then you will have to wait until our next build.

We are transitioning to select statements that only include fields that are used.  We were previously using "select *"  This is intended to improve system performance.

 

New Post
 4/6/2008 8:09 PM
 
I have the ability to rebuild the code. What is it in ListView.ascx.cs that I should modify?
Previous Previous
 
Next Next
ForumForumPlug-in and Pla...Plug-in and Pla...Outlook Plug-inOutlook Plug-inUnable to ImportUnable to Import