The intellitrace tag has no wiki summary.
0
votes
2answers
13 views
Debugging a deployed cloud service app
How can a deployed cloud service application be debugged?
Basically, i am trying to render RDLC report in my application using Topics & Subscriptions.
Whenever i run the cloud app locally, i get ...
1
vote
0answers
64 views
Visual Studio 2012 Intellitrace - Cannot see call stack
I like to use Intellitrace in Visual Studio to see SQL queries that were generated via ADO.NET. Normally in the Intellitrace window, you can expand an event to see the entire query and just below you ...
0
votes
1answer
59 views
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 ...
0
votes
1answer
38 views
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 ...
0
votes
2answers
424 views
Restore IntelliTrace Window in Visual Studio 2012 Ultimate
I closed by mistake IntellyTrace Window. Before i did it I saw IntellyTrace Window and stack trace inside by default while I debug. But recently I close this windows someway and stil can't restore it.
...
0
votes
0answers
16 views
Intellitrace and Timer Jobs
Is it possible to use intellitrace with custom timer jobs?
I've created a couple of SharePoint timer jobs that I want to debug in PROD using intellitrace. I'm in the process of setting intellitrace ...
0
votes
0answers
60 views
Windows Azure Intellitrace is recording an exception when I try to set a ViewBag property
The ViewBag object is dynamic, so I'm supposed to be able to set whatever property I want on it. But when I'm taking a look at the Azure Intellitrace data, I'm finding it's complaining about specific ...
1
vote
1answer
35 views
is it necessary to handle exceptions shown in the IntelliTrace
today when checking a breakpoint in visual studio 2010 , I saw that several exceptions had been thrown during execution of application .
but none of them are related to my code and the ...
0
votes
1answer
178 views
OpenID in new SPA MVC 4 App throwing VerficationException - Operation could destabilize the runtime
Starting with an new project via SPA template. Followed cookbook to use Google OpenID. The UI now shows a button with a link to Google... Clicking the link the call to VerfiyAuthentication ...
4
votes
5answers
3k views
Visual Studio 2012 crashes everytime I try to debug with error CLR20r3
Everytime I try to debug one of my apps I get the below error message. Anyone have any ideas? I tried running Visual Studio in safe mode but I get the same thing. I also tried to repair the install ...
1
vote
0answers
187 views
Intellitrace production not creating itrace file
Everything so far went great with Intellitrace, however now when setting up production collecting, it's just not doing it. No error, everything is...just doesn't create the .itrace file.
So what I ...
1
vote
0answers
99 views
Visual Studio Profiler or Intellitrace for JavaScript?
I'd like to be able to see a running log of JavaScript functions (and the files they are contained in, if possible) that are getting executed in the browser. What is available to do this? I'd be open ...
0
votes
1answer
145 views
Intellitrace: IIS could not be found on the machine
OK.
Here's what I am running:
Intellitrace Collector (powershell 2.0, from VS 2012)
Windows Server 2003, running IIS 6
The target application to be traced is a web service (asmx, ASP.NET 2.0.50727)
...
1
vote
1answer
931 views
Where to download Fabrikam Fiber Call center code base?
I am trying to download for Asp.Net application for Fabrikam Fiber Call center. It was used by Larry guger in his presentation on http://channel9.msdn.com/Events/TechEd/NorthAmerica/2012/DEV365 about ...
0
votes
0answers
116 views
Stack Overflow Exception in IntelliTrace Causes Debugger To Crash
This is an extension on my earlier question
Add Existing Form To Project Causes Intellitrace To Crash
This is a real pain trying to debug my application without using the IntelliTrace debugger. I'm ...
1
vote
1answer
108 views
Add Existing Form To Project Causes Intellitrace To Crash
I am creating a new project that requires 4 or 5 forms that have already been created in previous projects.
I added them by right clicking on the project -> add existing -> browse to form and add ...
0
votes
1answer
395 views
How to use IntelliTrace Standalone Collector to detect memory leaks in production .Net applications?
Visual Studio 2012RC has the ability to use externally collected trace files of IIS app pool data collected by the IntellitTrace Standalone Collector. I know that in my production app there is some ...
0
votes
1answer
60 views
Intellitrace 11 and Desktop app
I try to debug my desktop application via Intellitrace 11. But i found only one manual about intellitrace 11 (here), but here about debug web apps, wich hosting on IIS. All other manuals in web ...
2
votes
1answer
1k views
Visual Studio 2012 RC Throwing Exception When trying to use IntelliTrace with Call Information in a Migrated Project
I installed Visual Studio 2012 Ultimate RC this morning after learning about IntelliTrace at TechEd last week. We currently use VS 2010 Professional, so using the 2012 RC was my only easy option for ...
0
votes
1answer
90 views
Why won't my Microsoft Test Manager Test Runs Generate Intellitrace Files?
I am using Microsoft Test Manager 2010. I have an application that I wish to test. I have created a Test Configuration that has the "Intellitrace" option enabled. I have created a test, which uses ...
0
votes
1answer
126 views
Logging Intellitrace?
Is it possible to generate intellitrace files into a file at the event of an exception being thrown? I have never used intellitrace but wouldn't it be great to debug an error by tracing through an ...
0
votes
1answer
161 views
insert Code before Build
I am building a vspackage for Visual Studio 2010, and need to be able to inject code invisibly into every function in the solution during the build process.
Currently I can use this:
TextDocument ...
1
vote
2answers
259 views
IntelliTrace logs from Windows Azure Worker Role not working
I've been trying to monitor my worker role using IntelliTrace, particularly during times when we've been subjecting to high load.
When I try to download the logs using Visual Studio, I get:
...
1
vote
1answer
216 views
How to get a list of ASP.NET events which fired till a breakpoint?
How do I get a list of ASP.NET events which fired till a breakpoint was hit? For example, if I put a breakpoint in Page_Load, I want to see events like preinit, init, LoadViewState, loadpostdata..etc ...
0
votes
2answers
123 views
IntelliTrace with Console and Trace Events
I'm using Intellitrace, in the Options for IntelliTrace I added the Console and Trace events, because in my code I have some Console.Write and Trace.Write calls that i would like to see, then I run my ...
0
votes
1answer
193 views
Running IntelliTrace on a box without Visual Studio on a Managed Windows Service
I keep getting the same error when attempting to run IntelliTrace on a Managed Windows Service under a 64 bit installation of Windows 7
.NET Runtime version 4.0.30319.239 - Loading profiler failed ...
0
votes
1answer
241 views
Cannot run IntelliTrace without Visual Studio with desktop application
I need to run IntelliTrace outside Visual Studio. I've got VS 2010 Ultimate, so I copied all files from C:\Program Files (x86)\Microsoft Visual Studio 10.0\Team Tools\TraceDebugger Tools to my test ...
1
vote
1answer
307 views
IntelliTrace doesn't work properly once “ngen install … /profile” is used
We're developing an application that greatly benefits from Profiled Native Images of .NET framework. Due to that, during our installation, we're running the following on several .NET assemblies:
ngen ...
0
votes
2answers
78 views
Intellitrace isn't capturing the arguments and return values
The value is displayed as {unknown} but according to the documentation it should display it
Thanks for helping me out. I've been looking for this quit some time
2
votes
1answer
484 views
“IntelliTrace is not collecting data for this debugging session” message with WCF and IIS
I am getting the message below in IntelliTrace tab when debugging a WCF service hosted by IIS on Windows 7 SP1 64bit. I tried this tip but it didn't help. It seems like a catch 22 situation. ...
1
vote
1answer
147 views
Where is the debug history in VS 2010 Ultimate?
As far as I know, VS 2010 Ultimate (which is the version I'm using) should have a Debug History but I can't find it anywhere. Is it because I'm debugging a WinForms application? Could if be that my ...
3
votes
2answers
581 views
IntelliTrace and ADO.NET parameter values
I'm trying to debug Entity Framework, and I can see the DB calls, but parameter values are not shown. I tried a bunch of options, but was not able to see any of the parameters. Is it possible? If not, ...
0
votes
1answer
191 views
How to collect some data for IntelliTrace?
Is it possible to collect data for IntelliTrace only for some code area? E.g., I have some method:
public void Foo()
{
SomeMethod1();//collect
SomeMethod2();//collect
SomeMethod3();//not ...
0
votes
2answers
228 views
IntelliTrace with WCF
I've got a Visual Studio Solution that contains a client application and a WCF Service, which is configured to use IIS rather than the VS Web Server. When I debug my application with IntelliTrace on, ...
5
votes
7answers
1k views
How to log all thrown exceptions?
How to log any exceptions that were thrown and catched? Something like Visual Studio's IntelliTrace do. Or is there a way to integrate InteliTrace into debug version of application and then view its ...
3
votes
1answer
157 views
Debugger and Intellitrace show truncated text in text viewer for long SqlCommand.CommandText
I'm trying to find out what the text is of a select statement made against SQL Server using Entity Framework. The CommandText property under both IntelliTrace and the debugger truncate the text to ...
3
votes
1answer
104 views
What are the optimal Intellitrace settings for an Azure hosted ASP.NET MVC app
I've got a very simple ASP.NET MVC-3 application that I'm trying to push to Azure for the first time. Using Intellitrace, the default settings seem to take forever to pull the trace back down to the ...
6
votes
2answers
859 views
How can I prevent a VerificationException when running a test with attached debugger?
Whenever I run either of the following unit test with a debugger attached, I get a VerificationException inside FluentValidation code at this point (will post whole stacktrace later if necessary):
at ...
-1
votes
2answers
304 views
enabling intellitrace with visul web developer 2010 express
I am using Visual studio web developer 2010 and want to know how to enable intellitrace on it.
Thanks
Supraja J
1
vote
1answer
294 views
Intellitrace capture breakpoint events without actually stopping program execution
I like how you can capture breakpoints as Intellitrace events. Breakpoints are easy to add/enable/disable, and can be added/removed at runtime (as opposed to say Console events).
However, of course ...
0
votes
1answer
312 views
How to Open an Intellitrace file?
when I try to open an itrace file I get "problem sending the command to the program"
4
votes
1answer
828 views
MS VS 2010 IntelliTrace for non-Ultimate version? Possible?
I read that IntelliTrace can be used only in MS VS2010 Ultimate and for 32-bit OPs.
Is it possible to install/activcate it also in MS VS2010 Premium with 64-bit OP?
How?
Didn´t found sofare anything ...
1
vote
1answer
620 views
How to use IntelliTrace in Azure Development Fabric?
When I create a new Azure solution (with a web role and a worker role), add a line of code to the Default.aspx.cs file, put a breakpoint there, and launch debugging in the Development Fabric, when the ...
1
vote
2answers
600 views
Microsoft Test Manager - An error occurred with the diagnostic data adapter IntelliTrace
I get the following error message when I attempt to run a test in Microsoft Test Manager.
This adapter will not be used for this
test run. The following error
occurred: The element ...
4
votes
1answer
161 views
Is it possible to extend Intellitrace events?
Specifically, what I'd like to do is raise new events from my apps and libraries, similar to those exposed by ADO.NET.
Real life scenario: a patch for NHibernate that shows executed queries even when ...
1
vote
2answers
265 views
Microsoft Test Manager - Intellitrace with Single Development Server Setup
I am trying to setup Microsoft Test Manager on standalone PCs which do not have Visual Studio installed. I have a single developer server which hosts TFS and also IIS where my site is staged for ...
1
vote
1answer
902 views
Visual Studio 2010 IntelliTrace
As you know IntelliTrace technology just available on Visual Studio 2010 Ultimate version, and I accidentally installed Premium version, so I cant use IntelliTrace. Is there any extension which does ...
6
votes
1answer
952 views
Disable IntelliTrace during execution of application
I have an application that loads a lot of metadata when starting up. This is done within a few seconds, but when I turn IntelliTrace on it takes ages. I understand why, but it makes it for me ...
0
votes
2answers
326 views
How to capture intellitrace event log for a web application which is already running?
I'm using a web application which uses a many dlls. The debugging happens by attaching the aspnet_ws process to Visual Studio. I want to explore the intellitrace feature of VS 2010 and capture the ...
2
votes
1answer
332 views
Silent exception caught by IntelliTrace
Good afternoon,
I am running into a curious problem with WCF and IntelliTrace. I have an application that I'm testing using a locally-hosted WCF endpoint (the development server built into VS2010) ...
