此文件夹结构是做什么用的? (本地用户GAC?) [英] What's this folder structure for? (Local user GAC?)

查看:112
本文介绍了此文件夹结构是做什么用的? (本地用户GAC?)的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!

问题描述

我偶然发现了我机器上的该文件夹结构,其中包含许多与您在系统GAC中可能发现的.NET程序集相似的程序.这让我感到困惑,因为我以前从未见过这种文件夹结构,这让我感到奇怪,是否存在诸如本地用户程序集缓存之类的东西?

I've just stumbled across this folder structure on my machine which contains lots of .NET assemblies similar to what you might find in the system GAC. This puzzled my as I've never seen this folder structure before and it makes me wonder, is there such a thing as a local user assembly cache?

文件夹结构为:C:\ Documents and Settings \ [用户名] \ Local Settings \ Application Data \ assembly \

The folder structure is: C:\Documents and Settings\ [username] \Local Settings\Application Data\assembly\

,其中包含类似于以下内容的文件夹和文件:

and contains folders and files that look like:

  • \ dl3 \ 8M830QM6.ON7 \ NJ9Q0EA9.TZO \ 623c8efc \ 00461250_47f4c901 \ System.Windows.Controls.Data.Input.VisualStudio.Design.dll

  • \dl3\8M830QM6.ON7\NJ9Q0EA9.TZO\623c8efc\00461250_47f4c901\System.Windows.Controls.Data.Input.VisualStudio.Design.dll

dl3 \ 8M830QM6.ON7 \ NJ9Q0EA9.TZO \ 57af86f9 \ 3835d02d_e76cca01 \ MyOwnAssembly.dll

dl3\8M830QM6.ON7\NJ9Q0EA9.TZO\57af86f9\3835d02d_e76cca01\MyOwnAssembly.dll

每个程序集都随附一个 AssemblyInfo .ini文件

Each assembly is accompanied with an AsemblyInfo.ini file

据我所见,dll大多与Silverlight有关.我正在使用Silverlight SDK和November Toolkit运行VS2008.

As far as I can see the dll's are mostly silverlight related. I am running VS2008 with Silverlight SDK and November Toolkit.

欢呼

推荐答案

ms .net为程序集提供了一个称为卷影副本缓存"的功能,该功能使应用程序可以从该位置使用程序集,从而在运行过程中它们不会被锁定更新过程.

ms .net has a feature called "shadow copy cache" for assemblies that allows the application to use the assemblies from that location so that they are not locked during an update process.

我知道这是用于asp.net应用程序的,很可能也是将它用于silverlight的情况.

i know that this is used for asp.net applications and it might very well be the case that it is used for silverlight as well.

[有关.net 3.0中程序集的卷影副本缓存的msdn文章] http://msdn.microsoft.com/zh-我们/图书馆/ms404279%28VS.85%29.aspx

[msdn article on shadow copy cache for assemblies in .net 3.0] http://msdn.microsoft.com/en-us/library/ms404279%28VS.85%29.aspx

[卷影副本缓存的简要信息] http://www.blogcatalog.com/search.frame. php?term = appdomain& id = e60b6687509782d13115f96d24c2f850

[brief info on shadow copy cache] http://www.blogcatalog.com/search.frame.php?term=appdomain&id=e60b6687509782d13115f96d24c2f850

[用于办公室的卷影副本缓存-与您提到的路径相同] http://msdn.microsoft.com/zh-我们/library/aa206854%28office.11​​%29.aspx

[shadow copy cache for office - same paths like you mention] http://msdn.microsoft.com/en-us/library/aa206854%28office.11%29.aspx

这篇关于此文件夹结构是做什么用的? (本地用户GAC?)的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持IT屋!

查看全文
登录 关闭
扫码关注1秒登录
发送“验证码”获取 | 15天全站免登陆