Re: [Ikvm-developers] Dynamic loading woes (again)
Brought to you by:
jfrijters
|
From: Michael K. <mi...@sa...> - 2007-02-09 20:47:35
|
>
> It's the type name including the assembly name. The easiest
> way to get it is by writing a small C# app:
>
> using System;
>
> class Test
> {
> static void Main()
> {
>
> Console.WriteLine(typeof(com.saxonica.validate.SchemaAwareConf
> iguration).AssemblyQualifiedName));
> }
> }
>
Just to let you know this is now working - thanks for your help. The only
thing left is to work out how to automate the process when the qualified
name changes.
Michael Kay
http://www.saxonica.com/
|