Skip to content

Assistant fails when a project closes and it tries to close its VI references.

When switching projects and the previous project is closed, then the references become invalid and the assistant tries to close.

We could either, detect project closing, or just ignore the errors.

The first solution would require a monitor (event from bookmarks trick), and it would be expensive while the second solution is just ignoring errors coming from the close reference.