all groups > visual studio .net debugging > july 2006
Can't find memory window in Studio Developer 2005
Posted by Howard at 7/28/2006 8:30:02 AM
Hello,
I cannot find the memory window in Studio Developer 2005. I used in a lot in
2003. Can anybody help?
Thanks, Howard... more >>
debugger stepthrough of DLLs
Posted by Ed White at 7/26/2006 4:46:01 PM
I've been developing a program on a desktop using VS 2005. When I am
debugging and stepping through code, when I encounter a call to a DLL that
I've written, it opens up the source code for the DLL and steps through it.
Now I've installed VS 2005 on a laptop, exported from the desktop the VS... more >>
DebuggerDisplay attribute Target property not working
Posted by Abhishek Ghuwalewala at 7/26/2006 10:37:37 AM
When I use the DebuggerDisplay attribute at the assembly level and specify
the Target property, the VS2005 debugger does not display the specified
debug string. For example, I have the following line of code compiled into
my assembly in AssemblyInfo.cs:
[assembly: DebuggerDisplay(@"\{Exampl... more >>
Output-window: Debug-class is not writing.
Posted by Michael Maes at 7/26/2006 5:00:02 AM
Hi,
With VS2005 (WinForm) the Output-Window ("suddenly") is not showing any
'Program Output' anymore (Module loading, Thread exits, ... are displayed
well).
So creating a new WinForm app and placing a simple
'Debug.WriteLine("HELLO")' in the Form-Load Event, doesn't write "HELLO" to
the... more >>
viewing whole collection while debugging
Posted by Madhur at 7/23/2006 3:41:12 AM
Hello
This question is related to debugging.
Suppose I add a Collection to my watch Window.
Although that collection shows the count of item in it, there is no way I
can see the some common property of all the collection(mostly *value* or
*name*).
I have to add watch for each and every ind... more >>
Releasing Unmanaged Object when closing debugger
Posted by qurbie at 7/21/2006 1:51:01 AM
Hi,
At the moment, I have a c# application that creates an unmanaged object.
When debugging the application in Visual Studio 2005, I would like to execute
a piece of code for releasing the unmanaged object when I stop debugging
(i.e. by pressing SHIFT+F5) or whenever the program exits unexpect... more >>
The usual "Unable to start debugging on the web server"
Posted by Dave at 7/20/2006 4:00:03 AM
I know this comes up alot but I have tried all the suggestions I could find
in previous posts....
I am getting the "Unable to start debugging on the web server... verify that
you are a member of the debugger users group" message when I try to debug any
web application.
I have checked web... more >>
Don't want to debug web service
Posted by Glen at 7/19/2006 5:49:34 PM
Hi,
When debugging a local web project in VS.NET 2005, when I get to a section
of code that calls to a web service, it seems that my debugger tries to
start debugging the web service on the remote computer (which may be in my
network).
However, debugging is not available from that remote... more >>
Don't see what you're looking for? Search DevelopmentNow.com.
Errors in Error List with no line numbers
Posted by rainierwolfcastle NO[at]SPAM gmail.com at 7/19/2006 4:32:06 AM
I'm having a problem with an ASP.NET website created in Visual Studio
2005 (using C#) where the debugger can identify that there are errors
preventing it from compiling but it won't show the filename or the line
number that generated the error. I'm going bananas trying to figure it
out. I've tri... more >>
ASP.NET project slow loading in debug mode
Posted by Kevin Yu at 7/18/2006 4:21:59 PM
I am using vs.net 2005 on this web app. when start the project in debug
mode, the IDE spenses 4-5 seconds to load one assembly. it happened before
but went away by itself. now it comes back again!!!
has anyone encountered this issus?
Kevin
... more >>
VS2003 Any way to avoid admin rights on the remote server?
Posted by SpamAndEggs at 7/18/2006 12:26:03 PM
I have been told I may not have local admin rights on the remote Windows 2003
server that is running web services I need to debug, yet the setup articles
for VS2003 remote debugging state that local administrators rights are
required. Is there a configuration that will work using a lesser set... more >>
VS2003 Alternative to enabling DCOM Remote Access for Anonymous Lo
Posted by SpamAndEggs at 7/18/2006 11:50:01 AM
I have been told I cannot enable DCOM Remote Access for Anonymous Logon on my
developer workstation, yet that seems to a necessary step in getting remote
debugging operational against web services located on a separate Windows 2003
server.
1. What are the risks associated with this action?
... more >>
"not handled in user code" dialog
Posted by Leslie at 7/17/2006 12:38:03 PM
Using VS 2005 I am working on a golbal error handler for a web application.
When the exception is thrown I get a Microsoft Visual Studio dialog box that
says, "An exception of type 'System.Exception' occurred in
App_Web_u6bxlmfn.dll but was not handled in user code"
I do not want to handle ... more >>
Breaking on conditions
Posted by Abstract Dissonance at 7/15/2006 3:11:29 AM
Is there an easy way to break to code while debugging an app in VS.net other
then setting breakpoints? I'd like to break on when a file menu is clicked
on selection but I can't find a way to do this using the vs.net debugger.
(I know there might be a long convoluted way to do this but surely t... more >>
Could not Debug
Posted by Siva at 7/13/2006 6:53:02 PM
Hi,
I am writting a window service program. The application is doigng the
following:
Check the files in some folders and send me an email about their last
written time.
I am doing the following for the debuggin perpose:
Build the application.
I tried to debug, I got error message :
Canno... more >>
No Intellisense in Command window
Posted by Tom at 7/13/2006 12:41:02 PM
In VS 2003, the command window had intellisense when debuging - i.e.
you could type a command or variable, press ., then get the
intellisense object dropdown for that particular command or variable.
However, in VS 2005 I cannot get this to happen anymore - i.e. if I
want to investigate a parti... more >>
Debugging with dumps
Posted by Mike Blake-Knox at 7/12/2006 3:50:17 PM
I'm trying to debug a Windows Service application written with C# and
.NET framework 2.0. We have taken some dumps at the customer location
on a Windows 2000 Server platform. We are using Userdump to take dumps
on exceptions. I'm trying to debug using Windbg and SOS.
I have a few questions:... more >>
Function names for managed callstack under SOS debugging of .NET 2.0 app
Posted by Daniel Bowen at 7/11/2006 2:02:08 PM
(I posted this earlier on microsoft.public.windbg, but they wanted me to
post it elsewhere).
We have an application that is a mix of .NET managed code and native C++
code. The main EXE is a .NET 2.0 application. We use a native DLL that we
wrote that sets the unhandled exception filter
(Se... more >>
Can't Debug with XP2 Build
Posted by Neil at 7/11/2006 10:19:02 AM
Hi,
My machine has XP SP2 build and it seems to have stopped me being able to
debug in VS2003. I get an Access Denied message, I should make sure i'm a
member of the debugger users group.
I am a member of this group and also the local administrators group. I'm
trying to debug a simple wi... more >>
Got a wacky solution for slow debugging in VS 2005!
Posted by shaul.behr NO[at]SPAM gmail.com at 7/9/2006 1:28:17 AM
So I have a HUGE solution in VS 2005, involving about 50+ projects in
VB, C# and J#. And since I migrated from VS 2003, debugging has been
PAINFULLY slow, >2 sec per debugging step!
So by accident, one of my colleagues discovered that if you wiggle your
mouse while you're debugging, everythin... more >>
Image search path for VC7.1, VC8.0, and WinDbg
Posted by Pieter at 7/6/2006 4:37:15 PM
I am looking for a generic way to tell VC 7.1, VC 8.0, and WinDbg where to
load binary images when debugging a dump file.
For reference see:
http://msdn2.microsoft.com/en-us/library/da0e4t52.aspx
http://msdn.microsoft.com/library/default.asp?url=/library/en-us/vsdebug/html/vxgrfadditionaldump... more >>
bug vs2005?
Posted by paul at 7/6/2006 3:54:01 PM
Some production code works fine under vs2003 but has problems under vs2005.
The code runs fine outside the debugger but inside there are places where the
debugger hangs for about 15 seconds, hits a breakpoint, but any other step
will cause the thread to die. I created a sample app which reprod... more >>
Managed app with native (ATL) control
Posted by Brian Burgess at 7/6/2006 12:00:00 AM
Hi all,
I'd like to debug a custom ActiveX control (made with ATL if it matters),
using a managed (CSharp) EXE. Anyone know how to do this.
Thx in advance
-B
... more >>
Possible debugger bug?
Posted by Ben R. at 7/5/2006 1:35:02 PM
Hi,
In one of my projects, when I step through the debugger and examine the
contents of an XmlElement variable, I notice that 1 member, "NextSibling" is
listed twice. This doesn't happen when I create a new project and create an
xmlelement object to try to repro. Does this seem like a bug? ... more >>
Removing the " Web Form Designer Generated Code " region after converting from ASP.NET 1.1 to ASP.NET 2.0
Posted by Nathan Sokalski at 7/4/2006 11:24:39 PM
I recently converted some ASP.NET 1.1 projects of mine, created with Visual
Studio .NET 2003, to Web Application Projects in Visual Studio .NET 2005 so
that I could use ASP.NET 2.0 (All my ASP.NET is done using VB.NET). After
converting, everything was fine, and worked and compiled correctly, ... more >>
Visual Studio .NET 2005 using Web Application Project
Posted by Nathan Sokalski at 7/3/2006 5:22:20 PM
Because I wanted the builds for my ASP.NET sites to be a single *.dll in a
/bin/ directory (like VSNET 2003), I decided to try the Web Application
Project download. However, I am still pulling my hair out because it doesn't
want to recognize any of the Controls (not even the ones that are part... more >>
|