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

Filter by week: 1 2 3 4 5

Finding the source code corresponding to an application error
Posted by Andrew Chalk at 12/30/2005 3:55:58 PM
My program crshed and the Windows Event Log error was: Application popup: MCSCRE.EXE - Application Error : The instruction at "0x7c910f29" referenced memory at "0x00000000". The memory could not be "read". How do I find out which line of source code corresponds to this address? Many thanks....more >>


VSNET2005 - Debug: Invalid Handle
Posted by GreggMB at 12/27/2005 1:00:03 PM
Every time I try to run any project with debug (F5 and not CTRL+F5) I get error message: Title: Microsoft Visual Studio MSG: Error while trying to run project. Unable to start debugging. The binding handle is invalid. This goes with any project (just a Win-Form, no controls, no Data Cnn...more >>

VWD Express-Debugging: How to avoid debugging multiple files?
Posted by Web learner at 12/22/2005 7:08:00 PM
Under a website, I have multiple files. When I debug a single file, errors from other files is also listed even when those files are not open. How can I avoid this? I mean, how can I force debugging of just a single page on which I am actually working? Thanks/regards, VWD ...more >>

Client script debugging - embedded resource
Posted by DPNiemeyer at 12/22/2005 2:27:03 PM
Hello, Is there any way to debug client script if it is embedded in the assembly as a resource, and output to the page using WebResource.axd? Right now the debugger cannot seem to associate the source file it is compiling with the WebResource link, and a dialog pops up to browse to the source...more >>

pdb format is obsolete, Can't debug vc6 dlls. What to do?
Posted by Jerry2000 at 12/22/2005 8:15:04 AM
I have an app that is mix of new and old dll's. The old dlls are built with VC6. When I debug it with VS 2003, it debugs the old dlls. But when debug it with VS 2005, it cannot debug the old dlls and reports "PDB format is obsolete" in the module window under symbol status. Is there a ...more >>

Launching debugged app on 2nd monitor
Posted by Bit Twiddler at 12/22/2005 12:37:52 AM
Is there a way to configure which monitor my app starts on when running under the debugger? I have to grab it and move it to the 2nd monitor each and every time I start debugging... Thanks, BT ...more >>

VS2005: SQL Debugging "T-SQL execution ended without debugging. You may not have sufficient permissions to debug"
Posted by Paul Tebbutt at 12/21/2005 3:54:07 PM
Hi, I'm trying to use VS2005 to debug a stored proc on a remote server (XP Pro SP2 -> WS2003). The Windows account under which I'm running VS2005 has the sysadmin role, and this is the same account that's used for the data connection. I had to make some DCOM changes to even get this far! ...more >>

Unable to start debugging on the web server
Posted by scholty at 12/21/2005 9:28:02 AM
Hi all, I am receiving an error on a Windows 2003 Enterprise Edition server with IIS installed. SP1 is not applied since this server runs Business Objects and it is not compatible with it. We are trying to debug a web application using Visual Studio 2003 remotely. The web app is being ...more >>



Debug COM assembly (VB 2003)
Posted by Armin Zingler at 12/19/2005 1:23:01 AM
Hi, after reading the documentation, I still don't know how to debug an assembly registered for COM interop. I have a COM client (written in VB6) calling my VB 2003 COM assembly. I'd like to debug the assembly (setting breakpoints, step through etc.). Everything I tried failed. Anybody know...more >>

RPC Debugging problem
Posted by Rich Fife at 12/15/2005 6:23:18 PM
This is on Windows XP with Visual Studio .Net 2003. Tools->Options->Debugging->Native->RPC debugging is checked. I'm having some problems debugging an RPC server and was wondering if anyone here had some wisdom. Basically, I have a DMO video decoder that I'm using as an element of a transco...more >>

VS.NET 2005: Where to enter path for source code and symbols?
Posted by Fritz at 12/14/2005 12:15:11 PM
hi, being a newbie for vs.net 2005, i have 2 simple questions as i can not open the help file here...: 1) where to enter my symbol path? 2) where to enter my source path? i have to debug code from other people, but i have problems from scratch :-(. it seems that several things have cha...more >>

"Unable to start debugging" without a reason
Posted by Alois S at 12/13/2005 3:37:01 AM
Hello all, i am developing an application for a CE4.10 device with Visual Studio .NET 2003 under Windows XP. I connect to the device with ActiveSync 3.7.1. Build and deploy work, but i cannot debug. VS doesn't say ANY reason. (Debug|Start Without Debugging works, Debug|Start fails) ...more >>

Unable to Debug VS2003 Excel Application After Installing VS2005
Posted by Jie at 12/13/2005 1:56:04 AM
Hi, I read the discussions in new groups and learned to enable the web application debuging in VS2003 after installing VS2005 the currect .NET framework version must be applied in IIS. I tried this trick for my vs2003 excel application debuging problem and had no luck so far Your help is...more >>

How to identify a DIA global symbol's source object module?
Posted by Doug at 12/12/2005 2:10:42 PM
This seems like it would be very easy, but at least with .NET 2003 version of DIA I cannot walk the global enum list, pick out a global variable, and identify what source or object file it came from. I have tried the opposite of the global list: using enumsourcefiles, walk the compilands down ...more >>

Toggle Break/Continue When Exception Thrown?
Posted by Mark Olbert at 12/10/2005 10:57:14 PM
I often find myself dealing with exceptions on invoked constructors, exceptions that are handled by my code (but which I want to know about during development because they're clues to problems), etc. My basic strategy is to toggle how managed exceptions are handled when first thrown (i.e., to co...more >>

getting typeinfo and address of global symbol is slow
Posted by darkknight at 12/8/2005 11:57:39 AM
Hi I've heard that there is a speed problem with dbghelp when getting the typeinfo and address of a global symbol that doesn't exist - it can take 5 to 10 seconds. Is this a known issue and is there any way round it? TIA...more >>

Debuggin COM Libraries in Visual Studio
Posted by Jethro at 12/8/2005 11:57:20 AM
Here's some background information. I have two C#.NET projects, one called IntegrationObj and one called IntegrationBase. IntegrationObj is a class library project that will dynamically call other class libraries. (i.e. functionality inside allows a function such as callSomeMethodInDLL(str...more >>

Debugging VS2005 website using host headers
Posted by Justin at 12/6/2005 2:57:15 PM
Hi, On my local machine I have a website with host headers (www.mysite.com) I open the site in VS 2005 but when I debug I get: unable to star debugging on the web server. Logon failure: unknown user name or bad password It works fine when I debug it as http://localhost. Is it possible t...more >>

SQL Debugging
Posted by Evan Camilleri at 12/5/2005 6:51:07 PM
I have SQL 2000 on a Windows 2003 server and am try to debug SQL from my = XP PC Visual Studio 2003 but still cannot. I have installed Remote Debugging Tools on server, set some COM = security, set security on a sp, put the user as Debuggin Users in server Still no success. When I choose ...more >>

VS.NET 2003 debugging: could not load type from assembly
Posted by Scott at 12/5/2005 8:07:11 AM
I have a solution in Visual Studio 2003 that contains two projects. One project contains the UI and the other contains some backend processing. The processing assembly is reference by the first UI project. The issue is that when changes are made to the processing assembly, those changes a...more >>

Extremely slow debugging performance in VS2003 with interop
Posted by arothberg at 12/4/2005 7:08:02 PM
[Reposting with correct email alias for MSDN subscriber. See other posting in this group with the same title for additional information] microsoft.public.vsnet.debugging I am running VS2003 VC++ on the following machine: - OS Name: Microsoft Windows XP Professional - Version: 5.1.2600 Ser...more >>

can't get VS.NET 2003 to load my managed code .DMP file
Posted by Uri Dor at 12/4/2005 11:50:24 AM
Hi, I wrote a simple .NET program that attaches a simple trace listener and then crashes on a failed assert. The listener just spawns CDB to produce a minidump. (code attached) The code works as expected and I get a DMP file. But when I try loading it in VS.NET 2003, I get the following at ...more >>

Unable to start debugging ASP.NET project in VS2003
Posted by Svetoslav Vasilev at 12/1/2005 1:05:02 AM
Hi, yesterday I suddenly experienced extremely wiered behaviour from my VS 2003 environment. Had to apply a fix in one web project (urgent), which is part of 31 projects solution and I just cant make it debug yet. Despite that the day before i was debugging it tons of times. As i was doing so ...more >>


DevelopmentNow Blog