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
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