The text of this article is not in this database — only its details are. Read it on the old site: WPF Practical Solutions
2 Comments
Join the conversation! Your thoughts help the community grow.
Sign in to leave a comment.
The text of this article is not in this database — only its details are. Read it on the old site: WPF Practical Solutions
Join the conversation! Your thoughts help the community grow.
Sign in to leave a comment.
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>