这个文件夹结构有什么用? (本地用户GAC?)

发布于 2024-08-18 17:17:25 字数 630 浏览 3 评论 0原文

我刚刚在我的计算机上偶然发现了这个文件夹结构,其中包含许多 .NET 程序集,类似于您在系统 GAC 中可能找到的内容。这让我很困惑,因为我以前从未见过这个文件夹结构,这让我想知道,是否有本地用户程序集缓存之类的东西?

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

并包含如下所示的文件夹和文件:

  • \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

每个程序集都附有一个 AsemblyInfo.ini 文件

据我所知,dll 大部分与 silverlight 相关。我正在使用 Silverlight SDK 和 Novell Toolkit 运行 VS2008。

干杯

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?

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\57af86f9\3835d02d_e76cca01\MyOwnAssembly.dll

Each assembly is accompanied with an AsemblyInfo.ini file

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

Cheers

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(1

雨落□心尘 2024-08-25 17:17:25

ms .net 有一个名为“影子复制缓存”的功能,用于程序集,允许应用程序使用该位置的程序集,以便它们在更新过程中不会被锁定。

我知道它用于 asp.net 应用程序,并且很可能也用于 silverlight。

[关于 .net 3.0 中程序集的卷影副本缓存的 msdn 文章]
http://msdn.microsoft.com/en- us/library/ms404279%28VS.85%29.aspx

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

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

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.

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.

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

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

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

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文