Reputation: 44085
In XP 32bit Visual Studio 2010 I get the error below when I start debugging with IntelliTrace enabled. Doesn't IntelliTrace work in Windows XP or is there some setting which causes this error?
UPDATE: The error occurs when I choose the second option to add call information in the IntelliTrace settings. There's nothing in the event log about this error. The question now is how to find out why VS is having trouble adding call information.
Upvotes: 1
Views: 1208
Reputation: 6161
IntelliTrace works on Windows XP it just does not support collecting event and call information with IIS 5. The supported versions of IIS are 6.0, 7.0 and 7.5. Those versions are installed on Windows 2003, Windows 2008 and Windows 2008 R2, respectively.
Upvotes: 2