Simultaneous Debug for Server and Calling Application

Simultaneous Debug for Server and Calling Application

VB4 not only allows you to create OLE Automation servers, butto debug the server and the calling application simultaneously.If you want to create a remote OLE server, set the Instancingproperty of the class modules to Creatable SingleUse. This willmake debugging more interesting.

Each time you call that class, the calling application will tryto create another instance (process) of that server. The serveris running in design mode, and VB will not start another copyof itself and load the server app again. The solution is to temporarilyset the instancing of the class modules to Creatable MultiUsefor testing purposes. Don’t forget to set the instancing backto SingleUse before compiling the OLE server.

Share the Post:
data observability

Data Observability Explained

Data is the lifeblood of any successful business, as it is the driving force behind critical decision-making, insight generation, and strategic development. However, due to its intricate nature, ensuring the

Heading photo, Metadata.

What is Metadata?

What is metadata? Well, It’s an odd concept to wrap your head around. Metadata is essentially the secondary layer of data that tracks details about the “regular” data. The regular