How to build library with WPF forms

后端 未结 6 1977
温柔的废话
温柔的废话 2021-02-05 00:53

Is it possible to build a Class Library dll which also includes WPF forms? When I try to build one I get following errors:

Error 1 Librar

6条回答
  •  执笔经年
    2021-02-05 01:42

    problems after copying XAML controls from WPF Application to class library

    The first answer work for me. I changed App.xaml from ApplicationDefinition to Page and worked

提交回复
热议问题