我是PRISM的新手,并下载了快速入门演示,并尝试了视图切换导航。 我可以构建解决方案,那里没有错误,但是当我尝试运行应用程序时,它会提供无法加载CalendarModule.dll的错误。
未处理的类型' Microsoft.Practices.Prism.Modularity.ModuleTypeLoadingException'发生在Microsoft.Practices.Prism.Composition.dll
中其他信息:无法加载模块CalendarModule的类型。
错误是:无法加载文件或程序集' ViewSwitchingNavigation.Calendar.dll'或其中一个依赖项。系统找不到指定的路径。
我在bootstrapper.run()
时遇到此错误感谢任何提示!