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 wa开发者_如何学编程s not able to see any of the parameters. Is it
Is it possible to collect data for IntelliTrace only for some code area? E.g., I have some method: public void Foo()
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,
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 ex
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 pul开发者_开发问答l the trace ba
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):
I am using Visual studio web developer 2开发者_JAVA百科010 and want to know how to enable intellitrace on it.
I like how开发者_StackOverflow 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).
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
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