Skip to content
  • Categories
  • Recent
  • Tags
  • Popular
  • World
  • Users
  • Groups
Skins
  • Light
  • Cerulean
  • Cosmo
  • Flatly
  • Journal
  • Litera
  • Lumen
  • Lux
  • Materia
  • Minty
  • Morph
  • Pulse
  • Sandstone
  • Simplex
  • Sketchy
  • Spacelab
  • United
  • Yeti
  • Zephyr
  • Dark
  • Cyborg
  • Darkly
  • Quartz
  • Slate
  • Solar
  • Superhero
  • Vapor

  • Default (No Skin)
  • No Skin
Collapse
Code Project
  1. Home
  2. General Programming
  3. WPF
  4. on client browser, where does silverlight save my application dlls - by that I mean WHICH Directory on the client side does it store them in?

on client browser, where does silverlight save my application dlls - by that I mean WHICH Directory on the client side does it store them in?

Scheduled Pinned Locked Moved WPF
csharpwpfhelpquestion
4 Posts 4 Posters 0 Views 1 Watching
  • Oldest to Newest
  • Newest to Oldest
  • Most Votes
Reply
  • Reply as topic
Log in to reply
This topic has been deleted. Only users with topic management privileges can see it.
  • L Offline
    L Offline
    longnights
    wrote on last edited by
    #1

    I was told my application dll's are loaded and run in the client side for silverlight and WPF. Can someone please help me find what directory or where is this dlls stored (on the clinet side, i.e. browser side) temp or other otherwise. thanks ;P :cool:

    M M 2 Replies Last reply
    0
    • L longnights

      I was told my application dll's are loaded and run in the client side for silverlight and WPF. Can someone please help me find what directory or where is this dlls stored (on the clinet side, i.e. browser side) temp or other otherwise. thanks ;P :cool:

      M Offline
      M Offline
      Mark Salsbery
      wrote on last edited by
      #2

      AFAIK they aren't stored anywhere. The browser may cache the XAP file that contains the app's assemblies. Silverlight 3 has an assembly caching option for framework assemblies so they don't have to be wrapped in the XAP - where tose assemblies get cached at I don't know. Mark

      Mark Salsbery Microsoft MVP - Visual C++ :java:

      A 1 Reply Last reply
      0
      • M Mark Salsbery

        AFAIK they aren't stored anywhere. The browser may cache the XAP file that contains the app's assemblies. Silverlight 3 has an assembly caching option for framework assemblies so they don't have to be wrapped in the XAP - where tose assemblies get cached at I don't know. Mark

        Mark Salsbery Microsoft MVP - Visual C++ :java:

        A Offline
        A Offline
        Abhinav S
        wrote on last edited by
        #3

        As far as I understand xaps (SL2/3) and dlls (SL3) are cached in the host operating system's default browser cache (so in case of IE it means 'temporary internet files'). Any more information on this will be appreciated.

        modified on Tuesday, June 16, 2009 9:22 AM

        1 Reply Last reply
        0
        • L longnights

          I was told my application dll's are loaded and run in the client side for silverlight and WPF. Can someone please help me find what directory or where is this dlls stored (on the clinet side, i.e. browser side) temp or other otherwise. thanks ;P :cool:

          M Offline
          M Offline
          Michael Sync
          wrote on last edited by
          #4

          Other already answered the answer for Silvelright so I will answer for WPF. If you are using the ClickOnce technology with WPF then those assemblies will be stored in %userprofile%\Local Settings\Apps\2.0

          Thanks and Regards, Michael Sync ( Blog: http://michaelsync.net) Microsoft MVP (Silverlight), WPF/Silverlight Insiders

          1 Reply Last reply
          0
          Reply
          • Reply as topic
          Log in to reply
          • Oldest to Newest
          • Newest to Oldest
          • Most Votes


          • Login

          • Don't have an account? Register

          • Login or register to search.
          • First post
            Last post
          0
          • Categories
          • Recent
          • Tags
          • Popular
          • World
          • Users
          • Groups