Debugging error

drdexter33

New member
Joined
Sep 12, 2004
Messages
2
Programming Experience
3-5
[font=verdana, arial, helvetica]Hello.

I'm having difficulty debugging a windows control embedded in an ASP.Net page.


I added the control project to an existing web project, and set the the control project to be the startup project.

I go through the following steps to set up debugging on the project:

[/font][font=verdana, arial, helvetica]1). Project->Control Properties->Debugging

Start Action
Start Project Radio Button is selected


2). Tools->Debug Processes

iexplorer.exe is selected.
Attach button is clicked.

3). Attach to process window
Common Language Runtime check box is checked
Script check box is checked

Unable to attach to the process error is fired.
--------------------------------------------------------------------------

HERE'S A HYPERLINK to the screenshots of the steps:
www.dougdexter.com/debug.doc
[/font]
 
Last edited:
Back
Top