Skip to content

Commit b4db455

Browse files
committed
kb(common): license file error
1 parent af09398 commit b4db455

3 files changed

+44
-0
lines changed
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,44 @@
1+
---
2+
title: Could not transform licenses file into a binary resource. Object reference not set to an instance of an object error
3+
description: See this article to fix the could not transform licenses file into a binary resource error with the licenses.licx file - Telerik UI for ASP.NET AJAX
4+
type: troubleshooting
5+
page_title: How to fix the could not transform licenses.licx file into a binary resource error
6+
slug: common-cannot-transform-license-file-into-binary-resource
7+
position:
8+
tags:
9+
ticketid: 1593081
10+
res_type: kb
11+
---
12+
13+
## Environment
14+
<table>
15+
<tbody>
16+
<tr>
17+
<td>Product Version</td>
18+
<td>Telerik UI for ASP.NET AJAX</td>
19+
</tr>
20+
<tr>
21+
<td>Product</td>
22+
<td>Progress® Telerik® UI for ASP.NET AJAX</td>
23+
</tr>
24+
</tbody>
25+
</table>
26+
27+
28+
## Description
29+
Check the Solution section to see how to fix the Could not transform licenses file into a binary resource error related to the licenses.licx file.
30+
31+
## Solution
32+
Usually, when the licx files are created, there is a license file as well as a binary file for the licenses. If you have just one of them missing, this would cause an error.
33+
34+
Try to remove both files and check how that would work for you.
35+
* In a Web Site project type, one file (App_Licenses.dll) would be in the root, and the other (licenses.licx) in the bin folder:
36+
37+
![licenses files in a web site](images/common-web-site-license-file.png)
38+
* In a WebApplication project type, one of the files could be inside the Properties folder, next to the AssemblyInfo.cs:
39+
40+
![license file in a web app](images/common-web-app-license-file.png)
41+
42+
You can find more information at this StackOverflow forum: [Could not transform licenses file into a binary resource](https://stackoverflow.com/questions/24240808/could-not-transform-licenses-file-into-a-binary-resource).
43+
44+
Loading
Loading

0 commit comments

Comments
 (0)