How to release a Visio Drawing control?

B

Balaji Krishnasamy

I use Visio Drawing Control in my application (C#).

Also I refer to the drawing control's application object in a Visio Addon
written in VB6.0 - using GetObject(,"Visio.Application"). But I'm not
explicitly releasing the reference obtained.

Will this reference cause the Visio application object to be in Global
Running Object Table even if I destroy the Visio Drawing control and close my
C# application (that actually loaded the Visio Drawing Control)?

Should I explicitly release the reference made in the addon? Pls help me
regd this.
 
Top