M
marko
I'm loading assembly with reflection as the following:
System.Reflection.Assembly assPlugin =
System.Reflection.Assembly.LoadFrom(sFile);
then: Type[] tpePluginTypes = assPlugin.GetTypes();
but this statement always Exception: System.TypeLoadException
thanks
msk
System.Reflection.Assembly assPlugin =
System.Reflection.Assembly.LoadFrom(sFile);
then: Type[] tpePluginTypes = assPlugin.GetTypes();
but this statement always Exception: System.TypeLoadException
thanks
msk