I've been working with Application.LoadComponent quite a bit recently, and it has a very annoying behavior of failing sielntly on bad input. I've observed this both for uri's pointing to something that doesn't exist, but it may also occur for bad xaml, since
I have no way to know if it doesn't find the item, or if it finds it but fails during loading. Either way the LoadComponent call appears to succeed.
Silent failures are bugs IMHO, so I'm reporting this here.
Thanks,
-Dan