什么会导致我的 Silverlight .xap 大小突然增加四倍?
我一直在开发 Silverlight 应用程序。 我刚刚注意到 .xap 文件现在是原来的四倍大,可能是什么原因造成的?
以下是一些其他信息:
- 现在似乎有许多更多语言设置
- 我在 Properties/Silverlight 下检查了“减少 .xap 的大小”,但这只是将其从 1300 降低到 1200。
- 我引用了 System.Windows.Controls.Toolkit dll 但我正在这样做,即使它是 325K
之前和之后的构建目录的屏幕截图:
(来源:deviantsart.com)
I've been working on a Silverlight application.
I just noticed that the .xap file is now four times as big as it was, what could have caused that?
Here's some other info:
- there seems to now be many more language settings in the bin/Release directory
- I checked "Reduce size of .xap" in under Properties/Silverlight but that just brought it down from 1300 to 1200.
- I reference the System.Windows.Controls.Toolkit dll but I was doing that even when it was 325K
Screenshot of build directories before and after:
(source: deviantsart.com)
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
由于 .xap 只是一个 zip 文件,因此将 .xap 文件重命名为 .zip 并打开它并查看其中包含的文件。也许您无意中添加了大量资源?
Since .xap is just a zip file, rename the .xap file to .zip and open it up and take a look at the files contained. Perhaps you added a large resource inadvertently?