asp.net - 如何清除 Windows Vista 上的 Visual Studio 缓存?

标签 asp.net windows visual-studio windows-vista clear-cache

我遇到一个问题,我的 ASP.NET 控件无法从代码隐藏文件中引用。

我在 Stack Overflow 问题 ASP.NET controls cannot be referenced in code-behind in Visual Studio 2008 中找到了解决方案.

但我似乎无法找到我的 Visual Studio 缓存来清除它。我在 Windows Vista 上使用 Visual Studio 2005。

最佳答案

接受的答案给出了两个位置:

here

C:\Documents and Settings\Administrator\Local Settings\Temp\VWDWebCache

and possibly here

C:\Documents and Settings\Administrator\Local Settings\Application Data\Microsoft\WebsiteCache

你试过那些吗?

编辑添加

在我的 Windows Vista 机器上,它位于

%Temp%\VWDWebCache

%LocalAppData%\Microsoft\WebsiteCache

根据您的附加信息(关于团队版),这来自 Clear Client TFS Cache :

Clear Client TFS Cache

Visual Studio and Team Explorer provide a caching mechanism which can get out of sync. If I have multiple instances of a single TFS which can be connected to from a single Visual Studio client, that client can become confused.

To solve it..

For Windows Vista delete contents of this folder

%LocalAppData%\Microsoft\Team Foundation\1.0\Cache

关于asp.net - 如何清除 Windows Vista 上的 Visual Studio 缓存?,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/520593/

相关文章:

c# - 站点地图不显示为 xml

windows - 如何使用 WMI 更改文件权限?

windows - 在模块 'Save-Module' 中找到 'PowerShellGet' 命令,但无法加载该模块

c# - 在 C# 中实现接口(interface)与显式实现接口(interface)

visual-studio - 在 Visual Studio 中复制 DLL 的依赖项

asp.net - 在 ASP.NET 中处理长时间运行的进程的常见方法

html - 加密iframe控件的src属性

c# - 从图像中清除元数据的简单方法?

线条的颜色没有变化?

使用 Microsoft Visual Studio 在 Windows 64 位上为 PostgreSQL 数据库创建 C 函数 dll