Can I profile a Visual Studio Tools for Office (VSTO) add-in? This is a set of DLLs written in .NET 4.5 that are loaded and accessed from a Microsoft Office executable. The DLLs add functionality to the Office application, such as PowerPoint, Excel and Word.
How can I "attach" the profiler to the add-in and bypass the code in the Office application?