最初,在Visual Studio中,我点击了调试而非发布,以便在手机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?)
我该怎么办?更新手机会解决这个问题吗?我必须手动安装吗?要么?
由于
答案 0 :(得分:0)
与任何引用的第三方程序集一样,它们应自动复制到XAP。您可以使用任何类型的zip文件工具打开生成的XAP,以确保在构建时正确复制了程序集。
如果它是GAC引用的程序集,您可能希望在本地引用它们。