VSA Scripting problem with the set Moniker

  • Thread starter Thread starter Thraka
  • Start date Start date
T

Thraka

I'm having a problem with the moniker. If I destroy my
object that implements the IVsaEngine interface, (VB:
engine = nothing) it does not release the moniker for use
by another engine. I have to physically close the running
program and have it reopen for that moniker to be
available again. How can I fix this? Thanks!
 
-----Original Message-----
I'm having a problem with the moniker. If I destroy my
object that implements the IVsaEngine interface, (VB:
engine = nothing) it does not release the moniker for use
by another engine. I have to physically close the running
program and have it reopen for that moniker to be
available again. How can I fix this? Thanks!


.

ALSO! This is new from the 1.1 of the framework, compiled
on the 1.0 this was not an issue. We have just put a
random number (1-10000) as a string on the end of the
moniker anytime the engine is created to assure it's
random. This is NOT a fix I would like to keep. Thanks!
 
Back
Top