如何清除Windows Vista上的Visual Studiocaching?
我有一个问题,我的ASP.NET控件无法从代码背后的代码引用。
我发现堆栈溢出问题的解决schemeASP.NET控件无法在Visual Studio 2008中的代码隐藏中引用 。
但我似乎无法find我的Visual Studiocaching来清除它。 我在Windows Vista上使用Visual Studio 2005。
接受的答案给了两个地点:
这里
C:\ Documents and Settings \ Administrator \ Local Settings \ Temp \ VWDWebCache
并可能在这里
C:\ Documents and Settings \ Administrator \ Local Settings \ Application Data \ Microsoft \ WebsiteCache
你尝试过吗?
编辑添加
在我的Windows Vista机器上,它位于
%Temp%\VWDWebCache
和在
%LocalAppData%\Microsoft\WebsiteCache
从您的附加信息(关于团队版本)这来自Clear Client TFScaching :
清除客户端TFScaching
Visual Studio和团队资源pipe理器提供了一个可以不同步的caching机制。 如果我有一个可从单个Visual Studio客户端连接到的单个TFS的多个实例,则该客户端可能会感到困惑。
解决它..
对于Windows Vista删除此文件夹的内容
%LocalAppData%\ Microsoft \ Team Foundation \ 1.0 \ Cache
今天我经历了这个。 Config中的值是更新后的值,但是应用程序会返回更旧的值,停止并启动解决scheme什么都不做。
所以我清除了.Net Temp文件夹。
C:\Windows\Microsoft.NET\Framework\v4.0.30319\Temporary ASP.NET Files
它不应该创build错误,但要安全地closures您的解决scheme。 清除临时ASP.NET文件,然后加载您的解决scheme。
我的问题被sorting。
我有同样的问题,但是当我从Temp文件夹中删除caching的项目生成失败。
为了使build设再次工作,我不得不closures项目,并重新打开它。