Questions tagged [licenses.licx]

Licenses-licx is a license file generated by Visual Studio at design time, and burned into the assembly at compile time. Sometimes could refer to the Hybris license from SAP Commerce suite. Use this tag for all questions related to the license file.

Licenses-licx is a license file generated by Visual Studio at design time, and burned into the assembly at compile time. Sometimes could refer to the Hybris license from SAP Commerce suite. Use this tag for all questions related to the license file.

32 questions
11
votes
4 answers

debugging error: Licenses.licx : unable to resolve type

I am using a ComponentOne FlexGrid, it automatically registered in its license C1.Win.C1FlexGrid.C1FlexGrid, C1.Win.C1FlexGrid.2, Version=2.6.20122.716, Culture=neutral, PublicKeyToken=79882d576c6336da I also use a custom control that inherits…
9
votes
4 answers

generating licenses.licx

I've got a bit of a problem. I'm moving my source repository from one machine to another, and in the process I'm doing some culling of what's stored as I've learned more about creating/managing a repository since I started. The problem is that we're…
Steven Evers
  • 16,649
  • 19
  • 79
  • 126
5
votes
5 answers

The specified task executable "LC.exe" could not be run

I am developing a SharePoint 2013 solution using VS 2012, the solution has a licx file. I get a compile time error and a warning. Error: The specified task executable "LC.exe" could not be run. The filename or extension is too long Warning: The…
4
votes
1 answer

What is relationship between App_Licenses.dll and licx?

I am trying to understand how the licensing works in ASP.NET. There is licx file, App_Licenses.dll file. And then there is a difference between how the licensing works for a WebSite and a WebApp project. Any insight into these would be of great…
dattebayo
  • 2,012
  • 4
  • 30
  • 40
4
votes
5 answers

Hybris 30 days license expired

Im running my developer Hybris instance and I got a message the my license has expired. Acoording to the wiki it saids I have to reinitialize database to continue my work *** LICENSE VERIFICATION HAS FAILED! ***…
JuanDroid
  • 41
  • 1
  • 1
  • 3
4
votes
1 answer

.NET's license compiler (LC.EXE) seems to ignore the contents of licenses.licx on one machine, but not on the other. Why?

Background info: I've set up a very simple .NET solution in VS2008 that contains just enough code to display an ActiveReports report in a preview window. The ActiveReports component uses the licenses.licx mechanism to decide whether it has been…
3
votes
3 answers

How to clear/remove file licenses.licx

I'm removing dependency to some component from solution. Some C# projects in their directory contain file licenses.licx and have reference to this file in their text csproj representation. Most of licenses.licx reference only component I'm removing…
Vlad
  • 1,977
  • 19
  • 44
3
votes
5 answers

licenses.licx missing

I have recently recovered my lost files and in my C# project, it seems "licenses.licx" file has been gone. This is the VS error: "Could not find file 'C:...\Exam\Properties\licenses.licx'" How can I fix this error and regenerate "licenses.licx"…
2
votes
0 answers

Howto generate App_Licence.dll from command line

I have a web application which uses a 3. party component witch needs a licens in order to work properly. In Visual Studio there is an option to pre compile the license information by rightclicking on the license.licx file and choose "Build runtime…
peterbf
  • 217
  • 2
  • 5
  • 12
2
votes
1 answer

How to read license files

I googled for this and also searched on StackOverflow, but not many helpful links showed up, so here goes: I have a requirement as follows (and I know this is probably vague, but this is all the information I have right now): The user will upload a…
SirG
  • 369
  • 4
  • 16
2
votes
1 answer

Azure Git Deployment Could not find file [Project].dll.licenses failure

We have an ASP.NET web application project in BitBucket which has a reference to a Class Library using Telerik Reporting. Telerik Reporting has a license associated (licenses.licx file). Azure deployment fails with the message: CSC : error CS1566:…
davidsleeps
  • 9,393
  • 11
  • 59
  • 73
2
votes
1 answer

Syncfusion license and an invalid 64-base char array. Builds fine for everybody else

I get this error on a Visual studio solution that I did not create myself, when trying to build it: System.FormatException: Invalid length for a Base-64 char array. at System.Convert.FromBase64String(String s) at…
1
vote
0 answers

Embed License Information of the System into the .NET DLL

I have a requirement where the user can build a C# project in a licensed machine (say Professional), and enable the user to deploy the dll built out of that project in a machine that has a different license (say Community). When the user tries to…
Akshara
  • 127
  • 1
  • 2
  • 12
1
vote
1 answer

VS2019 CS1566 when project has an licx file init

Recently upgraded to Visual Studio 2019. If there is a licenses.licx license file present in the project properties folder, the following error occurs at build time: error CS1566: Error reading resource 'MyProgram.exe.licenses' -- 'Could not find…
BrianK
  • 2,357
  • 3
  • 32
  • 41
1
vote
1 answer

MsBuild (v14) does not generate licenses.licx

It seems that MsBuild versions 14 does not generate the licenses.licx file when used "manually". When we compile our code from visual studio (v2017), everything works fine, but when done manually, from a batch file, the license file is not…
1
2 3