0
votes
0answers
25 views

Problems triggering dump on first-chance OutOfMemoryException

I am running across a problem when trying to use DebugDiag to take a dump when a first-chance OutOfMemoryException happens. So I wrote an application that I could use to create an out of memory ...
1
vote
0answers
19 views

“Unable to step. Process is not synchronized” error in VS2010 after upgrading .NET Framework

I had Visual Studio 2010 installed on my Windows 7 desktop, that I was using primarily to debug ASP.NET solutions. Everything was working great, until one of the Windows updates installed a new ...
0
votes
0answers
15 views

Can't change UI language after make setup file

I have a problem. Hope anyone can help me! Thank you very much! In my program, I can change the UI language with this code: private: System::Void ChangeLanguage(String^ lang) { for each ...
0
votes
2answers
44 views

How to know debug/profile hanged C# application in the given situation

I have mulch-threaded program (console application) written in C# It runs fine up to 6 -10 hours later it fails and stops , console does not closes and shows the last successful log Error logs (all ...
7
votes
1answer
100 views

Detect if Debugger is Attached *and* stepping through

I am aware of the Debugger class within the System.Diagnostics namespace which has the IsAttached property. Is there a property, somewhere, that can augment this call and tell me if we're actually ...
0
votes
1answer
89 views

Debug error app crash server 2008 & windows7 c0000005 c0000096

I have a problem with running an application (handycafe) in Server 2008 and Windows 7 as server installation. It works fine in XP and Server 2003. So I used the debugging tools and got the following ...
1
vote
1answer
28 views

Database Reconnect After Failure

A program that I am currently working on collects and exports data to a SQL database. If there is a failure in the database, I have coded so that it will write the data to a CSV file. It is going to ...
1
vote
1answer
55 views

How to debug exception not handled by CLR

I am developing a .NET application which is crashing at seemingly random times. It has references to an unmanaged dll which I suspect is throwing an exception which is unhandled. When the application ...
0
votes
1answer
14 views

Form controls visual changes on starting form

Its my first WPF project and I am enjoying it till I reached this problem. I have designed a form as per my will. It looks like this in the visual studio. But when I debug it from Visual Studio it ...
2
votes
0answers
41 views

Are minidump files useful for analysing .NET WinForms app crashes?

Are minidump files useful for analysing .NET WinForms app crashes? I notice that NBug has the option of producting them, but if I was to receive one, I'm not sure how it could help over looking at the ...
6
votes
1answer
67 views

How can I get current values of locals and parameters on the stack?

In a .NET application I have some points where I need to collect some debug info about the current thread state. I can obtain some information new StackTrace() constructor. In particular, I can get ...
2
votes
1answer
31 views

Debug.Fail and Debug.Assert

I have a question about the Debug.Fail method which puzzles me. It's from a MeassureUp test and goes like this: To improve the reliability of your code, you want to verify an important value and stop ...
0
votes
3answers
35 views

How do I debug a running process?

I have a process that I am running and it should have finished a long time ago. It's been running 13 hours, and I expected it to be done in just a few. It has run successfully before many times. It's ...
1
vote
1answer
39 views

DebuggerDisplay attribute on a DebuggerTypeProxy Class

When using [DebuggerDisplay("{OneLineAddress}")] on the debugger proxy'd class, it does not seem to work. Is there something I'm doing wrong? Or some way around this without adding code to the ...
0
votes
1answer
22 views

How to debug a DebuggerTypeProxy proxy?

I've developed several proxies that I specify on their nesting types using the DebuggerTypeProxyAttribute on the type declaration. But when these proxies have bugs in them, it's difficult to debug. I ...
1
vote
4answers
70 views

App busy but not responding : how to check what it's doing?

We have a .NET app. On some specific machines, the application doesn't respond anymore. However, in task manager, the app is listed as 'active' (instead of 'not responding'). We can also see in task ...
2
votes
0answers
63 views

Attach a second process to VS2010 programmatically with .NET

I have a solution in visual studio 2010 that contains 2 projects, one is a C# console application, which I will refer to as Foo, and the other is a CLR C++ console application, which I will refer to ...
0
votes
0answers
25 views

Keeping track of MVVM Light messengers in complex program

Messenger is very useful for communicating between viewmodels. However, as program grows larger, the use of messenger will make the code unreadable and hard to debug. Is there a good way to keep ...
0
votes
1answer
58 views

Managed Debugging Assistant(MDA) jitCompilationStart usage

I'm trying to optimize cold startup time of some WinForms application.I've NGen'ed all assemblies but still see that JIT is invoked. I've enabled MDA's jitCompilationStart and see runtime exceptions ...
-1
votes
1answer
20 views

Different Web.Config Files For each User on TFS

I'am able to configure different web.config files (debug & release) on TFS. Is it possible to configure web.config files for each user separately? my objective is to include personal connection ...
0
votes
0answers
29 views

types of debuggers and default debugger in .net [closed]

I want to know how many types of debuggers are there in .net and what is the default debugger we are using? Please tell me if any one knows Thanks in advance
0
votes
0answers
29 views

Visual Studio 2012 Debugging - Strange scripts (fs.js and l.js)

I was trying to debug my site on Visual Studio 2012 and, all of a sudden, I noticed that the website was behaving strangely slower. I checked the network tab on my browser (IE10) and I saw that the ...
13
votes
2answers
624 views

I think my team found a bug in 64bit compiler, can others either confirm or tell my why this is correct?

I have a simple clean room example of this possible bug. static void Main(string[] args) { bool MyFalse = false; if (MyFalse) { throw new Exception(); ...
0
votes
1answer
41 views

How do I set a breakpoint in based on a registry key being read?

I have an executable that uses a mix of managed and unmanaged code. I don't have the source code to it, but I can decompile it. What I do know is at some point it reads a registry key, and then ...
-4
votes
2answers
49 views

How to collect all exceptions of application when its work complete?

Run the application. Job. Close its window. I want to get a message containing information about exceptions in the order in which they occurred, and their content. How to collect them right ? The ...
0
votes
0answers
52 views

Visual Studio failed to enter debug mode due to error finding parse tree node for active statement

I just update my project from a repository and since that when my program hits a debug point, it gives me this message: Entering break mode failed for the following reason: Error finding parse tree ...
2
votes
1answer
129 views

Causes of System.IO.FileLoadException in OnStartup of WPF Application

I am debugging a WPF application that crashes with a unhandled System.IO.FileLoadException when started. I used the Assembly Binding Log Viewer to verify that there are no assembly loading errors and ...
0
votes
0answers
27 views

Slow VS2010 remote debug

I got a 1mbit - 1,5mbit (just measured by iperf) VPN connection to server, have installed remote monitor to server. Everything runs good but slow. Tried to close unsed debug windows to minimize debug ...
0
votes
2answers
37 views

VS2008 on Windows 8 stepping through when debugging a web-app takes a long time

When I try to step through a web-app via F10 key in VS2008 running on Windows 8 Pro it takes about 3 seconds for each step through to complete. On windows XP and windows 7 running VS2008 debugging ...
0
votes
2answers
114 views

How to view all Session key/value pairs while debugging?

When debugging in Visual Studio (.Net MVC4), is it possible to see all Controller.Session key/values at once? I can view all keys by typing Session into QuickWatch and expanding "Results View". E.g: ...
0
votes
1answer
27 views

Debugging an installed .NET application

Dealing with an error which only seems to occur with an installed .NET 4.0 application on only about half of the machines the application has been installed on. Is there any way to debug the ...
1
vote
1answer
62 views

#if DEBUG doesn't seem to work in my VS 2010

I've been doing the following in my C# code: #if DEBUG //Debugger only code #endif But for some reason when I do the same in my C# console application (that is built as a Windows service in VS ...
0
votes
0answers
54 views

Can i use Microsoft Fakes to “shim” .net function calls in a 3rd party executable?

MS Fakes can be used to redirect function calls to stub or shim functions in your vs project which you have the src code to but i was wondering if it can be used for debugging purposes to shim ...
2
votes
2answers
42 views

Automation of debugger attachment

I have two projects, one is a "front-end" or loader project, the other is a web service, that is actually in a separate folder/solution entirely. I'm already using my front-end, to load that project, ...
0
votes
3answers
52 views

Creating Debug Window for WPF

I am creating a WPF App and one problem my team always faces is debugging problems in a Client PC that doesn't have Visual Studio installed. So I want to create a sort of "SafeMode" or "DebugMode" ...
0
votes
1answer
80 views

Multidimensional array is repeating vectors

I have the following code that takes random values from one list and puts them in an multi-dimensional array, which I use it to create a PDF: protected void ConstruirExamenesAndGenerarPdf(int[] ...
0
votes
0answers
122 views

Program crashes, but Debug Diag says it's a first chance exception, is that correct?

Probably this is a normal situation, but I am confused. I am running my C# Debug application from Visual Studio. DebugDiag is set up to attach to the process automatically. I have a rule to collect ...
1
vote
2answers
77 views

Are there any testing tools for .NET that make it easier to find threading issues?

What I have in mind is something that, when I've got a (unit or component or integration or system) test running, it'll inject random sleeps into each thread, so as to make it easier to find race ...
5
votes
1answer
115 views

Unable to open file with breakpoint after debug

I have a weird problem. Whenever I start to debug and stop the debug if a file has a breakpoint I won't be able to open it directly in Visual Studio. I have ReSharper 7.1 and StyleCop installed but ...
1
vote
1answer
55 views

Debugging from a different thread

I have a progress bar which is bound to the "CurrProgress" and "Total" fields as follows: <ProgressBar Height="29" HorizontalAlignment="Left" Margin="12,32,0,0" Name="pbSendingData" ...
4
votes
3answers
465 views

Debugging VB6 project that calls a .Net(C#) dll

I have been stump in this problem for a few hours now. I hope someone has had a similar problem to this. We have developed a prototype .Net(C#) dll using VS2010, and would like to be able to call ...
1
vote
2answers
60 views

Why on Debug some field are “missing”?

If I wrote: IList<Video> videoContainer = videos.ToList(); DateTime theData = videoContainer.First().YouTubeEntry.Published; the code works perfectly. But if I go in Debug mode and I analyze ...
0
votes
0answers
96 views

F5 does not fire Visual Studio 2010 and causes error, Ctrl-F5 works

All of a sudden, In VS 2010 (C#), F5 stopped working! The symptom I am experiencing is similar to this: Pressing F5 in Visual Studio 2010 Builds but does not Launch Application. But the suggestions in ...
3
votes
2answers
556 views

Windbg expects different version of mscordacwks.dll

I'm having a very strange issue in trying to debug a minidump file using windbg. I've tried this both on my own machine & by running windbg on the target machine from where the minidump was taken ...
0
votes
1answer
123 views

DebugView not showing debug output from VB.NET program

I am using Debug.WriteLine() in a VB.NET program. I can see the debug statements in Visual Studio's "Output" window, but not in DebugView. I even tried the following: Using DebugView with .NET ...
0
votes
0answers
35 views

Attach Process : Can we unlock the component while recompiling

I am creating a DLL and inorder to debug it I have to attach to the application. Some times your application takes 3-5 minutes when starting for the 1st time as it: Launch the server which has ...
0
votes
1answer
73 views

Basic Image Refresh Issue through Array Manipulation

I am trying to make a simple tile game engine and running into issues. I get stuck when i have to redraw the tile. int[,] level = { { 0, 0, 0, 0, 0 ,0 }, ...
0
votes
1answer
106 views

WPF application exits immediately after startup in task manager

I have a wpf application running on my computer with visual studio installed. When I only take the .exe file and copy it to another computer with visual studio it works, but if I copy it to a ...
0
votes
1answer
73 views

Setting up basic game and debugging fundamental problems

I have a little problem trying to create a simple snake game in a basic tile engine. I have never worked with C# or Windows Forms and currently in a learning stage. I'd appreciate any help i get from ...
0
votes
0answers
83 views

Why visual studio 2012 debugger resumes

I'm wondering if anyone has seen this behavior (and know how to fix it): When debugging with visual studio 2012 Update 1, the debugger just resumes execution randomly when stepping into (like if you ...

1 2 3 4 5 20