Hello All,
I've created a sample WinForms application where I upload a dll (present in my local machine).
I just need to read the public types (classes) defined in the assembly. So I've used the ExportedTypes property.
When the dependant dlls are present in my machine, I'm able to read the public types of the assembly using the ExportedTypes property.But when the dependant dlls are not available in my machine, I get the following error:
"Unable to load one or more of the requested types. Retrieve the LoaderExceptions property for more information."
Please let me know how to overcome this problem even when the dependant dlls are missing.
NOTE: When the same dll, is looked upon using ILDASM.exe we are able to view its classes, even when the dependant dlls are not present.
Thanks, Satish Bommideni "Success usually comes to those who are too busy to be looking for it."