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

Filter by week: 1 2 3 4 5

Unable to debug as regular user
Posted by Jacob F. at 8/31/2005 12:02:46 PM
Hello, I run Visual Studio as a regular user on my workstation and I have so far been unable to successfully debug an ASP.NET application. I'm logged in with my domain account, which is also in the VS Developer and Debugger groups, but when I go to run with debugging, I get the following m...more >>

access denied debugger error
Posted by tpv616 at 8/29/2005 8:21:01 PM
For some reason, since a few days ago, when I try to debug a standard application with Visual C++ .NET 2003 Standard, I get an error saying (paraphrased) "access denied: user is not a debugger user". I debug using the administrator account on my computer, so how come it won't let me now? I ...more >>

0XC0000022 The application failed to initialize properly
Posted by Andrew Chalk at 8/24/2005 5:23:32 PM
I get the above error when I try to start an app. on two machine, but not on other machines. The machines that fail have W2003 Server. The machines that don't have XP. Any idea what may cause this? Many thanks ...more >>

Is it possible to "Break on All Errors" in VB.NET?
Posted by Phil Galey at 8/24/2005 9:20:03 AM
The ability in VB6 to break on all errors was an essential feature for debugging. Has that feature been taken away in VB.NET? I'm using VS.NET 2002 and Framework 1.0. I have an error that NEVER occurs when I'm stepping through, but only occurs when I let the code run its course unimpeded. I...more >>

Anyone know the significance of the @ sign in .net local, auto, wa
Posted by Tim Shenton at 8/23/2005 6:47:01 AM
I'm debugging a C# program and when I view "szTNSPath" after the following line in the autos window string szTNSPath = Environment.GetEnvironmentVariable("ORACLE_HOME"); I get the result: @"c:\oracle\ora92" which is correct, but I was wondering what the "a" sign means in this context...more >>

Dbugger will hang while debuging user program
Posted by Roy Chastain at 8/22/2005 11:44:55 AM
I have a situation where I am running 2 copies of VS 2003. One copy is debugging 2 applications at the same time and the other copy is debugging a 3rd application. The 2nd application (.net remoting client) connects to the 1st application (.net remoting server) via remoting. Two way channels ...more >>

VS.net 2003 debugging issues
Posted by Roy Chastain at 8/22/2005 11:26:11 AM
I have a large solution (19 projects) that has more than 1 .exe in it. I have set the solution to be multi-start for debug. About 1 out of 5 times I hit F5 to start debugging only 1 of the 2 exes will start up. It is not consistent as to which one starts and which one does not start. If I do a ...more >>

Can not send to hotmail
Posted by DOTNET at 8/18/2005 4:11:02 PM
Hi, After setup smtp server , if the destination is hotmail.com, then they cannot receive mail at all, Why? thanks Jason ...more >>



VS.NET 2003 <cannot view Indexed property>
Posted by Jed at 8/18/2005 5:43:51 AM
Were using lots and lots of private lists that we need to debug in our application. Since we upgraded to .NET Framework 1.1 SP1 we cannot any longer debug (in VB.Net) any private collections. All we get in for example Quick Watch is a message that says: <cannot view indexed property>. To be ab...more >>

VS debugger ignores code when debugging and all variables are null
Posted by Mikael Östberg at 8/18/2005 12:00:00 AM
Hello all! I have been working on a project for some time now and yesterday, my debugger stopped working. It is a class library which I run from a Win32 test app, so no IIS involved at this point. I can still set breakpoints and when debugging the breakpoints get hit - just like it would w...more >>

Cannot Debug SQL SP in VS.Net 2003 IDE
Posted by Brad at 8/16/2005 5:29:09 PM
When I attempt to step into a remote MS SQL stored procedure from VS.NET 2003, the sp is displayed but the IDE does not stop on any break point...as if it's hung. The debug toolbar only shows the pause and stop button as active. If I click stop I get message "The program 'SQL Debugger: T-SQL...more >>

How to set breakpoints in the generated code for VS Beta2 TableAda
Posted by Tom Allen at 8/12/2005 4:58:44 PM
I set set breakpoints in the code that is generated for a TableAdapter in VS Beta 2, but the debuger never stops at them. I locate the generated source files by browsing into the dataset through the Class View. Is there a better way? What might be going wrong? Thanks! +tom...more >>

my settings have gotten messed up?
Posted by usfinecats at 8/12/2005 10:41:05 AM
I can no longer get datatips to show up when I mouse over a variable when I'm debugging. Things had been working fine for ages, but something has been clobbered. Where are the settings for this stuff? -- Gak - Finecats...more >>

"Start with direct3d debugging"
Posted by Manuel Klein at 8/12/2005 12:00:00 AM
Hi, I've already asked this in the directx.graphics group but didn't get a satisfying answer: I'm using VB.Net 2003, WinXPProf/SP2, DirectX SDK April 05. What is the menu item mentioned in the subject (menu Debug -> Direct3D) supposed to do? The only thing it does, is build the project. ...more >>

How to Debug VB6 COM from ASP.NET Web page
Posted by Steve Wonderful at 8/11/2005 9:29:02 PM
Hello: How do I debug a VB6 COM from an ASP.NET Web form in VS .NET 2003, any articles or walkthrough? I used tlbImp.exe to create an interop DLL from a VB6 COM and used by an ASP.NET page in VB.NET. In VS.NET I set a breakpoint in the code in the ASP.NET codebehind where it calls a f...more >>

Debugging with C# and VBNET
Posted by ItsMe at 8/11/2005 6:16:15 AM
Good morning, I have a solution setup that has a C# and VBNET based project. I'm able to reference classes from both projects successfully, compile them successfully. The C# project is dependent on code from the Cassini webserver and works fine until the following line of code is executed...more >>

Need help understanding dump files
Posted by randythawkins NO[at]SPAM hotmail.com at 8/10/2005 7:20:54 AM
I've gotten a Dr. Watson crash dump file from an end user of my app. I've loaded it in Visual Studio 7 and "Ran" it. The modules window says "No matching binary found" for my app. I do have the app in that same path on my machine - it is the same version as what the user was running. Why do I...more >>

Remote debugging problem
Posted by Neil Mercer at 8/9/2005 3:58:02 PM
Hi, I've just changed machines from a Windows XP SP1 machine to a Windows XP SP2 machine, and I'm no longer able to remote debug an VS2003 ASP.NET application. I get the error "Unable to start debugger: Access is denied". Debugging works fine from the old machine - both are logged in as t...more >>

DLL not found
Posted by Ian Lazarus at 8/8/2005 7:52:45 PM
(Visual C++ .NET 2003) Greetings, When debugging an EXE which references a DLL, the DLL is not found. The DLL is located in a directory different from the one the EXE is in. The working directory property for the EXE project is set to the DLL directory, but the system still says that it ...more >>

JIT Debugging Failure (Class Not Registered)
Posted by JohnnyMalaria at 8/8/2005 11:50:44 AM
Hello, I have written a dll (a DirectX Media Object - a COM object) that behaves as expected when it is run from an application launched from within VS 2003 .NET (i.e., Debug->Start). However, if I run it outside of VS (or use Debug->Start Without Debugging), it generates an exception and ...more >>

VS2005 debugging and custom expression evaluators
Posted by Simon Ellis at 8/8/2005 2:50:05 AM
As I understand it, VS2005 is entirely 32-bit on a 64-bit platform. I have my own debugger expression evaluator which is registered using the usual SetEEMetric and works fine on 32-bit platforms. Should I expect this to work without change on a 64-bit platform? The reason I ask is because curr...more >>

Unable to debug Office and Visio addin after installing VS.NET 2005 Beta2
Posted by Niranjan Marathe at 8/5/2005 12:00:00 AM
Hi All, I have installed VS.NET 2005 Beta2 (Professional Edition) on my laptop which was having VS.NET 2003 installed and working fine. After installing VS.NET 2005 beta 2, i am not able to debug my office and visio addins in VS.NET 2003. When I try to attach to Excel/Visio process using VS...more >>

Problem with PostMessage and WndProc
Posted by mike2036 at 8/4/2005 3:42:03 PM
When I try to perform a PostMessage using a windows handle tied to a form, in the debugging environment I get a ERROR_INVALID_WINDOW_HANDLE error but this doesn't happen when I run outside the debugging environment. Why would this happen? It's very strange. I'm executing the PostMessage fro...more >>

debugger doesn't stop at breakpoint while debugging SQLCLR functio
Posted by Amit at 8/3/2005 7:16:25 AM
Hi, I have created one simple SQL Server 2005 CLR function in Visual Studio 2005 beta 2. It works fine from SQL Server 2005 management studio April CTP. When I try to debug this SQL CLR function from Visual Studio 2005, I am getting the output in Output window along with debug information bu...more >>

how can I create minidumps of second chance exceptions in .NET 1.1 managed code?
Posted by Uri Dor at 8/2/2005 8:58:52 AM
(any chance my previous message was removed from the group? can't see it, so I'm resending) Hello, everyone, I've written a test Windows Forms (.NET 1.1) app, with the following event: private void Form1_Load(object sender, System.EventArgs e) { int i = 0; ...more >>

Winforms button: Difference between mouse and keyboard
Posted by Armin Zingler at 8/2/2005 12:00:00 AM
Hi, in a new WindowsApplication, an exception is thrown in a button's click event. The button is the form's 'AcceptButton'. If you click the button using the mouse, the IDE stopps at the line "Throw new exception". If the button is "clicked" by pressing <enter>, it stopps somewhere else. There...more >>

How do I install "Machine Debugger Manager"?
Posted by pduncan at 8/1/2005 1:26:56 PM
Hi, The service "Machine Debugger Manager" isn't on remote server. I need it to debug remotely. Any way to get it on there or enable it? Thanks, Paul ...more >>


DevelopmentNow Blog