In den Code hatte ich schon geschaut aber nix gefunden was mir weitergeholfen hat.
Hab das Problem jetzt allerdings behoben.
Es lag nicht daran wie die Assemblies geladen wurden, sondern dass meinen CustomControls das hier gefehlt hat:
Code:
static MyControl()
{
DefaultStyleKeyProperty.OverrideMetadata(typeof(MyControl), new FrameworkPropertyMetadata(typeof(MyControl)));
}
Ich weiß zwar trotzdem nicht warum es dann mit LoadFrom geht und mit Load nicht, aber das unterliegende Problem war wohl das da.
Michael
"Programmers talk about software development on weekends, vacations, and over meals not because they lack imagination,
but because their imagination reveals worlds that others cannot see."