Where are Silverlight assemblies stored when a xap file is run?

Posted by ForeverDebugging on Stack Overflow See other posts from Stack Overflow or by ForeverDebugging
Published on 2010-06-01T04:07:57Z Indexed on 2010/06/01 4:13 UTC
Read the original article Hit count: 173

Filed under:
|
|

We currently have a XAP file which contains Foo.dll, and another XAP file (with a completely different name) which contains an updated version Foo.dll (but the same version number).

When we run the second XAP file, it looks as though the Silverlight runtime on the client, is picking up the old version of Foo.dll from the first XAP file.

Anyone know where the Silverlight runtime unzips the xap file before running its content? Or if the runtime executes on a single app domain which could explain these errors?

© Stack Overflow or respective owner

Related posts about .NET

Related posts about Silverlight