Archived Months
June 2003
July 2003
August 2003
September 2003
October 2003
November 2003
December 2003
January 2004
February 2004
March 2004
April 2004
May 2004
June 2004
July 2004
August 2004
September 2004
October 2004
November 2004
December 2004
January 2005
February 2005
March 2005
April 2005
May 2005
June 2005
July 2005
August 2005
September 2005
October 2005
November 2005
December 2005
January 2006
February 2006
March 2006
April 2006
May 2006
June 2006
July 2006
August 2006
September 2006
October 2006
November 2006
December 2006
January 2007
February 2007
March 2007
April 2007
May 2007
June 2007
July 2007
August 2007
September 2007
October 2007


all groups > visual studio .net debugging > january 2004 > threads for january 15 - 21, 2004

Filter by week: 1 2 3 4 5

no source code at current location
Posted by Zaijin Guan at 1/21/2004 11:26:09 AM
Hi I'm having a problem with Visual Studio .Net. We are building a multi-threaded Visual C++ application. The solution consists of three projects, two built as static libraries and one as executable which links in the two libraries. All three projects are built using Debug configuration. However, ...more >>

Searching for string in binary output
Posted by trojan at 1/21/2004 4:11:05 AM
Hi, Would you please tell me the way to find the literal string in the source code from the binary (exe) file? Thanks you very much, Trojan...more >>

Could not start ASP.NET debugging and lockdown wizard issue Win2003
Posted by jtwright NO[at]SPAM tycovalves.com at 1/20/2004 5:31:47 PM
I have some serious issues trying to get Windows 2003 server to debug my ASP.NET applications. First, I can debug a windows form application just fine. I have taken a copy of a web application from a windows 2000 Adv Server and put it on the Win2003 server, lets take that back, I have taken ...more >>

Debugging/watch window slowness
Posted by (andrei NO[at]SPAM treyarch.com) at 1/20/2004 4:27:50 PM
Hi all, Did anyone run into a problem with .net 2003 getting VERY slow if you add a few array/list/nontrivial data structures to the watch window. The reason is apparently it's recursive expansion of members. Does anyone know how to turn it off or otherwise solve it? Thanks! **...more >>

Error while trying to run project: unable to start debugging on the Web server
Posted by coder5811 NO[at]SPAM yahoo.com at 1/20/2004 3:18:16 PM
Make sure that you have a web.config in the project. http://www.xpcoder.net...more >>

ASP.NET Inherits="" statement doing weird things on some projects.
Posted by bubba NO[at]SPAM cfwebmasters.com at 1/20/2004 2:22:06 PM
We are using VS.NET 2003 on XP Pro and Windows 2003 Standard Server and we are having the weirdest thing happening. We have web applications and we just implemented a fairly new development server but we have a couple of projects that are running without any problems but have this one that cons...more >>

Debug into .NET libraries
Posted by brckcc NO[at]SPAM yahoo.com at 1/20/2004 1:06:05 PM
I want to step into the methods of standard library calls (for example into the SelectedNode property of TreeView), but it won't allow me to step into the .Net library calls When I was doing C++ programming I could step into the MFC libraries. How do I achieve the same thing in C#? Using Deve...more >>

stackwalk / callstack and symbol resolve of managed and unmanaged code - dbghelp, etc.
Posted by asanford2000 NO[at]SPAM hotmail.com at 1/20/2004 10:50:23 AM
We use StackWalk(StackWalk64) from dbghelp.dll to walk our callstacksas needed, using the various Sym* methods (SymGetSymFromAddr, SymGetLineFromAddr) to resolve source file, function name, and source line number for each frame. This works fine for unmanaged code, but when we have a call stack ...more >>



Debugger get confused when two files in a project have the same name
Posted by David Laub at 1/20/2004 6:41:06 AM
My situation is specifically with ASP.net, but I have a feeling it is more general Specifically, in a single web project, I have multiple sub directories, each of which "start" with a default page name default.aspx. Intermittently, when I place a breakpoint in one of the default files, the breakp...more >>

BUG ?? managed-code debugging not working
Posted by sam at 1/19/2004 10:31:06 PM
Hi This is a follow up to my earlier mail thread of 4Dec2003 (Sub: VS2003 - C# - Stopped hitting breakpoints !! I wonder if this is a known BUG. Why doesnt someone at MS have a proper solution to this The only solution we have found so far is to re-install VS2003- which is not such a good idea ...more >>

Single Development Server with Multiple .NET Developers Debugging
Posted by bubba NO[at]SPAM cfwebmasters.com at 1/19/2004 12:17:39 PM
We have a single development server with multiple .NET developers. Only one developer can debug at a time PER SERVER. This is totally unacceptable but I can not seem to find any white paper, articles or instructions on how to fix this. Could someone point me to or provide me with the informati...more >>

Debugging a Class Library in Visual Studio Help!
Posted by mike_kenyon NO[at]SPAM tiscali.co.uk at 1/19/2004 7:43:25 AM
Hi, I am learning ASP.NET (though not new to programming) and I am getting along okay. The set up is like this : - 1) I have created a class library in a project in Visual C# that compiles fine. (DLL located in C:\My Documents\Visual Studio Projects\myCsharpLibrary\Bin\Debug. 2) I then...more >>

Debug symbols not for all .aspx forms.
Posted by AK at 1/19/2004 6:41:10 AM
I have a ASP.NET project. Debugger refuses to load symbols for one of .aspx pages, though is does load them for other files. The error message on the breakpoint says "No symbols have been loaded for the document". The strange behaviour is that when I change the file name from Report.aspx to ReportNe...more >>

Watch not sufficient
Posted by Jesper at 1/19/2004 4:56:07 AM
Hi I would like to keep an eye on some fields in an object. However, this object is adressed accordingly to the scope of execution if I monitor it in the Watch and hence I would need to write the path to the object in the watch as I jump from scope to scope. Is it possible to watch the fields of a...more >>

Error messages
Posted by Nathan at 1/19/2004 4:40:48 AM
Hi, When running an app in debug mode, I often get a generic error message when an exception is thrown. Something like: "An unhandled exception of type Something was found in system.windows.forms.dll." If I do: Try 'Code with error Catch ex as exception msgbox(ex.tostring) End Try ...more >>

what is the deal with the command window in C# debugging projects
Posted by Eric Newton at 1/18/2004 12:07:43 PM
its practically useless... I can print variables ? arrayList.Count but i can't do this: arrayList.RemoveAt(0) or >arrayList.RemoveAt(0) Command "arrayList.RemoveAt(0)" is not valid. grrr! -- Eric Newton eric.at.ensoft-software.com www.ensoft-software.com C#/ASP.net Solut...more >>

Problem - Debugger in VS.NET 03 has stopped working!!!!
Posted by cam_banks NO[at]SPAM hotmail.com at 1/17/2004 2:35:31 PM
I have run into a problem that I can find explanation to nor find a fix for. I can no longer debug an application I have developed through the VS.NET 03 IDE. I hit debug and the IDE locks up. In the task manager I see the executable that I am trying to debug, it has only consumed some small n...more >>

Can't debug SQL in .NET Web Service in VS.NET 2003 on Windows Server 2003 Enterprise Edition
Posted by John Dougrez-Lewis at 1/15/2004 2:28:31 PM
Hi, I'm currently trying to stop at breakpoints in some SQL Server 2000 T-SQL stored procedure whilst debugging a C# .NET Web Service running in VS.NET 2003 on Windows Server 2003 Enterprise Edition, but it just isn't working. I can see that my code is successfully calling the DB stored pro...more >>

Breakpoints passed by in VB.NET Winforms app
Posted by dchilders at 1/15/2004 1:06:05 PM
I have been looking and trying solutions for this problem. The IDE ignores my breakpoints. I have repaired the VS.NET install and also did a clean reinstall. These seemed to work at first but then went back to the same problem. Deleted every file you have suggested in earlier posts, deleted the ...more >>


DevelopmentNow Blog