The text of this article is not in this database — only its details are. The old site it was published on is gone, but the Internet Archive kept a copy: WPF Practical Solutions
Join the conversation! Your thoughts help the community grow.
Sign in to leave a comment
It is the same account you read, post and publish with — and you will come straight back to this page.
vkyadlapallieditedPosted Sep 9, 2009, 5:19 AMEdited Sep 9, 2009, 7:28 AM
Hi Amit Tiwari, I have implemented the WPF windows inheritance as you mentioned, but I am not able to see the Window in designer format and getting the exception as "Exception has been thrown by the target of an invocation". Here is my code, please help me to solve the problem. <my:SsfWindow x:Class="TEST_WPF.HelloWorldUIPrj.Window1_Form" xmlns=http://schemas.microsoft.com/winfx/2006/xaml/presentation xmlns:x=http://schemas.microsoft.com/winfx/2006/xaml xmlns:my="clr-namespace:WPFwindows;assembly=WrapperDLL" Height="155" Width="345" > //// Implementation of xaml binding and other stuff as such. </my:SsfWindow>