Advertisements
I'm trying to read in a XAML file in my current project using:
Stream comp = this.GetType().Assembly().GetManifestResrouceStream("myNamespace.theComponent.xaml");
However, comp remains null. Any suggestions on what I'm doing wrong?
...
Go to the complete details ...
Found interesting? Add this to: