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 > july 2005

Filter by week: 1 2 3 4 5

VS 2003 Solution Hangs from Start (F5)
Posted by Amanzidan at 7/29/2005 8:56:02 PM
I've been using VS 2003 for about a month now without problems. Starting two days ago however, I can Build or Rebuild a simple Win Forms solution (Config = Debug), and it'll run fine if I use Start Without Debugging (Ctrl+F5). If I try to use just Start (F5), I'll get a ±5 second hour-glass...more >>

c# viewing instantiated objects
Posted by yehoshua at 7/29/2005 9:20:31 AM
I was wondering if there is any way in vs.net to view all of the instantiated objects for a particular process. I know c# uses garbage collection so that means that at some level the system must know the location and type of every object I instantiate with c#. My problem is that I have been wri...more >>

There is no source code available for the current location WTF?
Posted by JohnnySparkles at 7/28/2005 6:38:30 PM
Hi All, I'm currently working on an old VC6 (C++ & COM) project which has been compiled with VS .NET because we are going to be adding managed code to it. I have been debugging this code using the VS .NET debugger succesfully for a while now but have recently come across a few problems. W...more >>

Custom Debug Views
Posted by MikeCarr.NET at 7/27/2005 4:51:01 PM
We have an application that creates multiple instances of an object. I would like to create an application that can display the contents and state of the object(s) in memory at run time. Is this possible? ...more >>

Unable to debug .NET assemblies loaded by a native application
Posted by Inverarity at 7/27/2005 11:37:33 AM
Hello, I am unable to debug .NET assemblies loaded by a native application (Rational Rose 2003), either by setting the debug mode to "Program" and specifying it or by attaching to the external process after it has been running. My environments: Windows XP Pro SP2 Visual Studio.NET 2002 ....more >>

Autos, locals, and watch windows display nothing
Posted by Mark at 7/27/2005 8:42:03 AM
Well, this problem seems to have magically resolved itself (for now), but I figure I may as well put this out there in case it occurs again: I'd been debugging an ASP.NET app and using the watch window. It was going fine, but then I was no longer able to add new items to the watch window. S...more >>

DevPartner Profiler Community Edition cannot handle spaces
Posted by gast128 NO[at]SPAM hotmail.com at 7/25/2005 4:34:27 AM
Dear all, When using the DevPartner Profiler Community Edition on VC++ 2003 projects with spaces in the name, it gives D4024, and all sorts of things goes wrong. Projects without spaces are handled correctly. Does anyone know a workaround or solution? Because removing the spaces from more t...more >>

Jit-Debugging (again)
Posted by Armin Zingler at 7/25/2005 12:00:00 AM
Hi, I'm using VB 2003 (VS.Net 2003 IDE) and a WindowsForms project. How can I get *completely* rid of the "Jit-Debugging" dialog box? The one containing the 3 buttons "Details", "continue", "quit" (or "close"; I don't know, I have the German version). I do *not* want to see the dialog whe...more >>



ASP.NET and Virtual PC
Posted by JM at 7/22/2005 11:09:50 AM
Hi all, I am trying to debug an ASP.Net application in a Virtual PC Win2k sp4 with Visula Studio remote components installed. I run Visual Studio 2003 in the host "run as" administrator of the domain of the Virtual PC win2k domain, and I get an "access denied" when trying to debug the app....more >>

Debugging is very slow
Posted by Pankaj Garg at 7/20/2005 11:11:01 PM
Suddenly speed of debugging is very slow. VS.Net is debugging but it takes lot of of time to debug each statement. I have tried to debug the same code on different machine, there it is working fine. If anybody has any idea about this problem please let me know. Please send mail to Pankaj_G...more >>

Crash when calling DoModal()
Posted by Lee ALICEngineer at 7/19/2005 8:21:08 AM
Using a Visual Studio.net toolset and coding in visual C++ i'm having the following problem: I'm creating a tool that reads an input file and produces an output file. I Have browse buttons for both input/output files. When running in debug everything works fine. When running in re...more >>

Unable to start window service
Posted by DOTNET at 7/14/2005 2:53:02 PM
Hi: After install C# window service in orther PC by using installutil myservice.exe, when I start this service I got following msg in eventlog Source: .NET Runtime Description: The description for Event ID ( 0 ) in Source ( .NET Runtime ) cannot be found. The local computer may not h...more >>

Find Source Dialog, last result
Posted by lemony at 7/13/2005 5:52:06 AM
Hi When debugging, if the source code cant be found by devenv it will pop up a find source dialog. However once it has popped up the dialog once it doesent seem to do it again. Where is it that it stores this information ? Is there a way to edit what it stores or force it to prompt agai...more >>

The breakpoint will not currently be hit. No symbols have been loaded for this document.
Posted by jake at 7/11/2005 8:50:33 AM
I'm frustrated, debugger is skipping my breakpoint. I have tried some of the many many postings on this subject without success. I have tried deleting all pdb and dll files from bin. When mp app is running, and I go into debug\windows\modules I don't see the dll of my main project or any of ...more >>

Breakpoints not working multi project solution
Posted by Nick Gilbert at 7/7/2005 9:37:29 AM
Hi, I have a solution which contains 3 projects. (The main GUI, a WebBrowser component and the Cassini web server). Occasionally an exception will occur in my application. I can't narrow down where the exception is occuring because VS.NET says "no source code is available for this location" (...more >>

Remote debugging connection error: The RPC server is unavailable
Posted by Don Stewart at 7/5/2005 6:07:02 PM
I am trying to Remote debug my C# .NET 1.1 App on a TabletPC. The Tablet has: "Microsoft Windows XP" "Tablet PC Edition 2005" "Version 2002" "Service Pack 2" After installing the remote debugging tools from the VS .NET 2003 CD's, when trying to connect to the tablet from my host machine it ...more >>

Breakpoint in VS. NET 2003
Posted by Janiv Ratson at 7/5/2005 12:41:04 PM
Hello, I have one cpp file in my project that I cannot assign a breakpoint on some of its functions. The file is 323 rows long, every function that located under 272 row can be set a breakpoint. Every function that placed after this row cannot be set a breakpoint. If I replace the function, to...more >>

SQL syntax error in INSERT INTO statement
Posted by Nathan Sokalski at 7/1/2005 12:08:01 AM
When trying to submit data to an Access database using ASP.NET I recieve the following error: [OleDbException (0x80040e14): Syntax error in INSERT INTO statement.] System.Data.OleDb.OleDbCommand.ExecuteCommandTextErrorHandling(Int32 hr) +41 System.Data.OleDb.OleDbCommand.ExecuteComman...more >>


DevelopmentNow Blog