all groups > visual studio .net debugging > october 2005
[ASP.NET 2.0] Help with debugging
Posted by James Bailey at 10/31/2005 9:31:42 PM
I just converted to ASP.NET 2.0 and VS2005, but I'm having major problems.
I've gone through all the conversions necessary, but I can't debug my
applications.
I have a website designed to run as the root ("/"), but debugging at the
root level is no longer enabled. I can try to work around ... more >>
debugging slow VS2005
Posted by pb at 10/31/2005 2:56:01 PM
single stepping (f10) is very slow (about 1 second per statement) any of my
VB applications... windows apps, asp.net 2.0 app, asp.net web service.
i recently installed VS2005 and upgraded my existing 2003 project.
everything was installed "fresh" on a window server 2003 OS. VS2005 is the
... more >>
debugging in production environment
Posted by Groupe LCM at 10/29/2005 9:18:02 AM
We are looking for a better solution to debug problems that occur on
environments where vs.net is not installed, such as the production
environment of our customers.
The only way we found is to use our own computers (with vs.net), open a vpn
connection with the customer's production server, a... more >>
Memory Leaks while attaching DLL in .NET in dllcrt0.c file in Line number 215 & 291
Posted by amitjoshi at 10/26/2005 10:40:56 AM
Hi ,
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
memory Leak.
I am using Rational purifier to detect Memory Leaks.
... more >>
How to enable viewing of unicode strings in Visual Studio
Posted by Rob at 10/21/2005 8:20:02 AM
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,
Rob... more >>
Administrative Problems While Debugging On a Server
Posted by Ali at 10/18/2005 8:15:03 AM
Hi,
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 accounts"... more >>
Does this value have a name?
Posted by Ole Nielsby at 10/18/2005 12:00:00 AM
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
label.
I could hire a zoo of monkeys to type labels in a Watch window
u... more >>
Post Mortem Debugging
Posted by Janiv Ratson at 10/16/2005 11:35:07 AM
Hello,
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
red exclamation point o... more >>
Don't see what you're looking for? Search DevelopmentNow.com.
StackWalk64 doesn't work without pdb files?!?
Posted by shex at 10/16/2005 7:55:36 AM
Hi,
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
methods name are missing, note that windows methods names are printed
correctly... more >>
Immediate Window in VS2005 RC
Posted by michael at 10/16/2005 6:29:08 AM
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
'System.Data.SqlC... more >>
The debugger component on the server failed to connect to the local machine
Posted by kkontour at 10/13/2005 2:34:00 AM
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
connect to the local machine."
I have been having this error for a while now when trying to do remote
debugging.
Have followed all KB article... more >>
autoexp.dat - std::string derived class embedded in another class
Posted by Jeff Shanholtz at 10/10/2005 2:24:20 PM
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...
class mystring : std::string<char>
{... more >>
can't debug under vs.net 2003 installed
Posted by Eric at 10/9/2005 12:31:02 PM
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
VS_Developer group, domain administrator.
The debugging is enabled but i can't debug and always get... more >>
app.config causes visual studio to shut down when debugging
Posted by Dale at 10/9/2005 9:52:03 AM
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
application configuration file. The applicati... more >>
error while trying to run project: Unable to start debugging on the web server. Server side-error occured on sending debug HTTP request
Posted by mohan at 10/6/2005 10:30:33 AM
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
directory smoothly. I don't know for some reason It started acting
wierd in the mor... more >>
ignore functions when debugging
Posted by Leslie Mason at 10/5/2005 12:16:23 PM
In older versions of Visual Studio there was a way to avoid certain
functions while debugging. This was especially useful for functions that
were part of atl or mfc such as "PXSTR GetBuffer()".
Is it still possible to do this in VS.Net 2003, and if so, how is it done?
Are there any document... more >>
debugging from msdn help
Posted by ari at 10/4/2005 8:22:08 AM
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:
***
You can manually install a minimal set of required components for native
remote debugging. These files are:... more >>
|