Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations strongm on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Debugging an ActiveX DLL from ASP

Status
Not open for further replies.
Jan 10, 2005
30
US
I have an ASP application that uses an ActiveX DLL. As I'm debugging the ASP app, I would like to jump to the ActiveX DLL's code to debug it when I get to the line that references the DLL using the CreateServerObject command. How can I do this? I have the DLL and the sourcecode for the DLL on my computer.

Thanks
M

 
I'm not certain that this will work but, assuming that your computer is also the web server, did you try opening the ActiveX DLL project in VB and setting it to RUN before hitting the web page for the first time? This is the way that you debug a DLL called by a normal executable.
 
Assuming that you are using Visual InterDev 6.0 and Visual Basic 6.0, you may try these two articles from MS KB.

------------------------------------------------------------------------------------------------------------------------
If you don't have a sense of humor, you probably don't have any sense at all.
- Anonymous
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top