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 8 - 14, 2004

Filter by week: 1 2 3 4 5

Brekpoints don't breaks, exceptions in UnknownModule - what's going on????
Posted by Piotr Olech at 1/14/2004 12:57:26 PM
I'm using VS.NET 2003, writing in C#. I'm developing medium size, WindowsForms application. I've base classes for interface and logic (in two separate projects (dlls): BaseLibInterface and BaseLibLogic), I have a separate project (dll) for our custom controls and components (ComponentsLib). Ever...more >>


What is the best book or other documentation for using vs.net debugger
Posted by Chris Walker at 1/14/2004 10:01:15 AM
I learned all my debugging by doing it. I thought it was easy enough. A friend of mine is looking for good source material for learning how to debug applications though. Does anyone have any suggestions? Chris Walker ...more >>

Debugging a NET-assembly inside a COM Callable Wrapper
Posted by alfred.sehmueller NO[at]SPAM gmx.de at 1/14/2004 8:16:30 AM
Hello NG, is it possible to debug a .NET-Assembly when called from a ASP-Page(Classic) or a VB6 Application through a CCW? Thanks for your answers Bye Alfred...more >>

pdb/map-files
Posted by Ulf J. at 1/14/2004 5:36:03 AM
Is there a way to create a .map-file from a .pdb-file? If not, is there a tool that allows me to view its content and locate the source line of an address? ...more >>

Problems debugging classic asp on winxp pro
Posted by pete at 1/13/2004 8:58:42 PM
Setup: WinXP Professional (latest sp's and hotfixes) IIS 5.1 VS.NET 2003 Microsoft Script Debugger... (latest one just dl'd it) I'm in need of debugging some legacy asp code. Below is a list of things I've tried in order to be able to get a breakpoint on the serverside of one of these pa...more >>

remote debugging not working
Posted by rb at 1/13/2004 6:51:24 PM
Hi I have a remote object hosted in IIS on a different machine (Win 2000 Advanced). I am trying to attach to the aspnet_wp.exe process running on that machine to debug the remote object. It says "unable to attach to the process. Access is denied." I tried everything. 1. I am an administrator, de...more >>

Debugging in VB 6.0 from VB dot net dll.
Posted by Sumeet at 1/13/2004 1:53:15 PM
Hi, I have 2 components. One is in VB Dot net & another is in VB 6.0. My ASPX page calls VB dot net DLL. This VB dot net DLL calls my VB 6.0 EXE. I'm able to successfully debug from ASPX to VB dot net dll. But After this I'm not able to continue my debugging in the VB 6.0 EXE. Is anybody ...more >>

There is no source code available for the current location. Message
Posted by Lenny at 1/13/2004 8:33:06 AM
Hello, When I am stepping through my code, when debugger cursor reaches the last line "end sub" if I keep on hitting F11, I am getting this message: "There is no source code available for the current location." There's also an option "Show disassembly information" which takes me to what...more >>



Please Help: HowTo Debug COM-Object
Posted by alfred.sehmueller NO[at]SPAM gmx.de at 1/13/2004 8:10:07 AM
Hello NG, i am upgrading a ASP-Appliation to ASP.NET (C#). It makes use of some core custom COM-Objects. Everything is doing fine - I can use the com-Objects from ASPX-Pages. But how can I debug them (they are written in VB6). With VB6 and classic ASP I was able to debug the com-Object. Can...more >>

"step into" F11 and event
Posted by lchassot NO[at]SPAM freesurf.ch at 1/12/2004 3:22:39 AM
Could somebody give me a summary of what is the current behavior of "step into"? I am new to debugging vs.net coming from vb6 I am used to hit the 'step into' (I am aware of F11 etc.) but it seems that in vs.net events (like button_click or form_load) are not visited. Can I modifiy this behavio...more >>

Breakpoint move from one file to another
Posted by Luigi at 1/12/2004 3:12:57 AM
I'm developing with Visual Studio .NET 2003 (version 7.1.3088) and I can't set breakpoints in files with the same name. If I try to set a breakpoint with F9, VS shows the bp set in the correct row but in the file with same name in the different namespace! If I set a bp in a file with uniqu...more >>

Access Denied error when attaching to aspnet_wp.exe process in native mode
Posted by marco NO[at]SPAM marcoganz.com at 1/12/2004 2:15:27 AM
Hello there, As stated in the subject line I'm getting the error "Cannot connect to process. Access is denied." when trying to connect to the local "aspnet_wp.exe" process from the "Debug | Process" window in VStudio .NET 2002 (italian version), for NATIVE projects (CLR ones debug fine). ...more >>

Is there remote debugger tool for .NET?
Posted by KPH at 1/11/2004 11:49:37 PM
Dear, Is there someone knows the remote debugger tool? Thanks, KPH...more >>

How to use and develop CLR profiler?
Posted by KPH at 1/11/2004 11:46:39 PM
Dear, I download the CLR profiler of .NET, is there someone ever use it? Please tell me how can it help me debug my program. I got trobles about reallocate memory in .NET. Can someone introduce me debugger tools use for debug the memory allocate and reallocate? Thanks, KPH ...more >>

Access Denied - Remote Debugging
Posted by Paul Newton at 1/11/2004 11:13:59 AM
Ok...I know the world gets this error, but I have read everything I can find and it still isn't fixed: 1) Server: Win2003 2) VS.Net on Win XP Pro 3) MDM.exe is running on server 4) Debugger Users group has all accounts in it 5) Visual Studio group has all accounts in it The sad part is t...more >>

BUG?VC.NET debug watch window
Posted by krkim at 1/10/2004 3:05:39 PM
Debugging, In VC++7.0 watch window, the '0xFD' value of both "char" and "unsigned char" type array variable only is not shown correctly. it looks like 0x00 always in watch window. it looks good in VC6.0. how can i solve this problem? ...more >>

Unable to connect to the machine 'DEV1'. Not enough storage is available to complete this operation.
Posted by Stanley Glass at 1/9/2004 11:18:36 AM
Ok I have my site ready for testing and I copied it to our development server. However, there seems to be a strange error when I bring up the site. So I tried to remote debug it on the development server from my laptop and i got the following error: [error] Unable to connect to the machine 'D...more >>

"Unable to bind SQL breakpoint at this time"
Posted by Dezza at 1/9/2004 11:08:13 AM
I am trying to step into a stored procedure from my ASP.NET program. I have opened the stored procedure in edit mode and have set a breakpoint. After I start to debug the ASP page, the breakpoint in the stored procedure changes to a question mark and the following tooltip: "The breakpoint will...more >>

Unable to map debug start page URL ...
Posted by John at 1/8/2004 5:01:19 PM
Any attempt to run deugger generates: Unable to start debugging on the web server. Unable to map debug start page URL to machine name RPCPing runs fine. No proxy. Server is domain controller and workstation is propery connected and can browse inetpub directory. Both server and worksta...more >>

"No symbols have been loaded for this document"
Posted by Dezza at 1/8/2004 12:14:56 PM
I thought I would post a solution to the problem I was having in that went I set a breakpoint on a line and then debugged, the breakpoint turned to a question mark with the tooltip: "The breakpoint will not currently be hit. No symbols have been loaded for this document". My logon is part o...more >>

vb.net command window question
Posted by Otto at 1/8/2004 11:51:50 AM
One of our developers has VS.NET installed. When he is debugging a VB.NET application and goes to the Command Window, if he tries to update a variable there say x, he gets in reponse, Command "x" is not valid He is able to query the value of variables without problems. No one else in our ...more >>

"The application failed to initialize properly..."
Posted by Developer at 1/8/2004 7:38:59 AM
"The application failed to initialize properly (0xC0000005). Click on OK to terminate the application." Any ideas what causes this? (Probably a world of things.) The application runs on my computer; it is on the test computer that it crashes. I found this in \VisualStudio.NET2003\Vc7\Plat...more >>

Debugger automation (repost)
Posted by Smith at 1/8/2004 7:12:17 AM
Is it possible to access 'live' objects via debugging automation? (i.e, a VS.NET Add-in) All I seem to be able to get is string representation of names and values. If not, is there any other strategy for an external debugger process to access objects within a running app? thanks! ...more >>

Debugging WinCE.Net via Ethernet
Posted by eMailBoss at 1/8/2004 6:26:54 AM
I cannot get VB.NET to debug CE.Net device that is connected via Ethernet. The device will synchronize correctly using via ActiveSync 3.7 when placed in its Ethernet docking cradle. With an active ActiveSync connection, Visual Basic .Net cannot connect to the device to deploy or launch t...more >>


DevelopmentNow Blog