Unable to view ChildWindows in Silverlight

Posted by Doug Nelson on Stack Overflow See other posts from Stack Overflow or by Doug Nelson
Published on 2010-03-31T15:40:55Z Indexed on 2010/03/31 15:43 UTC
Read the original article Hit count: 305

So here is the deal. I have created a silverlight dll that contains two ChildWindow dialogs. These dialogs are self contained with a WCF service reference. I want to reuse these dialogs across multiple projects. I have added a reference to the dll in another project. I am able to new up the childWindow, however, I am not able to set the public properties on it and when I call the Show method, nothing is displayed. Not really sure where to start to figure out why this is not working.

© Stack Overflow or respective owner

Related posts about silverlight-3.0

Related posts about childwindow