all groups > visual studio .net debugging > may 2006
Filter by week: 1 2 3 4 5
Deubg Stored Proc in VS/Sql 2005
Posted by RKNET at 5/31/2006 9:16:01 PM
Please let me know how to debug the Stored proc in Sql 2005 and
using VS 2005.
thanks,
RkNET
... more >>
Debug VS.Net Web service from PocketPC app via ActiveSync
Posted by Arne at 5/31/2006 8:40:48 PM
Greetings all,
I have a VS.Net 2005 PocketPC project which consumes a VS.Net 2005 Web
service. I run the PocketPC app ("Start debugging") from Visual Studio,
deploying to the PocketPC, and I can happily set breakpoints and step
through the code. When the Web Service method is called from the P... more >>
Problem with remote debugging in VS 2003
Posted by Roy Chastain at 5/26/2006 1:32:39 PM
I am running on an XP SP2 system with full VS 2003 Enterprise installed.
I have a 2003 Enterprise R2 installed with the remote debugging (both native and managed) installed from the 2003 Enterprise CD.
Both machines are in the same domain.
The server is a member server for testing applications.... more >>
problems with JIT
Posted by djmob via DotNetMonster.com at 5/25/2006 7:31:57 PM
I created a service application which (on purpose) throws an unhandled
exception. After installing and starting it I receive a dialog box which
allows me to debug the code. I then moved the exe and dlls to another system
installed and started it, but the service hangs up and the only way to st... more >>
.EXE does not contain symbol information
Posted by Andrew Chalk at 5/23/2006 3:39:15 PM
I have built a VS2003 C++ command line executable in debug mode. When I F10
to step through it a dialog pops up stating "xx.exe does not contain
debugging information". The program is compiled in debug mode and a source
code conditional:
#if defined(_DEBUG)
#error "Oops"
#endif
cau... more >>
Can't debug Classic ASP In VS.NET 2005
Posted by kaczmar2 NO[at]SPAM hotmail.com at 5/22/2006 1:10:28 PM
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.... more >>
VS.NE 2005: 0x0000000a ???
Posted by beaudetious at 5/21/2006 11:51:02 AM
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... more >>
Yes it's "Unable to start debugging on the web server" again...
Posted by Tom Solar at 5/20/2006 1:34:01 PM
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... more >>
Don't see what you're looking for? Search DevelopmentNow.com.
Memory Not Being Claimed
Posted by Mike King at 5/19/2006 9:42:13 AM
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]
... more >>
Jscript debugging: the script explorer does not show all the scrip
Posted by stm at 5/19/2006 8:15:02 AM
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 an... more >>
Debug SQL Stored Proc from VS.NET 2005
Posted by n33470 NO[at]SPAM hotmail.com at 5/19/2006 5:49:14 AM
Hi all,
I'm having trouble getting basic debugging enabled for SQL stored procs
from VS.NET 2005. I've never tried to do this before, so I'm sure this
is just a simple issue. Here's some background:
I'm on a simple development PC, everything runs local. I'm using SQL
Server 2000, VS.NET... more >>
Debugging IL code in VS 2005
Posted by Notre Poubelle at 5/18/2006 9:44:02 AM
Hello,
I have an assembly that was generated based on some IL code with a matching
PDB. I can set breakpoints in the IL using the VS 2005 debugger, and they
are hit as expected. However, when I try to clear the breakpoints, they are
still observed by the debugger! This is despite the fac... more >>
VS 2005 Edit and Continue impossible after evaluating profiler tools
Posted by Fabian at 5/18/2006 12:00:00 AM
Hi,
I've been testing several profiler tools. After uninstalling them I get
the message
"Changes are not allowed when the debugger has been attached to an
already running process or the code being debugged is optimized."
I heave already tried the resetting hits described in
http://for... more >>
integers are displayed as Hex
Posted by DG78 at 5/17/2006 12:00:00 AM
Hi,
In debug mode, my integers are displayed as Hex either when I put the mouse
hover the variable or in immediate windows.
Les Smith at http://www.knowdotnet.com/articles/hexdisplay.html give a
solution to solve this "mystery". His suggestion is ok in .net 1.1. Here,
there is ... more >>
Another mystery in debug mode
Posted by DG78 at 5/17/2006 12:00:00 AM
Hi,
Another mystery in debug mode :
In a solution (VB 2.0), I have some projects. In a project, I declare a
Public variable (integer for instance) in a module. In others projects, I
can use this variable without problem but, in debug mode, when I put the
mouse hover this variable... more >>
Additional dll's
Posted by mathieu.malaterre NO[at]SPAM gmail.com at 5/16/2006 11:24:39 AM
I have been trying for a while to debug my app under Visual Studio .Net
but I cannot find a way to do it. I want to use the debugger so I
click:
Debug/Start New Instance
but then it complains it cannot find the dll (those where build via
another project and are in another directory). Now I do... more >>
Remote debugging in VS 2005
Posted by SD at 5/16/2006 1:54:01 AM
Hi,
I've setup remote debugging for a VC++ application from an XP m/c to a Vista
based m/c, but the application fails to execute remotely.
The settings:
-----------------------------------------------------------------------------
A. On Dev m/c, with VS 2005:
1. Created a simple SDI appli... more >>
error: cannot obtain value
Posted by Paul TFT at 5/15/2006 9:54:01 PM
Using Visual Studio 2003.net (1.1) in an ASP.NET application
I sometimes get the following message
"error: cannot obtain value"
when trying to check a variables value by adding a QuickWatch or a
"can't access indexed property" message
I've read somewhere that it has to do with pointers us... more >>
Help with windbg and sos
Posted by lf at 5/15/2006 8:48:02 AM
I am trying to debug a problem that we are having where iis appears to hang
during an http request to a web service. I have gotten a dump using
debugdiag and I see a problem with a particular thread. I am trying to
further analyse the dump using windbg and the sos.dll. When I try to view
... more >>
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 >>
VS 2005 remote debugging (dcom trouble)
Posted by christoffer.lantz NO[at]SPAM gmail.com at 5/7/2006 8:12:26 AM
Greetings. I am having trouble getting remote debugging to work. My
goal is to be able to attach to the asp.net process on my server from
my workstation. The error message I am getting is:
"The Microsoft Visual Studio Remote Debugging Monitor on the remote
computer cannot connect to the local co... more >>
can't debug add-in
Posted by MRD at 5/6/2006 6:09:29 AM
I've seen this problem posted in a few places but never any solution.
I cannot seem to debug my word addin. The add-in runs fine when
installed as a normal add-in but does not work when run via the
debugger.
Strange because it worked earlier this week.
I even created a generic basic add-i... more >>
How To: Debug from the command line
Posted by Water Cooler v2 at 5/4/2006 8:35:33 AM
What's the name of the debugger EXE? How do you run the CLR/.NET v1.1
debugger from the command line?
PS: I know how to use the debugger from within the IDE. Just tell me
the debugger's executable name and the command line params (the
important ones), or point me to a page with the informati... more >>
Visual Studio 2005 Local variables window disappeared
Posted by Francois Laperriere at 5/3/2006 12:01:13 AM
Hi,
my Visual Studio 2005 stopped displaying the "Locals variables" when I start
to debug a project.
Francois.
... more >>
Debugger not catching exceptions
Posted by Mike Treadway at 5/2/2006 3:14:02 PM
For some reason, whenever I'm debugging an application in VS.NET 2003, the
windows error reporting tool (the one that asks if you want to send the info
to Microsoft) keeps coming up everytime an exception is thrown. It doesn't
matter that I have try/catches in place because the error dialog ap... more >>
Breakpoints in T-SQL not hit from VS 2005 with SQL 2005
Posted by pearcz at 5/2/2006 5:24:02 AM
Hallo,
I have Visual Studio 2005 Team Edition for Software Developers together with
SQL Server 2005 Developer Edition installed on local PC.
I created a windows project and called stored procedure using
ExecuteNonQuery.
In Server Explorer window I added a reference to SQL 2005 database, o... more >>
Setting Breakpoints in referenced code
Posted by BBM at 5/1/2006 6:11:02 PM
Hi,
I have two VS.Net Solutions one of which is primarily code libraries, and
the other (the "main" application) that references dll's created in the code
libraries solution.
When I'm running the "main" application it would be useful to be able to set
breakpoints in the referenced dll's,... more >>
|