I've been running into a problem with tasklists that I really can't make sense of. I'm writing a program to put the information from a task list into an excel file, and for the most part it works. I'm hitting a snag with the AssignedTo field that's part of the TaskInfo object. For every task, no matter who it's assigned to, the AssignedTo field is 0. Since I need that assgned field to determine who owns the task, I'm unable to import the person resonsible for the trak into the excel spreadsheet. I've included my code as I do not beleive I'm doing anything wrong.
Thanks in advance