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: installation/upgrading-instructions/upgrading-a-trial-to-a-developer-license-or-to-a-newer-version.md
+23-2Lines changed: 23 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -188,11 +188,19 @@ There are several ways to **fix** the issue:
188
188
189
189
The most common error looks like this:
190
190
191
-
>Could not load file or assembly 'Telerik.Web.UI, Version=2013.1.417.40, Culture=neutral, PublicKeyToken=121fae78165ba3d4' or one of its dependencies. The located assembly's manifest definition does not match the assembly reference. (Exception from HRESULT: 0x80131040)
191
+
>**Could not load file or assembly** 'Telerik.Web.UI, Version=2013.1.417.40, Culture=neutral, PublicKeyToken=121fae78165ba3d4' or one of its dependencies. **The located assembly's manifest definition does not match the assembly reference**. (Exception from **HRESULT: 0x80131040**)
192
+
193
+
or
194
+
195
+
>**Could not load file or assembly** 'Telerik.Web.UI, Version=2013.1.417.40, Culture=neutral, PublicKeyToken=121fae78165ba3d4' or one of its dependencies. **Operation is not supported**. (Exception from **HRESULT: 0x80131515**)
192
196
193
197
where the Version value is usually the old version you are upgrading from.
194
198
195
-
This error means that the reference to the Telerik.Web.UI assembly is wrong in the project. Here are several **common reasons for this problem and their solutions**:
199
+
Below you can find information on dealing with both errors.
200
+
201
+
#### The located assembly's manifest definition does not match the assembly reference HRESULT: 0x80131040
202
+
203
+
The **HRESULT: 0x80131040** error means that the reference to the Telerik.Web.UI assembly is wrong in the project. Here are several **common reasons for this problem and their solutions**:
196
204
197
205
* The reference in the Visual Studio project itself points to the old version (e.g., to the installation folder). To resolve this, update the project references to point to the BIN and ensure the correct assemblies are there.
198
206
@@ -222,6 +230,19 @@ This error means that the reference to the Telerik.Web.UI assembly is wrong in t
222
230
223
231
* There is an explicit reference to a concrete Telerik controls version in another project (e.g., a data access layer, a second web app in the current solution, some custom class or custom controls assembly). In these cases you will need to find the reference and update it.
224
232
233
+
#### Operation is not supported HRESULT: 0x80131515
234
+
235
+
The **HRESULT: 0x80131515** error usually means that the file was downloaded from the Internet and Windows has blocked it. In such cases you need to simply do the following:
236
+
237
+
1. In **Windows Explorer**, **right-click** the file.
238
+
1. Select **Properties**
239
+
1. Click the **Unblock** button.
240
+
1.**Clear** the **read-only** attribute.
241
+
242
+
>caption How to Unblock a file if you get the HRESULT: 0x80131515 error
0 commit comments