I have a problem with my application where I load a list of assemblies (Assembly.LoadFrom) from a path (\ \ RemoteServerDir ...) and when I try to retrieve all types of each assemblies i get errors when calling assembly.GetTypes () method.
The message that i have is "ReflectionTypeLoadException: Unable to load one or more of the Requested types (LoaderExceptions)".
Does someone has an idea to solve this? For information, this application is running in distributed mode who i have this probleme but in local mode it works well.
Thank you.