我正在使用棱鏡4創建應用程序silverlight 5,當我使用UnityBootstrapper運行引導程序時,則出現下一個錯誤:無法在silverlight 5中使用prism4加載文件或程序集'System.Windows.Controls'
無法加載文件或程序集「System.Windows.Controls,Version = 2.0.5.0,Culture = neutral,PublicKeyToken = 31bf3856ad364e35」或其某個依賴項。該系統找不到指定的文件。
這個錯誤在ConfigureRegionAdapterMappings方法:(?)
protected override RegionAdapterMappings ConfigureRegionAdapterMappings()
{
// Call base method
var mappings = base.ConfigureRegionAdapterMappings(); <-- I get the error here!
if (mappings == null) return null;
// Add custom mappings
// Set return value
return mappings;
}
奇怪的是,如果我改變我的項目Silverlight 4的則是工作的罰款。 你能幫我嗎?
謝謝!
發現解? – LueTm
本月(2012年1月)將發佈Prism 4.1,其中包括對Silverlight 5的一些錯誤修復和支持。 – Jehof