什么会导致我的 Silverlight .xap 大小突然增加四倍?

发布于 2024-09-04 05:12:43 字数 628 浏览 5 评论 0原文

我一直在开发 Silverlight 应用程序。 我刚刚注意到 .xap 文件现在是原来的四倍大,可能是什么原因造成的?

以下是一些其他信息:

  • 现在似乎有许多更多语言设置
  • 我在 Properties/Silverlight 下检查了“减少 .xap 的大小”,但这只是将其从 1300 降低到 1200。
  • 我引用了 System.Windows.Controls.Toolkit dll 但我正在这样做,即使它是 325K

之前和之后的构建目录的屏幕截图:

alt text
(来源: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:

alt text
(source: deviantsart.com)

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(1

夜司空 2024-09-11 05:12:43

由于 .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?

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文