如何在phone 7(发布版)上部署时引用SMF库

本文关键字:部署 引用 SMF 布版 phone | 更新日期: 2023-09-27 18:14:16

最初,在Visual Studio中,我点击了调试而不是发布来将我的应用部署到phone 7设备上。没有错误,工作完全正常!

收到大量错误,其中提到一些库似乎不存在于移动电话上。

例如,从整个错误列表中提取包括

Warning 10  The referenced component 'Microsoft.SilverlightMediaFramework.Utilities' could not be found. 
Warning 3   Could not resolve this reference. Could not locate the assembly "Microsoft.SilverlightMediaFramework.Plugins". Check to make sure the assembly exists on disk. If this reference is required by your code, you may get compilation errors.  SLARToolKitWinPhoneSample

此外,我还使用Slartookit来增强AR功能。在移动设备上部署(发布)也会提示以下错误:

Error   11  The type or namespace name 'SLARToolKit' could not be found (are you missing a using directive or an assembly reference?)

我该怎么办?更新手机能解决这个问题吗?我必须手动安装吗?还是?

谢谢

如何在phone 7(发布版)上部署时引用SMF库

与任何引用的第三方程序集一样,它们应该被自动复制到XAP。您可以使用任何类型的zip-file工具打开生成的XAP,以确保在构建时正确地复制了程序集。

如果它是GAC引用的程序集,您可能希望在本地引用它们。