C# WPF Apllication class

Posted by hans on Stack Overflow See other posts from Stack Overflow or by hans
Published on 2010-03-13T08:37:26Z Indexed on 2010/03/13 8:45 UTC
Read the original article Hit count: 267

Filed under:
|
|

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.

© Stack Overflow or respective owner

Related posts about c#

Related posts about wpf