I am using CompositionInitializer.SatisfyImports(this)
from Glen Block with a WPF application using Prism 4.1 and Prism's MEFExtensions.
I have used this many times before and not had a problem, but every once in a while when I call SatisfyImports(this)
and get the following error:
A first chance exception of type 'System.Resources.MissingManifestResourceException' occurred in mscorlib.dll Additional information: Could not find any resources appropriate for the specified culture or the neutral culture. Make sure "System.ComponentModel.Composition.Initialization.Strings.resources" was correctly embedded or linked into assembly "Microsoft.ComponentModel.Composition.Initialization.Desktop" at compile time, or that all the satellite assemblies required are loadable and fully signed. If there is a handler for this exception, the program may be safely continued.
Anyone know why I'm getting this error and how to fix it?