c# - 如何解决 "error code is 0x80070001"?

标签 c# asp.net asp.net-mvc iis web

我在以下堆栈跟踪中收到以下错误。我该如何解决这个问题?

error code is 0x80070001

堆栈跟踪

[Type] Error | [Source] AccountsServices:An error occurred while communicating with the remote host. The error code is 0x80070001. | [Category] None | [Event] 0 | [User] | [Computer] VM2014.conduit.local | [Description] Message was not found: 0
_Duration=207593.75
Message:An error occurred while communicating with the remote host. The error code is 0x80070001.
StackTrace: at System.Web.Hosting.IIS7WorkerRequest.RaiseCommunicationError(Int32 result, Boolean throwOnDisconnect)
at System.Web.Hosting.IIS7WorkerRequest.ReadEntityCoreSync(Byte[] buffer, Int32 offset, Int32 size)
at System.Web.HttpRequest.GetEntireRawContent()
at System.Web.HttpRequest.FillInFormCollection()
at System.Web.HttpRequest.get_Form()
at System.Web.HttpRequest.FillInParamsCollection()
at System.Web.HttpRequest.GetParams()
at BrandToolbar.Web.Profile.ConduitProfileModule.UpdateVar() in d:\conduit\RnD\Server\Infrastructure\Providers\Web\Profile\Dev\ConduitProfileModule.cs:line 119
at System.Web.HttpApplication.SyncEventExecutionStep.System.Web.HttpApplication.IExecutionStep.Execute()
at System.Web.HttpApplication.ExecuteStep(IExecutionStep step, Boolean& completedSynchronously)

最佳答案

这不是您的应用程序代码的问题,而是您的环境配置的问题。您在使用虚拟机吗?

您可能会或可能不会发现此论坛帖子有帮助:http://social.technet.microsoft.com/Forums/en-US/winserverhyperv/thread/698e2b2b-af59-4848-b041-4fbb11c5bb6b

关于c# - 如何解决 "error code is 0x80070001"?,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/12053512/

相关文章:

asp.net-mvc - View 中当前的请求文化

c# - Ninject:绑定(bind)身份用户管理器

c# - Double.doubleToLongBits 在 C# 中等效?

c# - 在 PCL 和 Windows Phone 应用程序中实现异步作用域

C#:命名空间和类结构

asp.net - 如何在 ASP.NET 中获取集合格式的发布数据?

c# - 将mysql数据库存放在不同的文件夹中

c# - 有条件地传递参数

asp.net - 提交后在文件中包含修订号吗?

c# - ASP.NET Web Api - Startup.cs 不存在