G
Guest
I have a COM DLL which I am using in an ASP.NET application, and I need to
debug into it, but I can't step into the COM DLL code from Visual Studio 2005
IDE. I found
this article, http://support.microsoft.com/?kbid=811658, from the internet,
but it doesn't seem to work.
First of all, there is no aspnet_wp.exe; the closest thing I can find is
WebDev.WebServer.exe, which is described with "ASP.NET Development Server"
with Port 3227. So, I've tried attaching to this process, but I can't step
into it.
When I open the VB code file, it doesn't allow me to set the break point,
contrary to what the article states.
Help!
debug into it, but I can't step into the COM DLL code from Visual Studio 2005
IDE. I found
this article, http://support.microsoft.com/?kbid=811658, from the internet,
but it doesn't seem to work.
First of all, there is no aspnet_wp.exe; the closest thing I can find is
WebDev.WebServer.exe, which is described with "ASP.NET Development Server"
with Port 3227. So, I've tried attaching to this process, but I can't step
into it.
When I open the VB code file, it doesn't allow me to set the break point,
contrary to what the article states.
Help!