silverlight 4, dynamically loading xap modules

后端 未结 4 935
无人共我
无人共我 2021-01-18 08:56

I know that it is possible to load xap modules dynamically using Prism or MEF framework. However, I\'d like not to use those frameworks; instead load my xap files manually.

4条回答
  •  别那么骄傲
    2021-01-18 09:25

    this XAP Cache phenomena is often due to the visual studio embedded web server (ASP.NET Development Server). Just stop the occurence of this server and the cache will be cleared. Start again your project and the latest build of your xap is called.

提交回复
热议问题