Hello Zach,
> it contains 1 System.TypeLoadException that simply states "Could not load
> type {myType} from Assembly {myAssembly}" etc. The Types array contains 1
> RunTime type that contains a reference to a windows form that is a public
> member of my Assembly - which is why I bring the question to you.
Actually, this might be a problem, if one of those Windows Form types
contain a static constructor, and this constructor, in turn, attempts some
interaction with the desktop. You might want to examine the InnerException
property of the TypeLoadException you get - it might indicate the real
underlying problem.
> Hello!
>
[quoted text clipped - 27 lines]
>
> Zach