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
Remove the App.xaml and App.xaml.cs in your WPF Project. Then you will be able to run the project with an output type of Class Library.