When trying to import I receive the following error:
Item has already been added. Key in dictionary: 'TEAM_ID' Key being added: 'TEAM_ID'
I believe that we fixed this issue in 2.1. What version are you currently using?
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:
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.