找不到CredDB.CEF

问题描述 投票:0回答:2

我在运行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

更新:

戴尔加密工具已预先安装在笔记本电脑中,在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解决了这个问题。

如果您是戴尔员工,并且发生了这种情况,请立即在“立即服务”下提出事件,并选择DDPE作为应用程序。

c# visual-studio encryption filenotfoundexception
2个回答
1
投票

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

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


0
投票

戴尔加密工具已预先安装在笔记本电脑中,在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解决了这个问题。

如果您是戴尔员工,并且发生了这种情况,请立即在“立即服务”下提出事件,并选择DDPE作为应用程序。

© www.soinside.com 2019 - 2024. All rights reserved.