Tagged Questions

XAP is an XML-based declarative framework for building, deploying and maintaining rich, interactive Ajax powered web applications.

learn more… | top users | synonyms

8
votes
5answers
4k views

Making the Silverlight XAP file expire from browser cache programmatically

How to do I prevent a Silverlight XAP file being cached by the web browser? The reason I want to do this is during development I don't want to manually clear the browser cache, I'm looking for a ...
7
votes
1answer
674 views

VS 2010 loading slow - Xap packaging failed. Exception of type 'System.OutOfMemoryException' was thrown

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 ...
7
votes
2answers
3k views

Forcing browsers to reload Silverlight xap after an update

I have a Silverlight control packaged up and deployed to a SharePoint web part. I'm having trouble with the browser loading new versions of the control after I push an update. I'm updating the ...
6
votes
3answers
317 views

XAP Expires after half a Day?

Im just wondering what would be causing my xap to expire every half day (approx). What i mean is that in the morning a user hits the website and it downloads a copy of the xap, by the afternoon if ...
6
votes
2answers
2k views

Packaging ResourceDictionary for Silverlight Class Library

I have a silverlight class library (not a top-level application) with several user controls that are shared by different silverlight applications. I have gone through and pulled out several styles and ...
4
votes
2answers
388 views

Firefox 4.0 always refreshes the Silverlight XAP File

I've trouble with the new FireFox 4.0 Release. In my Website i hosted a Silverlight Object, named Visualisation. In Firefox 3.6, Chrome, IE 7, 8, 9 the Browsers load the XAP File Once and get it ...
4
votes
5answers
429 views

Deploy more than one WP7 App with same Visual Studio Solution?

How can I deploy more than one WP7 app with the same Visual Studio solution? What do I need to change to achieve this? Changing Xap file name and assembly GUID and title does not achieve it. In fact ...
4
votes
4answers
2k views

silverlight 4, dynamically loading xap modules

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. So, I created the following ...
3
votes
2answers
445 views

How do browsers handle caching of XAP packages?

As you know all, you can build a silverlight XAP package and reference it using object tag on your HTML page or asp.net page. When the browser downloads the XAP package from the server the first time ...
3
votes
2answers
933 views

How to force re-download of Silverlight XAP file

I'm trying to figure out how to force the browser to re-download a .xap file if the new version is available and yet the old one is still cached in the browser. I've seen the other thread: How do you ...
3
votes
1answer
2k views

XAML Parser cannot find resource within dynamically loaded XAP when creating form instance

I've followed Tim Heuer's video for dynamically loading other XAP's (into a 'master' Silverlight application), as well as some other links to tweak the loading of resources and am stuck on the ...
3
votes
2answers
2k views

Prevent Silverlight xap from being cached by proxy server

The company I work for has proxies/WAN accelerators between our international sites to cache Intranet web content. I have a Silverlight application being hosted on a server at one location, but being ...
2
votes
1answer
59 views

Add external files to XAP (deploy extra files to WP7)

using XNA 4.0's TileStorage.OpenStream() you can access files located in the application's binary folder, which are deployed with your application. You can add files to visual studio project and set ...
2
votes
2answers
89 views

Silverlight behind firewall not letting XAP files through

We've got a client who wants to use a SilverLight application hosted on our servers. However they have problems accessing the application. The Silverlight host webpage throws a 2103 error. It seems ...
2
votes
1answer
51 views

Signed XAP deployed to IIS is still Unverified for the user (client machine)

Just a problem. I was able to deploy my signed silverlight OOB on IIS on our Server. However despite that the signed xap was deployed to IIS, when accessing the app on the other machine (client) the ...
2
votes
1answer
263 views

What setting in IIS that could cause XAP to download everytime when access the page from fresh IE?

I have a sample program which does nothing but Hello World. I open IE and go to my development environement and access the silverlight, it loads the XAP first time and then if I close IE and open ...
2
votes
2answers
468 views

How To Get App Path and Read Text File Windows Phone 7

My Question is very simple...I hope. I want to get the path of app built in Windows Phone 7. How to Read TEXT File that is placed in BIN folder of the project. Regards; Zeeshan Ahmed Khan
2
votes
1answer
554 views

Silverlight + Galasoft MVVM Light + MEF loading XAP

I have an application wich has some "modules" so to speak. Each user has permissions to see each module, some don't see all some see all. I want to load XAP files and load those view models(with ...
2
votes
3answers
224 views

Solutions to protecting game high-scores

My friend proved it to me by taking the WP7 papertoss games and getting the .xap from it and then posting his own high scores. Is there any fool proof way to stop this ? (I think xbox live ...
2
votes
2answers
308 views

Preventing dlls from being included in a xap?

I'm using MEF in silverlight to dynamically load some plugins from a secondary xap file. This secondary XAP file is built from a project that references various plugin projects, all of which are built ...
2
votes
0answers
86 views

Cannot create instances of the Types contained in the loaded Silverlight Prism XAP modules

My Silverlight PRISM application is loading several XAP modules. I want to be able to get access to the types contained in the loaded modules so I could create instances of the views and modelviews ...
2
votes
3answers
142 views

Do long class names affect the size of a XAP file?

There is a custom control in my Silverlight application, which is put on the canvas about one thousand times. I'm concerned about the size of a XAP file of this app. Will XAP file contain ...
2
votes
1answer
187 views

silverlight XAP gets downloaded everytime

Ive just uploaded my silverlight webpage to my production webserver. The issue im having is that everytime I open the website in the browser it is downloading a new copy of the XAP. Any ideas what ...
2
votes
1answer
301 views

Silverlight: how to handle standard assemblies (part 2)

It is necessary to move 'standard' assemblies out of the xap-file (Silverlight 4 application). I had a similar problem ...
2
votes
1answer
294 views

Xap file contents changes if built in Visual Studio or build server

I'm using MEF with my Silverlight 4 app to dynamically load xap files. To optimize this process, I've removed various assemblies from my xaps since I know they've already been loaded by the base xap. ...
2
votes
3answers
1k views

Hosting Silverlight xap file, only white screen displayed

I have a SL 3.0 xap I want to host in a ASP.NET website, I have access to the XAP file and I have created a HTML page to host the SL component. When I access the page all I see is a white screen ...
2
votes
4answers
569 views

get code from silverlight publish?

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 ...
1
vote
1answer
68 views

How to install a Silverlight OutOfBrowser Application with shortcuts created for all users

I've a Silverlight Out of Browser application where I does installation like this: C:\Program Files\Microsoft Silverlight\sllauncher.exe /install:[path to xap file] /shortcut:desktop+startmenu This ...
1
vote
0answers
116 views

Silverlight import App.xaml from dynamically xap loaded

Is there any way to access app.xaml resources of an imported XAP file (from host silverlight app) ??? Or better, import guest app.xaml into Host app.xaml Problem is that in the imported Silverlight ...
1
vote
1answer
194 views

Deploy on Windows Phone 7 in App Hub unsupported country

I would like to debug and deploy the application on the Windows Phone 7 device in order to test and debug it. But to do that I need to register my ...
1
vote
1answer
74 views

How do I _properly_ serve an XAP file from a self-hosted WCF service?

I have myself a self-hosted WCF server setup, which serves a clientaccesspolicy.xml and an index.htm which is just points to my xap (accessible via app.xap). I'm currently serving them via the ...
1
vote
3answers
364 views

How to optimize the size of silverlight XAP file by removing common files?

I have bunch of common thrid party dlls that I use in multiple silver light projects. Each produce its own XAP files with same copy of the thrid party dlls. I would like to know, is it possibl to ...
1
vote
1answer
127 views

Studio plugin to view contents of XAP file

Has anyone come across a plugin (or similar) for Studio that will allow me to view the contents within a XAP file? I'm just after a way to view the file list quickly rather than having to.. browse to ...
1
vote
0answers
500 views

Silverlight 4 dynamically downloaded satellite assembly problem

I am dynamically downloading a XAP file that has an embedded resource assembly, with a single resource file (ApplicationStrings.fr-CA.resx). I am using WebClient to pull down the XAP file and using ...
1
vote
0answers
549 views

Silverlight 4 - Dynamically Loading XAP with App.xaml as page changes the (App)Application.Current.. why?

I have decided not to use the MEF/Prism approach to loading XAP files into a master Silverlight container application i am building. I have 1 Master Silverlight application, and 2 x Applications that ...
1
vote
2answers
265 views

xap not refreshed in Chrome

I've just updated my xap application, the changes are reflected as expected in IE. However, in Chrome, I can see it is still the old design. In VS2010 I've tried recompiling after unticking 'Reduce ...
1
vote
1answer
543 views

Dynamic/On Demand loading of XAP dependancies using MEF?

I have been reading the article: http://www.codeproject.com/KB/silverlight/MEFDynamicLoading.aspx which describes how it is possible to have XAPs dynamically downloaded using MEF. It states that ...
1
vote
1answer
250 views

Adding satellite assemblies into XAP

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 ...
1
vote
3answers
177 views

SL3:Is it possible to embed one Silverlight app into another one

Subject line pretty much describes my question. Can I embed one Silverlight app into another one and make them communicate with each other (like pass parameters back and forth?)
1
vote
0answers
115 views

Silverlight JS API - loading a XAP on demand?

I have a hybrid javascript/Silverlight web app where I am using CreateFromXaml() to build a silverlight DOM from JS. Now I am trying to instantiate a new Control that lives in an external XAP file ...
1
vote
1answer
561 views

Silverlight 4.0 - how to target Silverlight runtime version for XAP in VS 2010?

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 ...
1
vote
0answers
601 views

Xap packaging failed

I do not manage to compile my project Windows phone 7 with a video of 80 Mb. When I start the build, a OutOfMermoryException is generated … Xap packaging failed. Exception of type ...
1
vote
1answer
57 views

Can you load a XAP from a byte array in Silverlight 4.0

I know that MEF currently supports downloading XAP files from a URI (which is awesome!), but does anyone know if it's possible to have MEF load a XAP from a byte array? Thanks!
1
vote
3answers
406 views

Embedding Silverlight App into ASP.net webpage for smoother transition

Currently I have a pure silverlight website with navigation. Im worried about the customers that are hitting the website and are leaving straight away because they are have to have the SL plugin ...
1
vote
2answers
404 views

How do I include XML data in a Windows Phone xap deployment?

I'm working on a WP7 app. The app will have a couple of XML files. Some are read-write, a couple are read-only. What are my options here? IsolatedStorage? Embedding as resources? I'll also need to ...
1
vote
1answer
426 views

Silverlight: how to handle standard assemblies (part 3)

When Silverlight4 application is build the 'Microsoft.Practices.Unity.Silverlight.dll' assembly is not putting into a separated file zip-file, it is in the XAP-file instead. To be consistent, here ...
1
vote
1answer
290 views

Web Application + Silverlight project in TFS, .xap file keeps being checked in, can I avoid it?

When I look at my ASP.NET application that hosts a Silverlight project, it has a Clientbin folder, inside of which there is a .xap file, the one being compiled from my Silverlight project. This file ...
1
vote
3answers
925 views

How to get at ResourceDictionary style when it is loaded from external xap and assemblies are MEF-fed?

I've got the following setup: The main application loads a XAP with an IPlugin implementation. The Plugin contains a 'DisplayPanel' that contains a referenced Control with other controls. The ...
1
vote
1answer
80 views

What would cause my Silverlight .xap to quadruple in size suddenly?

I've been working on a Silverlight application. I just noticed that the .xap file is now four times as big as it was, what could have caused that? Here's some other info: there seems to now be many ...
1
vote
2answers
1k views

Silverlight: How to load and run another silverlight .xap file

I want to know whether is it possible to load and run another xap file in a xap file. If its possible please tell me how to do that with code. Thanks in advance!

1 2