wpf - StackPanel and the .NET 4 Client Profile -
wpf - StackPanel and the .NET 4 Client Profile -
i have old winforms app needs few new forms, benefit wpf. next tutorial:
http://www.switchonthecode.com/tutorials/wpf-tutorial-using-wpf-in-winforms
the project targets .net 4 client profile.
i added wpf control. however, when drop stackpanel command in designer, designer displays next error message:
type universe cannot resolve assembly: system.design, version=2.0.0.0, culture=neutral, publickeytoken=b03f5f7f11d50a3a.
changing target total .net 4 resolves issue. however, requiring total .net 4 library client app seems defeat purpose of having client profile.
is there way accomplish want , still target client profile?
wpf user-controls stackpanel .net-client-profile
Comments
Post a Comment