Skip to content

Commit a2da181

Browse files
author
Marin Bratanov
committed
docs: add bindingRedirect example for newtonsoft newer versions
1 parent d2e3028 commit a2da181

File tree

1 file changed

+10
-1
lines changed

1 file changed

+10
-1
lines changed

installation/upgrading-instructions/upgrading-a-trial-to-a-developer-license-or-to-a-newer-version.md

Lines changed: 10 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
---
1+
newt---
22
title: Upgrading a Trial to a Developer License or to a Newer Version
33
page_title: Upgrading a Trial to a Developer License or to a Newer Version | UI for ASP.NET AJAX Documentation
44
description: Upgrading a Trial to a Developer License or to a Newer Version
@@ -161,6 +161,15 @@ There are several ways to **fix** the issue:
161161

162162
* According to client reports, in some cases [cleaning the ASP.NET Temporary Files and the .NET temporary files](https://weblogs.asp.net/psheriff/clean-up-after-visual-studio) resolves the problem as well.
163163

164+
* You can add a `bindingRedirect` element to your `web.config` file and use the version you need:
165+
166+
**web.config**
167+
168+
<dependentAssembly>
169+
<assemblyIdentity name="Newtonsoft.Json" publicKeyToken="30ad4fe6b2a6aeed" />
170+
<bindingRedirect oldVersion="1.0.0.0-9.0.0.0" newVersion="9.0.0.0" />
171+
</dependentAssembly>
172+
164173

165174

166175
### Could Not Load File or Assembly 'Telerik.Web.UI' After Upgrade

0 commit comments

Comments
 (0)