all groups > visual studio .net debugging > may 2006 > threads for may 8 - 14, 2006
Filter by week: 1 2 3 4 5
HOWTO: Remotely debug classic ASP in Visual Studio 2005
Posted by Ian Boyd at 5/12/2006 10:48:01 AM
After reading
http://www.devx.com/tips/Tip/18204
http://support.microsoft.com/kb/q258929/
http://www.gotdotnet.com/team/csharp/learn/whitepapers/How%20to%20debug%20script%20in%20Visual%20Studio%20.Net.doc
http://www.odetocode.com/Articles/425.aspx
http://groups.google.com/group/microsoft.publ... more >>
Reading XML files while running test manager
Posted by Steve Teeples at 5/12/2006 9:55:01 AM
I have a class that reads an XML file. I want to use Test Manager to debug
routines within this class. My XML file is where the EXE is, but Test
Manager apparently runs in a different folder so when I look at the
"startupfolder" for my XML file is looks elsewhere in test manager. Is there
... more >>
trouble debugging a DLL in VS2005
Posted by Mark Denardo at 5/12/2006 8:36:00 AM
I have a project (lets call it proj1) that includes a DLL (say dllA) and
that DLL includes another DLL (say dllB). (btw, both DLLs are user created
DLLs that I created). I'm having a problem debugging dllA. When I step
into the call from proj1 into dllA, it immediately steps into dllB (which i... more >>
Weird Compiler Error
Posted by randy1200 at 5/9/2006 12:00:03 PM
Any ideas how to approach debugging the following compiler error? It comes
from a .NET 2.0 project called ReportingServicesReports. The start-up project
in this solution is an old MFC C++ project compiled with the /clr:oldsyntax
switch.
Any thoughts greatly appreciated.
Randy
////////... more >>
VS2005: Cannot continue after exception occurs
Posted by Lee Grissom at 5/8/2006 4:27:57 PM
VS2005 Professional Edition.
About 3 weeks ago, I started having problems with the IDE breaking into the
exception assistant instead of letting our global exception handler display
a graceful error message. When I press "Continue", the debug session simply
terminates. I am the only one on a... more >>
abnormal exit when out of the debugger.
Posted by Liu Xiao at 5/8/2006 1:18:02 PM
I have a weird problem in my application. If I run the debug version directly
(not in visual studio.net), it will exit during the process. If I use vs to
launch it, everything is OK.
I try to use log to find the problem, and finally find it exit in complete
normal place, like a=0;..., and the... more >>
Unable to start debugging on the server
Posted by myalo NO[at]SPAM yalo.com at 5/8/2006 12:07:56 AM
I spent hours to try to trouble shoot this problem. Read many threads
and tried to follow all recommendation but still to problem persist:
OS: Win XP Pro SP2
Framework 1.1 version 1.1.4322
VB.NET Microsoft Visual Basic .NET 69462-270-0000007-18775
I am able to start debugging on a simple co... more >>
|