Skip to content

Commit b5c595f

Browse files
committed
Updated Telerik.Web.UI.WebResource.axd troubleshooting informaton
1 parent 4d9642b commit b5c595f

File tree

1 file changed

+10
-2
lines changed

1 file changed

+10
-2
lines changed

general-information/troubleshooting/general-troubleshooting.md

Lines changed: 10 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -235,7 +235,17 @@ Add a **`<location>`** section to the application configuration file to allow ac
235235
</configuration>
236236
````
237237

238+
** Cause**:
238239

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.
239249

240250
## Design-Time error on a page using Telerik controls
241251

@@ -253,8 +263,6 @@ If the **Telerik.Web.UI.dll** assembly is updated while a page using **Telerik c
253263

254264
Restart Visual Studio.
255265

256-
257-
258266
**Problem**:
259267

260268
When you drag a **Telerik control** from the Toolbox to the design surface, you get this error message:

0 commit comments

Comments
 (0)