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 > february 2004

Filter by week: 1 2 3 4

.htc client script debugging
Posted by tr at 2/28/2004 6:55:35 PM
How do I set breakpoints in my .htc files and debug them with VS .NET 2003? I can't get this to work....more >>

Set breakpoints on api calls
Posted by George L. at 2/27/2004 6:34:28 PM
Hello! , Is there a way to set a breakpoint in an api call? (ex: user32!messageboxA) I use VS.NET 2003 and i am trying to debug an app with no debug information, in assembly. Thanx , George ...more >>

JIT error 0x800405a6 - any ideas?
Posted by tmh NO[at]SPAM nodomain.org at 2/27/2004 2:46:33 PM
I can't debug any more... one minute I could debug my software, then I recompiled it and started getting JIT error 0x800405a6. Nothing changed in the interim (about 30 seconds... so I'd remember if I changed anything). MSDN says this error is because there's nobody logged into the console, b...more >>

Should I reference class libraries in \bin\Debug or in \obj\Debug
Posted by John Lau at 2/27/2004 8:59:46 AM
Hi, In my VS.NET applications, I've always referenced class libraries in the external project's \bin\Debug folder. Lately, I've notices that some Microsoft samples reference class libraries in the external project's \obj\Debug folder. I haven't noticed any obvious difference between refere...more >>

VS.NET 2003 BUG. PLEASE HELP
Posted by Mat at 2/26/2004 4:40:58 PM
Sometime i get randoms errors while compiling a project. if i restart IDE, the problem disappear but i am tired to always restart = IDE. errors are : "variable A is not declared" , but the variable A is = declared or class myclass doesn't have constructor but the class myclass has 5 = co...more >>

<cannot view indexed property> Poor debugging for VB.Net in VS.Net 2003
Posted by hypomite at 2/26/2004 12:47:42 PM
I am having an extremely difficult time debugging my VB.NET apps in VS.Net 2003 (I never had a problem in VS.Net 2002). Every time i try and drill down into collections i am prevented from expanding nodes by a "<cannot view indexed property>" value. I encounter this on all sorts of collections ...more >>

debug button missing from errror reporting window
Posted by WaSyL at 2/26/2004 12:14:38 PM
Hello, I have NT Service (running on LocalSystem account) that uses __debugbreak() call to attach debugger. I am using VS.NET 2003 and Win2K3. After __debugbreak() I usually got window that had Debug and Close buttons as well as text 'For more information about this error, click here'. Unfortu...more >>

JIT Debugging failed with the following error: acces denied
Posted by erin.sebastian NO[at]SPAM cowaninsurancegroup.com at 2/26/2004 11:18:48 AM
Hi All, I am really frustrated right now with .NET giving me problems that seem to come from no where. I have been working on a C# windows app for the past 2 months and have had no problems debugging. All of a sudden with no explaination i try to run the project and i get the error "JIT Debug...more >>



Set VS as default Debugger
Posted by Con at 2/25/2004 6:06:47 PM
I have install VS 2003 on my machine and I am unable to make it the default debug processor ? I am running XP Pro with all the service packs, and am very confused. ...more >>

crash reports for release versions
Posted by someuser91 NO[at]SPAM yahoo.com at 2/25/2004 5:14:46 PM
Does anyone know a library that can generate crash reports with trace and system information? Then there should be a tool (at the developer's site) that can find the source files of the crashed program and display the call stack information. This tool should keep the debug symbol and all prod...more >>

Failed Policy Check
Posted by Bob at 2/25/2004 1:26:08 PM
Need some help. I had remote debug working fine on native code for C++ using pipes. I wanted to convert/all some of the CLR to my project. So I changed my project settings to compile for managed code. I followed the steps for installing the full debug tools. I had my admin guy add my account...more >>

Inappropriate Debugger
Posted by ae at 2/22/2004 8:01:09 PM
Why am I not able to use the debugger correctly? I press F11 and it works fine up until my main form comes up. At that point, if I press a Command button, it executes without letting me see the steps Help ! ! !, and thanks in advance....more >>

Unable to debug asp.net applications
Posted by Bob Smith at 2/22/2004 12:07:51 PM
Scenario: When attempting to run an asp.net app without debugging I get the below message: The application consists of a text box and a button only. If I click start I receive the following: "Error while trying to run project: unable to start debugging on the web server. Server side-error...more >>

Unable to detach from windows services on remote machine
Posted by Donald Xie at 2/20/2004 10:04:29 AM
Hi, When I debug a Windows Service running on a Win2003 server on the same domain, I can attach to the process and debug through it just fine. However, so far I've been unable to detach from it, i.e., the Detach button is disabled and selecting "Detach from this process" from the "When debu...more >>

Browse info for visual basic .net
Posted by trojan NO[at]SPAM dis.cc at 2/19/2004 2:56:06 AM
Hi Could any one tell me how can I produce browse info for vb .net like vc++ I would like to get a call reference for all the source codes of the solution Best regards Michael...more >>

VS.NET 2003 debugger hangs
Posted by Mike Litzkow at 2/17/2004 9:21:09 AM
About a month ago my VS debugger started hanging when trying to start a debugging session. This happens maybe one out of every 6 10 12 sessions. Otherwise, it works fine. After killing a hung session, killing the hung app, restarting VS, and doing a "Start without debugging", then I can start a n...more >>

Web server debugging
Posted by Bevo at 2/17/2004 6:46:12 AM
I try to run my ASP.NET web app in debug mode (F5) on my new pc. I get this exception: 'Unable to start debugging on the web server. The project is not configured to be debugged. Running F5 on my old pc was no problem. Could anyone tell me what setting I have to do to get rid of this Bevo...more >>

quickwatch showing integers in hex
Posted by John A Grandy at 2/15/2004 7:33:18 PM
in vb.net debug mode, i find that quickwatch (hold cursor over variable name) for integers variables is displaying the value in hex (example = "&H8354") ... how to display in base10 ? ...more >>

debugger won't step through SQL stored procedures
Posted by dh at 2/15/2004 5:11:06 PM
I have read all the posts, read "Setting up SQl Debugging", KBA 316549, KBA 817178 and KBA 815116, and still no luck. I have verified th mssdi98.ddll file, ran 'exec sp_sdidebug legacy_on", disabled the connection pooling (KBA- 815116), tried both windows integrated security and sql security, and c...more >>

That sucks...
Posted by C# Learner at 2/13/2004 12:25:35 PM
Just to add more misery, I can't even access .NET framework documentation from within the IDE unless I run the IDE as administrator! When are Microsoft gonna learn that some of us *do* care about security?! Jeez......more >>

Cannot Debug
Posted by C# Learner at 2/13/2004 11:57:27 AM
I've just purchased VC# Standard Edition 2003 and have a problem. I'm running as a limited user and cannot debug applications from within the IDE. I get the following error message: "Error while trying to run project: Unable to start debugging. Access is denied. Verify that you are an ...more >>

Debug problem with VS 7.1
Posted by soniavdas NO[at]SPAM yahoo.com at 2/11/2004 4:41:07 PM
Hi, I have a dll created in VS 6.0. I made some changes to it and built in VS 6.0. Now I want to debug this dll in VS 7.1 because dll which calls is built in VS 7.1. Is this possible? I am having some problem because VS 7.1 is not loading the right source files. So I want to know if VS 7.1 ...more >>

Very slow debugging
Posted by Rory Driscoll at 2/10/2004 3:16:47 PM
Hi, We're working on a large project with many libraries, but just recently the debugger seems to have become very very slow. The debug output in comes usually at a line a time (very slowly), but I can't tell where the bottleneck is. I remember we used to see this in Visual Studio 6 when it m...more >>

debug point not hit in the second file with the same name
Posted by Yu at 2/10/2004 7:11:05 AM
I have an ASP project which has two files both called main.aspx( the corresponding code behind are main.aspx.cs), and when I try to set the break point in the second main.aspx.cs file , vs.net always directs me to the first main.aspx.cs file(it's physically located in the directory that appears ahea...more >>

No Symbols loaded for this document
Posted by John Sivilla at 2/10/2004 6:36:05 AM
I am trying to debug a class .dll from a windows form project I have loaded both the code for the class and the client windows form app into one solution, and I have referenced the project of the class in my client I put a break point in the class, but when I run the app, it turns to a ? with the ...more >>

Option Explicit/Option Strict - why optional?
Posted by VB.NET Student at 2/9/2004 10:46:07 PM
Why are Option Explicit and Option Strict optional? Why aren't they automatically a part of the code?...more >>

debugging users group
Posted by Troy at 2/9/2004 9:55:50 PM
I seemed to have lost the debuggers users group from my windows installation. I (obviously) need this to debug solutions on my machine - is there a way to get this back without re-installing visual studio.net? Will running the .NET framework SDK (re-installation) add this group back? Is...more >>

Debuggin Stored Procedures.
Posted by Dan at 2/6/2004 7:06:05 PM
Why dont I have the option to debug Stored Procedures (i.e. step through them and set break points) in my version of VS.NET 2003.. I am using the version that is given out to Colleges for students through msdnaa. I was under the impression that we received a version with all the abilities as the E...more >>

ASP.NET remote debugging problem
Posted by aussie ben at 2/5/2004 9:41:05 PM
Hi there My manager has asked me to setup a dev environment for ASP.NET apps. I am having a load of problems. I think this is probably caused by the fact that our Web servers and file servers are in different domains. However, I work for a government department, and this is not easily changed, (fr...more >>

After HD Defragment, VS2003 gets totally slow
Posted by Jurgen at 2/5/2004 6:31:06 PM
Initially I had a very slow respond in debugging But just yesterday after I defrag my harddisk and restart my computer I figure out that loading a project is extremely slow an even I type 1 character in the code-behind, it will take 15 seconds to respond What kind of bug is this? or is it somet...more >>

Can Microsoft tell us whether there is a bug in DEBUGGING VS2003?
Posted by Jurgen at 2/5/2004 5:36:06 PM
I had been posting on my issue on the Thread "Bug? managed-code debugging not working." and thankfully, Habib (MSFT) had tried to solve my issue But, we are currently doing a small project (ASP.NET with C#) and in fact in latest stage of a project which we need desperately to debug it And yet, ...more >>

Debugger hangs in VS.Net 2003
Posted by Mike Litzkow at 2/5/2004 9:51:05 AM
I'm building a Windows Forms project that utilizes a Windows Control Library. Both projects are defined within the same Solution. Sometime when I click "Debug", the VisualStudio application hangs and my CPU load goes to 100%. I find the debugged application has started, but is not using any CPU. ...more >>

"The process cannot access the file because it is being used by another process"
Posted by Earth Worm Jim at 2/4/2004 6:26:14 PM
I am using VS.Net 2003 on Windows 2003 Server (standard edition) and I am getting "The process cannot access the file because it is being used by another process" on DLL's in a VS.Net solution. I have made sure all the dependancies and the build order is correct but the actually instance of VS...more >>

VB.Net ListView SelectedIndex
Posted by Tony at 2/4/2004 3:06:06 PM
What is the index property for the VB.Net ListView Control? Exp. Listview1.SelectedIndex Tony...more >>

how to analyze this dump? aspnet process hang
Posted by turinreza at 2/2/2004 12:11:08 PM
the threads states are at http://www.csua.berkeley.edu/~turin/dumpfile.htm just view source on it my aspnet process hangs and deadlocks for 180 seconds.. any help would be appreciated. thanks turin ...more >>

Debugging "No such inerface supported"
Posted by ROrs47 at 2/1/2004 10:34:25 PM
Platform: Local IIS 6, WIN2K, .NET Dev Environment 2003 v 7.1.3088, .NET Framework v 1.1.432 I have been searching for hours to try and find a solution to this problem I am experiencing I have been working on my machine for about two months now, debugging has been working fine etc.. this morning ...more >>

Exceptions every OTHER time I start debugger.
Posted by anonymous NO[at]SPAM discussions.microsoft.com at 2/1/2004 9:54:39 AM
I get a series of UnauthorizedAccessExceptions every OTHER time I start the debugger on several of my web forms projects now. The exception is when the debugger atttemps to access the just compiled DLLs and PDB files. In order to debug, I must stop the debugger and launch it again. In o...more >>

Drawing error,Help!Help!Help!
Posted by zengou at 2/1/2004 7:01:07 AM
My application have many picturebox objects,when run it, sometimes I will have a strange error,how to work out,help me please(In Windows98,the error cause frequently than in WindowsXP): System.InvalidOperationExceptionSystem.InvalidOperationException: The object is currently in use elsewhere. ...more >>


DevelopmentNow Blog