Hi,
When I add a reference to the Microsoft.VisualBasic.Vsa.VsaEngine and I call
the Run method, a Microsoft.Vsa.VsaException is thrown, with errorcode
BadAssembly.
Before I call the Run method, the Compile method is called and wend well (no
exception or compile error).
What could be wrong?
Thanks,
Perry
Perry van Kuppeveld - 20 Sep 2004 08:53 GMT
Found it,
There was a collision between the engine RootNamespace and the namespace
used in the added reference.
Perry