Silverlight Child Window Problem

decaydecay Posts: 3
edited July 22, 2011 9:57AM in SmartAssembly
Hi
I use SmartAssembly for my Silverlight Project (with embedded Library). Everything works fine except of the ChildWindows i use. However i got several error like:

Message: Unhandled Error in Silverlight Application The type 'FormatConverter' was not found because 'clr-namespace:Namespace.Framework.Silverlight;assembly=AddonConfigurationSilverlightClassLibrary' is an unknown namespace. [Line: 7 Position: 42] at System.Windows.Application.LoadComponent(Object component, Uri resourceLocator)

or

Message: Unhandled Error in Silverlight Application Failed to assign to property 'System.Windows.Controls.Primitives.ButtonBase.Click'. [Line: 14 Position: 54] at System.Windows.Application.LoadComponent(Object component, Uri resourceLocator)

If i turn off obfuscation for this project everything works again. I'm aware of the funktionality to turn obfuscation off for certain classes but this would be a never ending story. Its strange because i only get this error in childwindow context.

Is this a bug? Anything i can do?

Kind regards

Comments

Sign In or Register to comment.