Skip to content

Commit 3c750c7

Browse files
author
Marin Bratanov
committed
docs(common): add info on HRESULT: 0x80131515
1 parent aba6d2c commit 3c750c7

File tree

2 files changed

+23
-2
lines changed

2 files changed

+23
-2
lines changed
29.1 KB
Loading

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

Lines changed: 23 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -188,11 +188,19 @@ There are several ways to **fix** the issue:
188188

189189
The most common error looks like this:
190190

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**)
192196
193197
where the Version value is usually the old version you are upgrading from.
194198

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**:
196204

197205
* 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.
198206

@@ -222,6 +230,19 @@ This error means that the reference to the Telerik.Web.UI assembly is wrong in t
222230

223231
* 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.
224232

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
243+
244+
![unblock-file-for-HRESULT-0x80131515](images/unblock-file.png)
245+
225246
## See Also
226247

227248
* [Which File Do I Need to Install?]({%slug installation/which-file-do-i-need-to-install%})

0 commit comments

Comments
 (0)