Xap打包失败
我无法编译带有 80 Mb 视频的 Windows Phone 7 项目。 当我开始构建时,会生成 OutOfMermoryException ...
Xap 打包失败。抛出了“System.OutOfMemoryException”类型的异常。
有人已经遇到过这个问题吗?我认为 XAP 的大小限制是 400 Mb...
感谢您的帮助!
I do not manage to compile my project Windows phone 7 with a video of 80 Mb.
When I start the build, a OutOfMermoryException is generated …
Xap packaging failed. Exception of type 'System.OutOfMemoryException' was thrown.
What is that somebody has already had this problem? I thought that the limit of size for the XAP was 400 Mb...
Thank for your help !
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
请记住,“xap”只是一个“zip”,因此只要您的 80mb 视频没有被编译成 dll,您就可以编译 xap >将文件扩展名更改为 zip >解压>添加您的视频>邮编>将文件扩展名更改为 xap。
Remember that a 'xap' is just a 'zip' so as long as your 80mb video is not being complied into a dll you can just compile the xap > change the file extension to zip > unzip > add in your video > zip > change file extension to xap.