How to build library with WPF forms

后端 未结 6 1991
温柔的废话
温柔的废话 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:34

    Extending @2493490 answer.

    Right click on the app.xaml file and exclude it from the project. Change the project output type to in project properties to Class Library. Click on the run icon, the solution will successfully build but will not run/execute any code. A error message will be displayed explaining as such.

提交回复
热议问题