Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我在 Silverlight 中使用 MEF 来动态下载 .xap 文件。我只想下载一次 .xap 文件,然后我只想在 .xap 文件的版本发生任何变化时才下载 .xap 文件。
你描述的是正常行为。只有在以下情况下才会下载 .xap 文件:
我们已经看到在发生更改时未下载 .xap 文件的情况。
您看到什么让您认为每次都在下载 .xap 文件?
缓存中的上次访问时间仅显示上次运行应用程序的时间,而不是上次下载 .xap 文件的时间。