[Mono-devel-list] Assembly.Load() doesn't work with the GAC?

Gustav Schauwecker gustav-w-s at online.de
Tue May 4 03:20:47 EDT 2004


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



More information about the Mono-devel-list mailing list