Details
-
Bug
-
Status: Resolved
-
Major
-
Resolution: Duplicate
-
1.7.4
-
None
-
None
-
Windows, Visual Studio
Description
When iterating over the list of assemblies in ObjectCreator.cs the GetTypes() call can fail with an exception if there is a load error on an assembly. Currently this exception is propagated but really does not need to be. I think a more reasonable approach is to note the error and then try the next assembly.
Attachments
Attachments
Issue Links
- is duplicated by
-
AVRO-1981 ReflectionTypeLoadException
- Resolved