IntelliTrace is a feature of Visual Studio Ultimate that enables application debugging using a historical execution log.
Questions tagged [intellitrace]
127 questions
0
votes
1 answer
Visual studio 2013 ultimate Intellitrace issue
I have Visual studio 2012 Professional already installed on my machine. I installed Visual studio Ultimate. I am not seeing Intellitrace windows or in IntelliTrace options in Tools-->Options in VS 2013.
I know, IntelliTrace is not available with…

Kris
- 251
- 1
- 8
0
votes
1 answer
How to set LogFileDirectory in Intellitrace plan.xml file for windows service
Can someone show me an Intellitrace plan.xml file that has a set properly? I'm trying to follow the directions for running Intellitrace against a service. I can't get the service to start with Intellitrace. The error is 0x80004005 which makes sense…

Doug Boone
- 365
- 1
- 12
0
votes
1 answer
Configure intellitrace for ignore a function
In Visual Basic .Net
I use "On error resume next" and intellitrace collect many exceptions
i will like ignore all exception in a specific function, it is possible?

Angel Albaladejo
- 3
- 2
0
votes
1 answer
Intellitrace data with vs 2010 ultimate
Is there a link or some way to collect intellitrace data in my app server? I searched on google and there are ways with vs 2012 and later version but I have vs 2010 ultimate and there is no IntelliTraceCollection.cab file in my development machine.…

mkartal
- 71
- 10
0
votes
2 answers
why intelliTrace make my application so slow
When I debug my application,which need to read a big raw image file(800MB).I find the application is so slow when I open the IntelliTrace.
I found that the IntelliTrace's IO is too high ,But I don't know how to find the real reason 'why intelliTrace…

huoxudong125
- 1,966
- 2
- 26
- 42
0
votes
1 answer
Questions regarding Azure,web sites, IntelliTrace and filtering calls
I have never really tried IntelliTrace before, but I am currently having a problem with a bug within one of my applications and I cant really re-produce the bug on my local-machine since it only seems to show up in my QA environment that's hosted on…

Inx51
- 1,911
- 3
- 24
- 44
0
votes
1 answer
Store app using VS 2013 Ultimate: Intellitrace calls won't work
I'm working on a Windows Store App and trying to use Intellitrace to trace method call states (VS 2013 Ultimate). If I enable Intellitrace and select collection of events only, everything seems to work just fine. But if I switch to tracing events…

Kip
- 1
0
votes
2 answers
IntelliTrace - Says it needs a Symbol Server
I am trying to get my Automated builds working with IntelliTrace.
When I load a IntelliTrace file that was based off a build, it get the following error:
The build associated with this IntelliTrace log file was not configured
to publish symbols to…

Vaccano
- 78,325
- 149
- 468
- 850
0
votes
1 answer
Intellitrace on Azure Cloud Services not updating
I have Visual Studio 2010 Ultimate and have been loving the Intellitrace feature against my cloud services instances. It has been working well but prior to upgrading the entire stack to .net 4.5 and relevant updates, realised it was not…

Steve Newton
- 1,046
- 1
- 11
- 28
0
votes
1 answer
Masking data from intelitrace log file
I am using Intellirace to get production error in the itrace log file. Client is having concern doing so, once concern is the client data (like the SSN , Name, Telephone numbers etc. Is there any way i can mask the client data from the intrellrace…

Hussain Patel
- 460
- 3
- 10
- 24
0
votes
1 answer
How can I use IntelliTrace in WP8 apps?
I'm using VS0212 Ultimate SP4 and I can't get intellitrace to work in my WP8 project. Any idea if Windows Phone 8 is supported?

Psychic Rush
- 360
- 1
- 3
- 14
0
votes
1 answer
Run my Winrt application through IntelliTraceCollector
I need to collect .iTrace files from my Winrt application without debuging at Visual Studio.
I try to use, this article
http://msdn.microsoft.com/en-us/library/vstudio/hh398365.aspx
but I have a problem with path to my application …

darkAngel
- 23
- 1
- 1
- 5
0
votes
0 answers
IntelliTrace with VSTO?
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…

BrainSlugs83
- 6,214
- 7
- 50
- 56
0
votes
1 answer
How do i use IntelliTrace to capture Debug information for Windows Service
I am using VS2012 and would like to capture Debug information, so that i can step through the Code in VS2012.
I have seen example, for .exe and Web, but how can collect debug information for Windows Service.

NSS
- 1,835
- 2
- 29
- 66
0
votes
1 answer
IntelliTrace is telling me I have hit the OK Button when I haven't
This is weird, maybe it's an option / setting in VS2010 ...
I am running my vb.net program and it is hitting a Critical error for which I have a MSGBOX message to display. However, it doesn't display it just terminates the program ... on the right…

Gary Heath
- 313
- 1
- 3
- 15