Hi All,
I have an exact same problem of this little old topic.
When file is renewed it appears an old display-conduit object.
I tried some method with file closing event.
private oid OnCloseDocument(object sender, DocumentEventArgs e)
{
DisplayConduit-instance.Enabled = false;
}
and
private oid OnCloseDocument(object sender, DocumentEventArgs e)
{
DisplayConduit-instance = null;
}
Both cannot solve problem.
Could anyone please let me know which method should I use for clearing old display-conduit object?
Thank you
Kato