How To Debug a Visual Basic Component Invoked Through the RDS.Dataspace (247271)
The information in this article applies to:
- Microsoft Data Access Components 1.5
- Microsoft Data Access Components 2.0
- Microsoft Data Access Components 2.1
- Microsoft Data Access Components 2.1 (GA)
- Microsoft Data Access Components 2.1 SP1
- Microsoft Data Access Components 2.1 SP2
This article was previously published under Q247271 SUMMARY
Using Remote Data Services (RDS), specifically the RDS.Dataspace object, you can invoke remote business objects residing on a Web server running Internet Information Server (IIS). When these components are instantiated through the RDS.Dataspace object, the remote Visual Basic (VB) ActiveX DLL is loaded and runs within the IIS process space (Inetinfo.exe) on the Web server. When developing components that are invoked through the RDS.Dataspace, you may need to debug these components while they are running under IIS. Do this by compiling the Visual Basic ActiveX DLL with symbolic debug information, then attaching to the IIS process with Visual C++ and debugging the compiled DLL code. This article discusses the specific steps necessary to do this.
REFERENCESFor additional information, click the article numbers below
to view the articles in the Microsoft Knowledge Base:
166275 How To Debug a Native Code Visual Basic Component in VC++
193133 How To Compile VB Programs with Debug Symbols Embedded
191741 INFO: RDS Registry/Security Settings For Custom Business Objects
166277 How To Create a VB Component that Returns a Recordset in RDS
Modification Type: | Minor | Last Reviewed: | 7/1/2004 |
---|
Keywords: | kbhowto KB247271 |
---|
|