Whidbey Version: Visual Studio 2005 Beta
I want to Assembly.ReflectionOnlyLoad() an assembly that has classes
decorated with custom attributes from another assembly. Since
Assembly.ReflectionOnlyLoad() does not load depended assemblies,
Type.ReflectionOnlyGetType() fails. Loading the depended assembly first does
not work too. Is there a workaround for this?
Sean
Junfeng Zhang[MSFT] - 10 Aug 2004 20:35 GMT
You have to use ReflectionOnly* to load the dependencies as well. It should
work.

Signature
Junfeng Zhang
http://blogs.msdn.com/junfeng
This posting is provided "AS IS" with no warranties, and confers no rights.
> Whidbey Version: Visual Studio 2005 Beta
>
[quoted text clipped - 5 lines]
>
> Sean