Is Assembly.Load able to load Assemblies from the GAC? The following program
throws a FileNotFoundException:
using System.Reflection;
class AssemblyTest {
public static void Main()
{
Assembly.Load("ByteFX.Data");
}
}
Software used: mono-0.91
Gustl
--
ICQ#: 49043936