You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
@@ -20,7 +20,7 @@ This article shows some of the known RadScheduler PDF Export issues and their so
20
20
21
21
*['div' start tag on line 96 position 15 does not match the end tag of 'li'. Line 102, position 13.](#div-start-tag-on-line-96-position-15-does-not-match-the-end-tag-of-li-line-102-position-13)
22
22
23
-
*[System.SystemException: Error while creating area: Encountered web exception while fetching image from](#systemsystemexception-error-while-creating-area--encountered-web-exception-while-fetching-image-from)
23
+
*[System.SystemException: Error while creating area: Encountered web exception while fetching image from](#systemsystemexception-error-while-creating-area--encountered-web-exception-while-fetching-image-from)
24
24
25
25
*[System.ArgumentException: Parameter is not valid. at System.Drawing.Bitmap..ctor(Stream stream)](#systemargumentexception-parameter-is-not-valid-at-systemdrawingbitmapctorstream-stream)
26
26
@@ -45,12 +45,12 @@ Please [validate](http://validator.w3.org/) the page output.
45
45
46
46
47
47
48
-
## System.SystemException: Error while creating area: Encountered web exception while fetching image from
49
-
````ExceptionMessage
50
-
System.SystemException: Error while creating area :
51
-
Encountered web exception while fetching image from
The remote server returned an error: (500) Internal Server Error.
54
54
````
55
55
56
56
To troubleshoot the issue, please open the url, specified in the error details. In the above example it is:
@@ -60,7 +60,7 @@ The most probable cause of this issue is incorrect web resource handler registra
60
60
61
61
## System.ArgumentException: Parameter is not valid. at System.Drawing.Bitmap..ctor(Stream stream)
62
62
63
-
````StackTrace
63
+
````
64
64
System.ArgumentException: Parameter is not valid.
65
65
at System.Drawing.Bitmap..ctor(Stream stream)
66
66
at Telerik.Web.Apoc.Image.ApocImage..ctor(String href, Byte[] imageData)
@@ -77,7 +77,7 @@ at Telerik.Web.Apoc.Fo.FOTreeBuilder.Parse(XmlReader reader)
77
77
78
78
This problem appears on export when the Telerik.Web.UI.dll is referenced trough the GAC and the assembly version is different from the WebResource.axd version registered in the web.config file. Please check you web.config for proper handler registration in the following section:
* System.IO.IOException: Unable to read data from the transport connection: An existing connection was forcibly closed by the remote host.
186
+
187
+
**ExceptionMessage**
188
+
```
189
+
System.IO.IOException: Unable to read data from the transport connection: An existing connection was forcibly closed by the remote host.
190
+
System.Net.Sockets.SocketException: An existing connection was forcibly closed by the remote host
191
+
at System.Net.Sockets.Socket.Receive(Byte[] buffer, Int32 offset, Int32 size, SocketFlags socketFlags)
192
+
at System.Net.Sockets.NetworkStream.Read(Byte[] buffer, Int32 offset, Int32 size)
193
+
at System.Net.Sockets.NetworkStream.Read(Byte[] buffer, Int32 offset, Int32 size)
194
+
at System.Net.FixedSizeReader.ReadPacket(Byte[] buffer, Int32 offset, Int32 count)
195
+
at System.Net.Security._SslStream.StartFrameHeader(Byte[] buffer, Int32 offset, Int32 count, AsyncProtocolRequest asyncRequest)
196
+
at System.Net.Security._SslStream.StartReading(Byte[] buffer, Int32 offset, Int32 count, AsyncProtocolRequest asyncRequest)
197
+
at System.Net.Security._SslStream.ProcessRead(Byte[] buffer, Int32 offset, Int32 count, AsyncProtocolRequest asyncRequest)
198
+
at System.Net.TlsStream.Read(Byte[] buffer, Int32 offset, Int32 size)
199
+
at System.Net.PooledStream.Read(Byte[] buffer, Int32 offset, Int32 size)
200
+
at System.Net.Connection.SyncRead(HttpWebRequest request, Boolean userRetrievedStream, Boolean probeRead)
201
+
```
202
202
203
203
* A connection attempt failed because the connected party did not properly respond after a period of time, or established connection failed because connected host has failed to respond
204
204
205
205
**ExceptionMessage**
206
206
207
-
A connection attempt failed because the connected party did not properly respond after a period of time,
208
-
or established connection failed because connected host has failed to respond 216.146.38.125:89
209
-
210
-
Description:
211
-
An unhandled exception occurred during the execution of the current web request.
212
-
Please review the stack trace for more information about the error and where it originated in the code.
213
-
214
-
Exception Details:
215
-
System.Net.Sockets.SocketException: A connection attempt failed because the connected party did not properly respond after a period of time,
216
-
or established connection failed because connected host has failed to respond 216.146.38.125:89
217
-
218
-
Source Error:
219
-
An unhandled exception was generated during the execution of the current web request.
220
-
Information regarding the origin and location of the exception can be identified using the exception stack trace below.
221
-
207
+
```
208
+
A connection attempt failed because the connected party did not properly respond after a period of time,
209
+
or established connection failed because connected host has failed to respond 216.146.38.125:89
210
+
211
+
Description:
212
+
An unhandled exception occurred during the execution of the current web request.
213
+
Please review the stack trace for more information about the error and where it originated in the code.
214
+
215
+
Exception Details:
216
+
System.Net.Sockets.SocketException: A connection attempt failed because the connected party did not properly respond after a period of time,
217
+
or established connection failed because connected host has failed to respond 216.146.38.125:89
218
+
219
+
Source Error:
220
+
An unhandled exception was generated during the execution of the current web request.
221
+
Information regarding the origin and location of the exception can be identified using the exception stack trace below.
0 commit comments