C# WPF Apllication class
- by hans
my applicationen consists of App.cs/App.xaml and some other files. Everything is compiled to an exe file.
However, I want a 2. application, which should reference the first one. In this Application is a class derived from App. But when I call the the Run() function I get an very stragne error in a xaml code of the first application, saying that some image files could not be loaded.
I had a similar architecture when i was using Windows Forms and it worked fine.