CredDB.CEF 未找到

CredDB.CEF not found

我在 运行 C# 项目

上收到此错误
Could not find file 'C:\*\Documents\Visual Studio 2015\Projects\*\bin\ar\CredDB.CEF'.

这发生在多个项目中。有关此问题的在线帮助不多。有人有想法吗?

堆栈跟踪:

[FileNotFoundException: Could not find file 'C:\*\Documents\Visual Studio 2015\Projects\*\bin\ar\CredDB.CEF'.]
   System.IO.__Error.WinIOError(Int32 errorCode, String maybeFullPath) +519
   System.IO.FileInfo.get_Length() +12977229
   System.Web.Util.HashCodeCombiner.AddExistingFile(String fileName) +171
   System.Web.Util.HashCodeCombiner.AddDirectory(String directoryName) +302
   System.Web.Util.HashCodeCombiner.AddDirectory(String directoryName) +369
   System.Web.Compilation.BuildManager.CheckTopLevelFilesUpToDateInternal(Int64 cachedHash) +352
   System.Web.Compilation.BuildManager.CheckTopLevelFilesUpToDate(Int64 cachedHash) +51
   System.Web.Compilation.BuildManager.ExecutePreAppStart() +135
   System.Web.Hosting.HostingEnvironment.Initialize(ApplicationManager appManager, IApplicationHost appHost, IConfigMapPathFactory configMapPathFactory, HostingEnvironmentParameters hostingParameters, PolicyLevel policyLevel, Exception appDomainCreationException) +549

[HttpException (0x80004005): 'C:\*\Documents\Visual Studio 2015\Projects\*\bin\ar\CredDB.CEF'.]
   System.Web.HttpRuntime.FirstRequestInit(HttpContext context) +10075124
   System.Web.HttpRuntime.EnsureFirstRequestInit(HttpContext context) +95
   System.Web.HttpRuntime.ProcessRequestNotificationPrivate(IIS7WorkerRequest wr, HttpContext context) +254

更新:

笔记本电脑中预装了 Dell Encryption Tool,在 windows 更新后,它开始出现异常行为。在跟踪加密日志时,了解到屏蔽服务未在端点上正常启动:

[03.12.19 13:40:57:329       NTUtils.cpp: 1555 E] [SUPPORT] [E] The Shield service is not running!  Attempting to restart. Current service state = 1

升级 Dell Encryption 解决了问题。

If you are a Dell Employee, and this is happening with you, raise an incident under Service Now and select DDPE as Application.

解决方法是安装 Dell 数据加密修复工具

这可能会在软件中心(对于戴尔内部用户)或Dell.com软件下载部分提供(对于外部用户)。

笔记本电脑中预装了 Dell Encryption Tool,在 windows 更新后,它开始出现异常行为。在跟踪加密日志时,了解到屏蔽服务未在端点上正常启动:

[03.12.19 13:40:57:329       NTUtils.cpp: 1555 E] [SUPPORT] [E] The Shield service is not running!  Attempting to restart. Current service state = 1

升级 Dell Encryption 解决了问题。

If you are a Dell Employee, and this is happening with you, raise an incident under Service Now and select DDPE as Application.