silverlight - Adding satellite assemblies into XAP -
i have satellite assemblies pre-built , want add them silverlight xap file after file has been built. know if manually need add files xap (it's zip file) , update appmanifest.xaml.
are there tools out there (or msbuild task) can call in post build process?
you can dynamically load dll's @ runtime. have here: dynamic assembly loading
have considered using mef? here's linke show how download xap's @ runtime. silverlight tv 11: dynamically loading xaps mef.
i hope helps you.
br,
tj
Comments
Post a Comment