This is a migrated thread and some comments may be shown as answers.

App Excep: System.Web.HttpException: An error occurred while communicating with the remote host. The error code is 0x80070001. ---> System.Runtime.InteropServices.COMException (0x80070001):

1 Answer 193 Views
Form
This is a migrated thread and some comments may be shown as answers.
Mallika
Top achievements
Rank 1
Mallika asked on 21 Nov 2012, 05:18 PM
Hi Telerik Team,

I am getting this error:

,"App Excep: System.Web.HttpException: An error occurred while communicating with the remote host. The error code is 0x80070001. ---> System.Runtime.InteropServices.COMException (0x80070001): Incorrect function. (Exception from HRESULT: 0x80070001)

   --- End of inner exception stack trace ---

   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.get_Item(String key)

   at Telerik.Web.UI.RadCompression.IsAjaxRequest()

   at Telerik.Web.UI.RadCompression.Compress(HttpApplication application)

   at System.Web.HttpApplication.SyncEventExecutionStep.System.Web.HttpApplication.IExecutionStep.Execute()

   at System.Web.HttpApplication.ExecuteStep(IExecutionStep step, Boolean& completedSynchronously)Monday, November 19, 2012   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.get_Item(String key)

   at Telerik.Web.UI.RadCompression.IsAjaxRequest()

   at Telerik.Web.UI.RadCompression.Compress(HttpApplication application)

   at System.Web.HttpApplication.SyncEventExecutionStep.System.Web.HttpApplication.IExecutionStep.Execute()

   at System.Web.HttpApplication.ExecuteStep(IExecutionStep step, Boolean& completedSynchronously)Void RaiseCommunicationError(Int32, Boolean)System.Runtime.InteropServices.COMException (0x80070001): Incorrect function. (Exception from HRESULT: 0x80070001)",2012-11-19 19:45:51.227

 


This error is coming on the production server. this is not coming on local or the staging server. I am using asp.net 2.0 and sql server 2008. and using telerik..is this something related to telerik..
please help..this is urgent.. i think this errror comes when there is load on the server.

1 Answer, 1 is accepted

Sort by
0
Martin
Telerik team
answered on 22 Nov 2012, 08:39 AM
Hello Mallika,

Unfortunately, the provided information is insufficient for us to determine what may be causing the error. You may consider opening a formal support ticket and providing a test page which illustrates the issue. This way we will be able to inspect and debug it locally and provide more to the point resolution.

As a temporary workaround you can disable the RadCompression module.

Regards,
Martin
the Telerik team
If you want to get updates on new releases, tips and tricks and sneak peeks at our product labs directly from the developers working on the RadControls for ASP.NET AJAX, subscribe to their blog feed now.
Tags
Form
Asked by
Mallika
Top achievements
Rank 1
Answers by
Martin
Telerik team
Share this question
or