My application consists of App.cs/App.xaml and some other files. Everything is compiled to an exe file. However, I want a 2nd 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 strange error in the 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.