I have a VSTO Word add-in that is built with Visual Studio 2010, in C# targeting the .NET 4.0 framework.
I have Visual Studio Ultimate 2010.
I also have a bug that no one in QA for the life of them can figure out how to reproduce -- it just happens sometimes -- we're pretty sure it's our code that's causing it -- but yeah, that's that.
What do I have to do, to make IntelliTrace run on a machine without VisualStudio and attach it to my add-in which is loaded by Word at run time and have it produce .ITRACE files that I can open with Visual Studio 2010 so that I can step through the code and see what's going on?