Hi all,
I'm building a silverlight project based on the Prism 2.1 version.
- Added a shell
- Added a silverlight class library (Module A)
- Added a reference of module A to the shell
- Added ModuleA in the bootstrapper to the Prism ModuleCataloge Every thing is ok .
I wanted to make loading the Modules by XAML file. - Added ModulesCatalog.xaml to the shell - Removed ModuleA reference from the shell. - added ModuleA configuration to ModulesCatalog.xaml. - Changed to bootstraper code with configuration statement (ModuleCatalog.CreateFromXaml())
When I run the project it sayes that ModuleA doesn't exsits. I think this is because it don't exsit in the silverlight bin library . How can solve the problem.
Thanks in advance...