Psst! Did you know DevelopmentNow is a mobile web site design agency?

Contact us for help mobilizing your site, or to sign up for our beta Mobile Web SDK!


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

Filter by week: 1 2 3 4 5

VS 2003 Debugger Doesn't Expand Objects
Posted by MD at 4/28/2005 8:08:07 AM
I am working on with a team of developers on a Windows Form application in VB.NET. Two of us, when we try to debug our code, are not allowed to expand any of the objects in the debugger. The debugger shows the little '+' sign, but when you click on it, nothing happens. What's confusing is...more >>


No processes!!
Posted by annu itty via DotNetMonster.com at 4/28/2005 12:00:00 AM
Hello, I am facing a strange problem. When i take the Debug Processes window (Tools/Debug Processes), there are no processes listed. I dont know if this is the reason, but i cant debug my applications either. Does any one know what is happening ? Any help would be much appreciated Regards, ...more >>

breakpoints not hit
Posted by John Grandy at 4/26/2005 11:29:35 AM
for a VS.NET 2003 Console Application Build > Configuration Manager > Active Solution Configuration = Debug Debug > Start breakpoints are hit ... Build > Configuration Manager > Active Solution Configuration = Release Debug > Start breakpoints are not hit. Seems to me that Debug...more >>

VS .NET 2003 Hangs When Debugging VB .NET App
Posted by Carl Tribble at 4/26/2005 7:39:56 AM
I have just reinstalled my entire OS and all my software. Installed all the Windows Updates. I run Windows XP Pro SP-2 with Visual Studio .NET 2003 Enterprise Architect. I also have Norton Internet Security 2005 installed, but I have tried disabling it and get the same result. I think I ha...more >>

VS.Net 2002 Crashes while debugging
Posted by Ganesha at 4/25/2005 6:33:09 AM
Hi, I have an ASP.Net application. When I start debugging it in VS.Net 2002, after few lines of debugging, for reason i dont know the whole devenv crashes. The application event log has the following error: Event Type: Error Event Source: Microsoft Development Environment Event Category: No...more >>

Is this a Managed newsgroup?
Posted by Michael Dorfman at 4/24/2005 7:20:02 AM
Is this not one of the MSDN Managed Newsgroups? I posted a question here a week ago, and have yet to get a response. If it is not, could somebody point me to the most appropriate managed group? If it is, I'll repost the question here, and hope I get a response this time: I'm getting "c...more >>

mfc70.pdb doesn't match mfc70.dll after applying VS2002 service pa
Posted by qo_op at 4/21/2005 9:59:01 PM
After applying VS2002 service pack 1, I got a crash dump which I had to perform a post-mortem debug. Unfortunately, MFC70.PDB doesn't match with the MFC70.DLL, and therefore, VS isn't able to display the stack trace before any MFC70 calls. I used to be able to do this before the service pa...more >>

Trying to debug a VB6 Interop object called by a C# ASP.NET app.
Posted by Steve Moreno at 4/19/2005 6:49:08 AM
I've got a ASP.NET app written with C# that calls a VB6 object using Interop and I've got the VB6 object running in the VB 6 IDE and the .NET app in the ..NET IDE and when I step through the .NET page and execute the line that calls that Interop object I expect the VB 6 IDE to hit the break po...more >>



Setting command line parameters in debugger for console applicatio
Posted by g2solutions at 4/18/2005 6:54:16 AM
I would like to set the debugger with values to be used in: static void Main(string[] args) where args will have the values as if I ran the application: prog.exe param1 param2 thanks...more >>

set command line parameters in debugger for console application
Posted by Dang at 4/18/2005 6:50:05 AM
How does one set command line parameters for a console application in the debugger as if the application were running on the command line with values. example: prog.exe 'param1' 'param2' I'd like to know how to set 'param1' and 'param2' in the debugger so when I'm debugging -> "static ...more >>

Access Denied when attempting to debug MFC app
Posted by leov NO[at]SPAM orrtax at 4/15/2005 1:49:30 PM
VS.NET 2003 Win XP Pro SP2 IIS5.1 installed When I attempt to debug some simple MFC applications (or any application) I get a dialog that says, Unable to start debugging. Access is denied. Verify that you are an administrator or a member of the 'Debugger Users' group on the machine you...more >>

VS2005 not allowing breakpoints in DLL
Posted by jhmckin at 4/15/2005 12:30:03 PM
When I start debugging in my application, Iplace a breakpoint in the exe after the dll is loaded. The module window shows it has been loaded. I then tryo to set a breakpoint in the DLL but receive the message that no executable code is currently loaded at this location. I don't have this pr...more >>

Debugger not working in Vs.net 2003
Posted by Jason at 4/15/2005 7:46:12 AM
Hi, I got the following msg while I running my web project. in Debug mode. --------------------------- Microsoft Development Environment --------------------------- Error while trying to run project: Unable to start debugging on the web server. Access is denied. Verify that you are an a...more >>

Visual Studio .NET 2003 Installation
Posted by Simon Morrow at 4/15/2005 1:31:05 AM
Has anyone seen a problem when installing Visual Studio .NET 2003, where you can't change the location that its installed to. We have build scripts that require it to be installed to a specific location but the only option you can change is C++, all the others (+root) won't let you change it. ...more >>

Debugger.Break on W2k3 SP1 Not Working Same as XP SP2
Posted by Andy Eunson at 4/14/2005 2:22:51 PM
I've written a manage service (C#). In the OnStart I use this to get the debugger to kick in so I can debug my service from startup. protected override void OnStart(string[] args) { // TODO: Remove this code in last version if( args.Length > 0 && ( args[0] == "-d" || args[0] == "/...more >>

"Step into Stored Procedure" option
Posted by AWHK at 4/13/2005 11:06:49 AM
I dont have the "Step into Stored Procedure" option when I right-click on a stored procedure. Only "Run Stored Procedure". Any idea? It has worked fine before but recently i had to re-install my laptop. My user have dbo on the database I also have exec on sp_sdidebug in master. awhk. ...more >>

Unable to start debugging on the web server.
Posted by KLomax at 4/11/2005 3:01:02 PM
My appologies, I imagine this has been answered a thousand times... When trying to run an ASP application in debug mode on a remote server, I get the error below. As an FYI, remote debugging had been function previously, even after applying XP/SP2. Many security patches were applied recently ...more >>

Remote debugging: Unable to map the debug start page URL to a machine name
Posted by Tom wilson at 4/7/2005 2:38:32 PM
I've been through everything with this error and cannot get the debugger to work remotely. The only thing I can trace it down to is that RPC is not communicating between servers. So after many, many hours of searching I found the RPCPing utilitty. We have 8 servers, 2 Exchange 2003 servers. ...more >>

Cannot see call stack in mixed debugging
Posted by Juan Dent at 4/7/2005 11:45:07 AM
Hi, In the call stack, after setting a C# program to enable unmanaged debugging, I only see the entries for C# code, even though the Modules window indicates that the symbols for the EXE who is driving my C# DLL are loaded. This is strange. Could it be that I am using the working directory...more >>

Events not firing
Posted by Ashhad Syed at 4/6/2005 5:13:03 PM
I am new to ASP.NET (VB) but have previously programmed a lot in VB. I am running across a strange problem but cannot seem to figure out what is causing it. I am curious to know if anyone else has come across the same problem. Essentially I will have a WebForm that is working perfectly (wi...more >>

too slow debugging for Visual C++ unmanaged code
Posted by JC at 4/5/2005 6:55:10 PM
Hi: I don't know why, but my debugging in Visual Studio .NET (2002) for Visual C++ code is too slow, so slow it is very annoying on not too "fast" PCs. I suppose there is some way to improve this (besides getting a faster CPU). I appreciate your help, because I spend many time doing this. ...more >>

pd problem
Posted by Marko \ at 4/5/2005 3:19:28 PM
I have the following problem, using VS .NET 2003 Enterprise: I have a solution, containing projects for several DLL files and an exe which uses those dlls. Configurations include Final and Debug, both producing *.pdb files, the only difference being in optimizations. If I start the app ...more >>

why jit not working ?
Posted by tony at 4/4/2005 5:10:57 PM
i see that in the vs ide ,tools-option-debugging ,the jit is enable. i have application that use vb.net dlls , mixed dll (managed cpp+ calling to unamnaged dll) when my application crash , the vs.net debugger is not launched. why is that ? and i can make the vs.net to launched when my app...more >>

can vs.net debugger break on crash and show the callStack ?
Posted by tony at 4/4/2005 4:26:58 PM
hi. i have NET application that has managed dll in vb.net and also mixed dll in cpp that call unamanged dll code. my application crash after using it. but i dont know where it crash,and i dont have the call stack. the question is : if i run my application, and then open the vs.net and ...more >>

GetClipboardData fails in debugger
Posted by Peter Carlson at 4/4/2005 12:07:00 PM
Strangely enough this code works great outside of the VS.NET debugger. If I single step through it in the debugger the GetClipboardData() call fails with error 1418 (Thread does not have a clipboard open.) if(::OpenClipboard(NULL)) { HBITMAP hBitmap = (HBITMAP)::GetClipboardData(CF_BITMA...more >>

Debugging Classic ASP with Visual Studio 2003 and non admin (limited / restricted) LUA
Posted by google NO[at]SPAM dreamz.worldonline.co.uk at 4/2/2005 1:09:40 AM
Hi, I use Visual Studio 2003 Pro on Windows XP SP2, firewall disabled and with IIS running local, a limited (non-admin) user account (Domain Account). I am able to Debug ASP.NET web projects but not Classic ASP on my machine. The steps I have followed so far are as follows (mainly taken fro...more >>


DevelopmentNow Blog