Groups | Blog | Home


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 2006

Filter by week: 1 2 3 4 5

Referencing source of 3rd party library when debugging
Posted by gommo at 1/30/2006 7:00:35 PM
Hi, We're using Visual Studio .NET 2003. The project is c++, plain Win32, no MFC. We are using Redhats pthread implementation for Win32 as we ported over an app from Linux. When we debug we'd like to view such things as pthread_mutexs etc.. however the source for this is available to the de...more >>

No Symbols Loaded
Posted by Jim Heavey at 1/27/2006 11:41:14 AM
Hello. I converted an VS 2003 ASP.Net application project to VS 2005 and it converted cleanly (some errors in the HTML, but nothing in the code). When I set my break point and set my start page and run the application in Debug mode, the application does not stop on my breakpoint. I see the...more >>

ResolveNativeReference task fails
Posted by Carlo Folini at 1/27/2006 1:21:03 AM
Hi, compiling a project with a reference to another project (with native calls) I get the following error. Looking around I didn't see much info about this error. The referenced project was signed, but I had to take out the manifest to do this. It seems that without the manifest I cannot r...more >>

vs 2003 debugger shows wrong source file
Posted by Florian Geyer at 1/26/2006 4:15:02 AM
I want do debug my project ( one .exe and some .dll´s ). The debugger show me source files from the wrong path. I have build the project in my source path. All Files ( .exe .dll .pdb .c ) are then copied to my test path, all in one directory. To debug, I start Visual Studio .NET 2003 IDE an...more >>

remote debug doesn't work anymore
Posted by Thierry Schembri at 1/25/2006 11:08:14 PM
Hello ! I'm facing a strange problem. I debug an asp.net web site. The web site is located on a server (win 2003) and I debug from a XP Pro station. Both belong to the same domain (the server is also the DC) and I'm logged on the XP station as a domain administrator. Until yesterday, wh...more >>

asp.net 2.0 sysmbols not loaded breakpoint will not be hit
Posted by John Zullo at 1/25/2006 12:54:15 PM
I have a solution in vs2005 converted manually from vs2003. I did not use the conversion wizard. When I try to set a break point on a web page I get the message when mousing over the break point "The breakpoint will not currently be hit. No symbols have been loaded for this document." FOr one ...more >>

VS 2003 to C# 2005 Express Debugger Problem
Posted by instruo at 1/24/2006 10:05:02 PM
Hi all, I recently uninstalled VS 2003 and installed C# 2005 express edition. I really like C# Express, but I'm having a problem with the debugger. When it throws an exception, it tells me "An exception (exception name) has occured in (project.exe) However, no debuggers are registered tha...more >>

Trace.Write in helper class not showing up in Trace.axd
Posted by TJ at 1/24/2006 12:00:00 AM
I have a page called HelloWorld.aspx and it accesses a public method in a helper class called MyClass.cs. When I open the http://localhost/HelloWorld/Trace.axd page, the Trace.Write statements in the HelloWorld.aspx page show up, but the Trace.Write statements I put in the MyClass.cs don't....more >>



Unable to debug the WebApplication
Posted by Aravind at 1/24/2006 12:00:00 AM
Hi, I opened the project from web and build successfully, but i cannot able to debug the web application. local Machine. The user is a member of VS developers, Administrator. I gave full Permission to wwwroot folder It Shows error messages Error While Trying to run project. Una...more >>

Post-mortem Application Error
Posted by Simon Niederberger at 1/23/2006 5:33:31 PM
Hi all I'm running a multi-threading service in C#. When the service stops, the following often (but not always) happens: 1. The OnStop method runs through without any errors. 2. The Service.Dispoes method runs without any errors. 3. The exe seemingly stops, closes 4. An Application Error...more >>

Debugger Just stops
Posted by Fred at 1/20/2006 1:01:03 AM
I can quite happily debug web projects with Visual Studio 2003, but for some reason the debugger just detaches from from the process for no apparant reason. I can't re-attached either as it tells me something along the lines of there is no code in the process. Any Idea anyone? -- ...more >>

Question on Remote Debugging Manged Code
Posted by Wesoft NO[at]SPAM nospam.nospam at 1/19/2006 2:49:26 PM
Hi all, Currently, our team is looking at remote debugging for managed code using VS2003 .Net (Enterprise Architect). Our scenario is that we need to debug some remote processes (developed in C#) from our workstation, and for some cases, the remote machines are in different domain. I have r...more >>

Can't Debug COM Interface
Posted by MBO at 1/18/2006 6:03:52 AM
Hello NG, I've trouble to to debug a vb.net application implementing a com interface. <ComClass(ComClass2.ClassId, ComClass2.InterfaceId, ComClass2.EventsId)> _ Public Class ComClass2 .. Public Sub New() ... End Sub Public Sub OnCreate(ByVal bstrServerHost As String, ByVal u...more >>

edit and continue in web projects and class libraries
Posted by James at 1/16/2006 3:26:01 PM
Hi, We have a solution with a web project and several class libraries (business logic, db access, custom controls, etc). The web project references the class libraries and uses them to do most of the processing. We can use the "Edit and Continue" function with no problem in the web proj...more >>

Break points with a "?"
Posted by ravi at 1/16/2006 3:22:12 AM
Break points with a "?": I searched on the internet and tried many ways to solve the below problem but unsuccessful. I am trying to debug a MS VC++ .Net 2003 dll. The target application is in VB6.0. Break points are inserted in the code. When the dll is run in the debug mode (F5), the targ...more >>

Trace in Output Window is not displayed
Posted by SvenAke at 1/15/2006 12:08:02 PM
All of a sudden I noticed that my Trace stattements did not write anything in the Output Window. I checked with the code found at http://support.microsoft.com/?id=815788 and the Trace and Debug statements did only work in the consol applications window, not in my output window. Anyone having...more >>

Lost debugging when I applied SBS 2003 SP1
Posted by Dblood at 1/13/2006 12:33:49 PM
Posted this to the SBS group, but was directed back to Visual Studio group by MS support. Installed SP1 on my SBS 2003 server Saturday. Took me all week to get my arms back around things, and now that I have (maybe) I set about to fix the other things that have broken in the meantime. ...more >>

VS2005 code edit whilst debugging Web Application Project
Posted by barnseenio NO[at]SPAM gmail.com at 1/10/2006 1:13:44 AM
im using scott guthries 'web application' project type ( http://weblogs.asp.net/scottgu/archive/2005/12/16/433374.aspx ), as migrating to asp.net2 'web site' model was too horrendous for this application. in vs2003 i used to be able to start debugging, step through, then if i wanted to type i...more >>

VS2005: Can not do mixed managed and unmanaged debugging
Posted by pfbertrand NO[at]SPAM canada.com at 1/9/2006 12:06:58 PM
I have a managed dll and an unmanaged dll that are both built using the command line and a set of C# test programs that are also built using the command line. With Visual Studio .NET 2003, I could simply add either a System.Diagnostics.Debugger.Break() in managed code or a __asm{ int 3 } in unm...more >>

Problem debugging client-side scripting
Posted by Buddy Robbins at 1/9/2006 11:00:03 AM
Folks, I'm in the middle of an asp.net project (implemented in VB.net 2003), and for some reason, my ability to troubleshoot client-side scripts has disappeared. I am running against my local IIS, and my IE settings have not changed (I inspected them ensuring that the disable debugging c...more >>

Problem w/ breakpoints using VS2005 w/ old ASP web site.
Posted by bitLab at 1/9/2006 1:04:14 AM
When I set a breakpoint in an ASP file for an existing web site using VS2005, the breakpoints fail with the following annotation: "The breakpoint will not currently be hit. No symbols have been loaded for this document." I can stop at breakpoints in ASPX files from a web site newly creat...more >>

Stepping into a SQL Server 2000 stored procedure
Posted by Alfred Gary Myers Jr. at 1/5/2006 2:32:06 PM
Hi, I've been trying to step from C# source code into a SQL Server 2000 stored procedure without success. I have already tried the tips given by Gary Chang in the thread "Cannot break at stored procedures from VC.NET 2003" but it did not work I put a break point inside the stored procedure ...more >>

Remote Debuging Menu->Debug->Processes->Transport
Posted by nsn at 1/4/2006 5:22:02 AM
If I choose Menu->Debug->Processes->Transport I can only select "Default" transport. I want to use "Native Pipes". Why is this not an option in my menu? Thanks Nicolas...more >>

track memory overwrites in C++
Posted by coladrops at 1/3/2006 11:01:53 AM
Is Visual Studio 2005 able to track memory overwrites in C++ in the debug environment? Any option or property switch available for such a mechanism? Thanks ...more >>

Statements skipped & breakpoints lost in code block (C++ .NET)
Posted by vulgarian at 1/2/2006 10:52:02 PM
I'm not too sure this is in the right place as it might be something up with my managed C++. Any which way someone might be able to help... The following function is a member of a derived form class, which is called to refresh the contents of a number of treeviews: [code] Void RefreshViews(...more >>

Breakpoint Not Hit in ASP.NET
Posted by Joe at 1/2/2006 11:56:46 AM
Hello Everybody, I'm working on a .NET solution containing 2 projects: Library (Class Library) and Website (ASP.NET Web Application). Website depends on Library. The framework version is 1.1.4322. SP1 is installed. I can debug the classes within the Website project normally, but debugging...more >>


DevelopmentNow Blog