| Thread | Last Post | Replies |
|
| Post Mortem Debugging | 30 Oct 2005 14:17 GMT | 5 |
I'm using Minidumps to debug my application. When I load the dump file and view the modules window I find few problems. On my modules window some of my dlls (all of them are MFC dlls) are displayed with the standard dll icon and some others has the dll icon with
|
| Memory Leaks while attaching DLL in .NET in dllcrt0.c file in Line number 215 & 291 | 26 Oct 2005 15:25 GMT | 1 |
I am getting memoryLeaks while calling a DLL in .NET 2003 (version 7.1 in file dllcrt0.c & in dbgheap.c file. I am attaching th Leaking code ahead..... If I Call the same DLL using VC 6.0, the Application does not show an
|
| Administrative Problems While Debugging On a Server | 26 Oct 2005 14:26 GMT | 2 |
When I first installed the Visual Studio and tried to debug a file on a server I get this message: Error while trying to run project: Unable to start debugging on the web server Access is denied. This seems to be because the "Network access: "Sharing and Security model for local ...
|
| VS .Net 2005 - Number of Errors showung | 24 Oct 2005 14:59 GMT | 2 |
How can you increase the number of errors shown in the error window.
|
| How to enable viewing of unicode strings in Visual Studio | 21 Oct 2005 22:56 GMT | 1 |
How do I enable viewing of unicode strings in Visual Studio 2005 Beta 2 for C++. In VC 6.0 it was under Tools->Options->Debug->Display Unicode Strings Thanks,
|
| Does this value have a name? | 19 Oct 2005 10:47 GMT | 2 |
This is probably simple but I'm new to VS debugging, so please. I see a hex value in a CPU register. I happen to know the value corresponds to a public label in the MASM program I'm debugging - but I don't know which
|
| Debugging Class Libraries called from Macro | 19 Oct 2005 10:24 GMT | 1 |
I am having a problem getting debugging to work in a C# Class Library I am calling from a Macro written in the Visual Studio 2003 Macro IDE. I copied the C# Class Library to "C:\Program Files\Microsoft Visual Studio .NET 2003\Common7\IDE\PublicAssemblies", so that it will appear
|
| Immediate Window in VS2005 RC | 18 Oct 2005 07:25 GMT | 2 |
I noticed that when an exception occurs these days all of the exception text appears in the Immediate window instead of the Output window. I've also noticed that when an exception occurs to a statement within a Try/Catch block, the message "A first chance exception of Type
|
| StackWalk64 doesn't work without pdb files?!? | 17 Oct 2005 14:30 GMT | 2 |
I compiled my project with the C7 option( so the debug information will be inside). I run my compiled prograwm and it prints her stack trace. I noticed that without the pdb files the traces are incomplete, my
|
| can't debug under vs.net 2003 installed | 15 Oct 2005 10:02 GMT | 2 |
I get the following message Unable to start debugging on the web server.The project is not configured to be debugged. The user is the administrator of the server member of debuger users and
|
| The debugger component on the server failed to connect to the local machine | 14 Oct 2005 14:06 GMT | 1 |
The error message is: "Error while trying to run project: Unable to start debugging on the web server. The debugger component on the server failed to
|
| debugging from msdn help | 11 Oct 2005 08:53 GMT | 5 |
hey all, i read the following from Microsoft on how to remote debug 3 different ways and i was interested in only one of the ways but not sure how to do it: Here's the one way:
|
| autoexp.dat - std::string derived class embedded in another class | 11 Oct 2005 08:46 GMT | 1 |
I have a string class derived from std::string<char> which is embedded in another class and I'd like to see it in a tooltip. I've been unable to figure out what to put in autoexp.dat to get it to show up. Any ideas? My classes look something like this...
|
| app.config causes visual studio to shut down when debugging | 10 Oct 2005 00:11 GMT | 1 |
I have a Windows service project, mediaservice, that exposes a remoting object, mediaplayerwrapper. I am able to debug the client application, attach to the mediaservice, and debug inside the mediaplayerwrapper object as expected until I add an
|
| error while trying to run project: Unable to start debugging on the web server. Server side-error occured on sending debug HTTP request | 09 Oct 2005 17:10 GMT | 2 |
hey guys, If anybody could help me on this error it would be great. I have been racking my brains off to solve this for more than a day. I have an ASP.NET application that was running till now on the wwwroot
|