Visual Studio 2003 'debug processes' fails to see NET running in the IIS worker process (w3wp)
- From: ToadLurker <mattref@xxxxxxxxx>
- Date: Wed, 12 Dec 2007 11:06:49 -0800 (PST)
Usually, to debug my .NET dll, I typically just run my web application
until the DLL in question is invoked - at which point I can just
attach to it via Visual Studio .Net, and debug it. Two weeks ago I ran
into a problem where Visual Studio would fail to recognize that the
NET code is even associated to the IIS process - w3wp.exe. I have
checked with Process Explorer, and the .NET DLL is correctly
associated to the w3wp process - yet Visual Studio still fails to
recognize this fact. It sees w3wp, but only shows 'Win32' in the Type
column.
I have managed to reproduce this rather strange behavior on two
seperate machines, both running Windows 2003, and VS.net 2003. Both
systems were previously always used for development - I'm a little
puzzled as to why this started happening all of a sudden. I was away
from that code for a few months, so I'm thinking maybe this could be
the doing of a Microsoft update. Yet, on the second machine, it was
originally working (today - it actually saw NET running in w3wp) - and
without updating or anything, I rebuilt a few of my projects and the
next time I tried to debug, it didn't see .NET. In fact, on the second
machine, it hasn't recognized NET running in that process since that
time.
Has anyone else seen this behavior before? I don't necessarily NEED to
debug, but it would certainly make my job a little easier to have it
work again.
Any help is appreciated.
.
- Prev by Date: Clickonce file association
- Next by Date: RE: Win32Exception while getting a process handle?!
- Previous by thread: Clickonce file association
- Next by thread: Re: bold command in excel 2003
- Index(es):
Relevant Pages
|