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
Copy file name to clipboardExpand all lines: general-information/troubleshooting/general-troubleshooting.md
+10-2Lines changed: 10 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -235,7 +235,17 @@ Add a **`<location>`** section to the application configuration file to allow ac
235
235
</configuration>
236
236
````
237
237
238
+
** Cause**:
238
239
240
+
If a website was migrated from an older version of ASP.NET to the latest there might be a *preCondition* attribute added to the Telerik.Web.UI.WebResource.axd handler declaration stating that the runtime version is 2.0
241
+
242
+
```
243
+
preCondition="integratedMode,runtimeVersionv2.0"
244
+
```
245
+
246
+
** Suggested Solution**:
247
+
248
+
Remove *runtimeVersionv2.0* from the handler declaration.
239
249
240
250
## Design-Time error on a page using Telerik controls
241
251
@@ -253,8 +263,6 @@ If the **Telerik.Web.UI.dll** assembly is updated while a page using **Telerik c
253
263
254
264
Restart Visual Studio.
255
265
256
-
257
-
258
266
**Problem**:
259
267
260
268
When you drag a **Telerik control** from the Toolbox to the design surface, you get this error message:
0 commit comments