problem about xap-Collection of common programming errors


  • Andrei Rinea
    plugins assembly windows-phone xap
    I would like to include another assembly in my XAP for Windows Phone without referencing it directly (like a plugin system) so I can load it at runtime and activate types from it but I can’t find any kind of reference on this.I mostly found out questions regarding how to load it once included but how to (correctly) include it, no.

  • Metro
    silverlight assemblies xap satellite
    I have satellite assemblies pre-built and I want to add them into the silverlight xap file after the file has been built. I know if I do this manually all I need to do is add the files into the xap (it’s a zip file) and update appmanifest.xaml. Are there any tools out there (or msbuild task) that I can call in the post build process?

  • Anvar
    silverlight version xap
    I have a situation when my XAP is being produced with Silverlight version installed on my dev machine, while users (enterprise company) use a different (earlier) version. Users don’t have ability to upgrade their Silverlight runtime due to IT Department policy. I have no control over when or which version of Silverlight runtime that IT department is going to allow users to have. I know only Silverlight version they use at any given moment. So the question is how can I build XAP file targeting sp

  • RobSiklos
    silverlight visual-studio-2010 windows-7 compiler-errors xap
    I’m having an issue with VS 2010. It’s running very slow and also crashes occasionally when compiling and packaging a xap file with the following error:Xap packaging failed. Exception of type ‘System.OutOfMemoryException’ was thrown.In the local Windows 7 temp directory \Users\usernamexxxx\AppData\Local\Temp there are thousands of files, so I removed them and now VS is much faster.Is anyone else having similar issues?

  • Jordy
    silverlight xap
    Is there any way to get the code from a silverlight publish? My laptop has completely crashed, the only thing if have left from my application, is the published website. Is there a tool or something to get the code from my app?

  • jvcoach23
    silverlight xap
    I’ve written a small silverlight app in vs 2008. Now i’d like to plug that app into a site that was developed using vs.net 2005. what are the steps needed to do this. This is what i’ve done so far.In web.configIn the asp page.<%@ Register Assembly=”System.Web.Extensions, Version=3.5.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35″Namespace=”System.Web.UI” TagPrefix=”asp” %> <%@ Register TagPrefix=”asp” Namespace=”System.Web.UI.SilverlightControls” Assembly=”System.Web.Silverlight,

Web site is in building