Type Access -
07-16-2003
, 10:47 AM
Hope someone can help.
I have 2 instances of the VSA VB Scripting engine running
in a .NET APP and all is working just fine. However, I
would like to access some types defined in one script
from the other script. I have tried adding a reference
of the 'parent' script to the 'child' script using
the .Assembly.codebase property on the parents engine,
which works i.e. no exception is raised. I can reflect
through the parent Assembly and see all the objects etc.
but I get errors when I try to use them in the child
script.
Clear as mud but any ideas would be helpfull.
Regards
J |