Silverlight 4 OOB 更新

发布于 2024-10-15 15:37:28 字数 486 浏览 4 评论 0原文

我已经构建了一个 silverlight 4 应用程序,即将部署,但我在更新时遇到了一些问题。

我使用的版本号系统是

  • Major = 年
  • Minor = 月
  • Revison = 天
  • Build = 版本号今天。

更新到我们推出更新的那天。

现在根据 此网站 SilverLight 将仅当主要/次要发生更改时才获取更新。

这附近还有吗? 如果我必须更改版本编号系统也没关系。

干杯 托尼

I've built a silverlight 4 app that is soon to be deployed but I'm having some trouble with the updating.

The versioning number system I'm using is

  • Major = year
  • Minor = month
  • Revison = day
  • Build = build number for the day.

Which is updated to the day we push an update out.

Now according to this site SilverLight will only grab an update if there is a change to Major/Minor.

Is there anyway around this?
If I have to change the version numbering system that's fine too.

Cheers
Tony

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

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

发布评论

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

评论(1

小霸王臭丫头 2024-10-22 15:37:28

有一个类似的问题,除非清除缓存,否则 IE 将无法获得更新,因此我将版本号添加到 html/aspx.txt 中的对象中。像这样:

<param name="source" value="ClientBin/MyApp.xap?v=1.2.3.4"/>

现在每次版本更改时 IE 都会获取最新版本。这可以是任何东西,我只是选择了版本号。

Had a similar issue where IE wouldn't get the update unless the cache is cleared so I added the version number to the object in the html/aspx. Like this:

<param name="source" value="ClientBin/MyApp.xap?v=1.2.3.4"/>

Now IE gets the latest every time the version changes. This could be anything, I just chose the version number.

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