Article ID: 200998 - Last Review: July 1, 2004 - Revision: 2.2 How To Debug a Visual Basic DLL from Visual InterDevThis article was previously published under Q200998 On This PageSUMMARY
This article demonstrates how to debug a Visual Basic ActiveX dynamic-link library (DLL) using Visual InterDev 6.0 or later.
MORE INFORMATION
The Component Object Model (COM) DLL needs to be registered on the computer that is creating the object (through Server.CreateObject).
Step-by-Step Example
If the DLL is already loaded, you must restart IIS before you can debug the DLL, or you cannot stop on breakpoints. To restart IIS 4.0, type the following commands at a command prompt: Net Stop IISAdmin /y
To restart IIS 5.0, type the following command at a command prompt:
MTXSTOP Net Start W3SVC iisreset REFERENCESFor additional information%1, click the article numbers below
to view the articles in the Microsoft Knowledge Base:
198432
(http://support.microsoft.com/kb/198432/EN-US/
)
PRB: Server Object Error 'ASP 0178' Instantiating COM Object
259725
(http://support.microsoft.com/kb/259725/EN-US/
)
PRB: Error When You Debug COM+ in the VB IDE with ASP Client
244272
(http://support.microsoft.com/kb/244272/EN-US/
)
INFO: Visual InterDev 6.0 Debugging Resources
| Article Translations
|

Back to the top
