Posts by this author

Apr 19, 2013
Post comments count0
Post likes count0

System Center and IntelliTrace

Over the past little while, the System Center Operations Management team and the Visual Studio IntelliTrace team have been working together to create an increasingly rich debugging experience for applications in production environments. This collaborative effort provides the ability to take Application Failure events from System Center 2012 SP1 ...

DevOpsCI/CDGit & Version Control
Dec 11, 2012
Post comments count0
Post likes count0

Debugging SharePoint Apps with IntelliTrace in Visual Studio

  In this post we’ll explore how to use IntelliTrace in Visual Studio 2012 Ultimate Update 2 to debug custom Web Parts in a SharePoint 2013 and SharePoint 2010  application. First we’ll summarize SharePoint’s use of correlation IDs and the IntelliTrace enhancements in VS2012 Update 2, and then we’ll dive into a walkthrough.   SharePoint’s Unifie...

DevOpsCI/CDGit & Version Control
May 18, 2012
Post comments count0
Post likes count0

Optimizing IntelliTrace Collection on Production Server

Introduction Visual Studio 11 introduces a standalone IntelliTrace package which can be downloaded and copied to a product server and used to collect IntelliTrace information such as call events, web request, exceptions, etc. One of the key factors to consider for turning on IntelliTrace collection is the performance cost in terms of ...

DevOps