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 > september 2003 > threads for september 1 - 7, 2003

Filter by week: 1 2 3 4 5

Breakpoints stopped working
Posted by JohnW at 9/7/2003 6:28:30 AM
The debugger was working fine and stopping on the breakpoints. After buiding the solution, running in debug mode would no longer stop at the breakpoints. What could I have done?...more >>

web.config and the customErrors setting
Posted by Larry at 9/6/2003 4:43:02 PM
I can't seem to get this to work. I want to be able to see the error message on my remote dev. system but the only thing I get is the message saying I need to change the web.config file in the root. I've checked and all the web.config files have their customErrors parameter set to "Off" b...more >>

Problems attaching debugger from AddIn
Posted by Craig Jorasch at 9/6/2003 11:16:53 AM
I am trying to attach the debugger to an external process that I launch from an AddIn. The process launches and I use EnvDTE.Process.Attach() to try to attach to it. At this point the external process locks up and Visual Studio indicates that it is waiting for the process to be initializ...more >>

Thread.Suspend causes 100% CPU usage while running inside VS.NET
Posted by Miha Markic at 9/6/2003 8:37:06 AM
Hi, I've found a strange problem regarding VS.NET and Thread in suspended state. Create a thread, start it and make it suspended. Then try Debug.WriteLine method from main thread - it will start 100% CPU usage while not blocking the main thread. Code is below (create a from with two buttons...more >>

ISOLATION_AWARE_ENABLED and remote debugging
Posted by SoftLion at 9/5/2003 3:02:01 PM
The remote process does not start when my DLL is compiled with ISOLATION_AWARE_ENABLED defined (in stdafx.h) and an error message is displayed in the remote debugger console. I use: msvcmon.exe -tcpip on a Windows 98 And I need #define ISOLATION_AWARE_ENABLED 1 for XP Visual Styles. B...more >>

DTE, want to hook in like Intellisense
Posted by Rob Mayo at 9/3/2003 9:41:16 AM
I'm developing an add-in. Is there some series of events that I can hook into that will let me know the non-compiled interface has changed. I want to be able to update my add-in as the user types. For example, if the user types in: Public Function Foo() as Integer End Function I want my ad...more >>

JIT Error (when an exception is thrown nothing happens)
Posted by doconnor NO[at]SPAM innerworkings.com at 9/3/2003 6:38:23 AM
This is a really strange one. We have a large application written in visual basic .net. The problem is when an un-handled exception is thrown nothing happens. If I put a break point on the line that I know should cause an exception and step into it, the code ceases to run. The application run...more >>

unable to start debugging web server
Posted by John A Grandy at 9/2/2003 1:10:36 PM
"Error while trying to run project: Unable to start debugging on the web server. The project is not configured to be debugged." I've read the Help. I edited the default web.config file in my project dir under \inetpub\wwwroot\ to include <compilation defaultLanguage="vb" debug="true"> Help ...more >>



IMPORTANT NEED HELP
Posted by chavi at 9/2/2003 5:01:39 AM
Hi all I m work in a client-server app. and i need to finish do that the client (windows me) can´t close with Alt+Ctrl+Sup (the same iin VB6 app.taskbar=false) Please i need an example i need it please thanks to all ...more >>

Debugger not start automatically
Posted by Othman at 9/1/2003 12:29:02 PM
When I´m running VS ASP Project, debugger not connect automatically to aspnet_wp.exe process. When I connect to the process manualy, everything work fine, on client side and on server side. But I need the debugger attaches automatically. Anybody have ideas? Thanks for help... ...more >>


DevelopmentNow Blog