Can't debug Classic ASP In VS.NET 2005
22 May 2006 13:10:28 -0700
Hey there,
I have an issue where I cannot debug Classic ASP pages in VS.NET 2005.
I don't get an error message (ie, breakpoints will not be hit), no
application event log errors, anything.
I have my IIS application security set to medium (so I will attach to
dllhost instead of inetinfo.exe.
1) I start ...
|
VS 2003 hangs when I try to debug (F5)
Mon, 22 May 2006 11:57:02 -0700
I have a very odd problem. For many months I had been able to debug my
windows form just fine. Now all of a sudden when I try to debug, I see the
project compiling OK, but then the form doesn't come up, and the studio just
hangs. It doesn't respond to anything and all I can do is kill it. Just
before i ...
|
VS.NE 2005: 0x0000000a ???
Sun, 21 May 2006 11:51:02 -0700
When I'm debugging VS.NET 2005 and using quickwatch or just hovering over a
value while in a breakpoint, I don't get integer values (for counts, etc.)
I'm getting values like 0x0000000a. For instance, I ran a function that
passed back a single value from my DB, the value I expected to see was "10"
instead ...
|
Yes it's "Unable to start debugging on the web server" again...
Sat, 20 May 2006 13:34:01 -0700
Hi,
Believe me, I've tried just about everything and debugging is still not
working on my Windows XP 2002 SP2!!!
I've tried iisreset, adding the DEBUG verb to urlscan.ini, changing some
loopback security settings in the registry, checked password synchronicity of
IUSR_ and IWAM_ accounts, reinstalling ...
|
How to go through recursive without step by step ?
19 May 2006 14:05:05 -0700
I debug my fortran code under vs.net.I set breakpoints for some
functions.When I "step into" the function, I have to go ahead step by
step in this function.However,I have a lot of "do " command in this
function ( about 400).Does anyone know how I can go through those
recursive once instead of hitting 400 time ...
|
Visual Studio 2005 webserver crashing
19 May 2006 08:55:03 -0700
Apologies, first of all, for the cross-posting.
I'm getting WebDev.WebServer.exe crashing all the time at the moment,
despite having done a Detect and Repair with Visual Studio 2005, but I
guess that's not so helpful to you?
Unfortunately, I'm not sure what actually caused the problem but, for
the last co ...
|
Edit and Continue Stopped Working
Fri, 19 May 2006 10:25:54 -0500
VS 2005
C#
All of a sudden I get a message:
"Changes are not allowed when the debugger has been attached to an already
running process or the code being debugged is optimized."
I'm still in DEBUG mode, so it's not optimized. Not sure why it stopped
working.
Anybody have any clue.
Thanks!
...
|
|
|
Jscript debugging: the script explorer does not show all the scrip
Fri, 19 May 2006 08:15:02 -0700
I develop in a software based on COM components and Jscript/XML for its GUI.
The software runs its own script engine as part of it are jscript, and also
display HTML/jscript pages using IE component.
To debug my jscript, I usually attach the VS2003 or VS2005 debugger to our
..exe process and then use the ...
|
SQL Debugger-how to view temp tables
Fri, 19 May 2006 06:59:01 -0700
simple question, my sp defines a temp table, e.g. #tbl, how can I view its
contents in the debugger?
Thanks ...
|
Memory Not Being Claimed
Fri, 19 May 2006 09:42:13 -0400
Can someone explain or direct me to the reason why the following happens.
If I run the following code in VS2003 as a "Release" build with Debugging
(F5) and without (CTRL+F5) there is a big difference in the memory usage.
using System;
using System.Data;
class Class1
{
[STAThread]
static void M ...
|