Archived

This forum has been archived. Please start a new discussion on GitHub.

NullReferenceException in VS2008 with ICE Addin 3.4.2.1

Hi,

A NullReferenceException occurs in Ice Addin when updating a TFS WorkItem in visual studio.
After debugging the ice addin, I saw that the exception occurs in Builder.cs at line 861 (documentSaved method).
The exception occurs because ProjectItem is null in the following line and that only a COMException is catched:
project = document.ProjectItem.ContainingProject;

Let me know if you want more information.
Regards,
Mathieu