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
1
vote
2 answers

VS online build stuck on license compiler (LC.exe) for ActiPro WPF Controls

Visual Studio online build stuck on license compiler for Actipro WPF controls.We are using hosted controller.We had purchased Actipro and had included the license(License.licx) for the same in the solution.Please find the log…
Rifz
  • 11
  • 4
1
vote
1 answer

windows will not allow me to create, copy or move a .licx file

I recently have encountered an issue creating, or moving a .licx file. It started with a branch from svn and then a checkout. svn would fail trying to copy in a licx file that my machine created. In trying to research I realized I can no longer…
j2eubank
  • 11
  • 2
1
vote
1 answer

tfs preview and software licenses

Recently moved project to tfs preview and having trouble with software licenses installed on local dev boxes building correctly but on on tfs preview. TFS fails the build saying it can't access registry due to those dll's that require installation.…
1
vote
0 answers

Build Runtime Licenses not showing as an option

I have a VS 2008 project. I added the licenses.licx project to the root, but when I right click on it, I see no, "Build Runtime Licenses". What am I missing?
cdub
  • 24,555
  • 57
  • 174
  • 303
0
votes
0 answers

stackoverflow exception while decrypting string with bouncy castle in vb.net

Recently a new project is assigned to me and its developed in ages old VB.net technology. Initially it was not even building with some error in licenses.licx file. I have removed all content from licenses.licx, the project is now building and i can…
uddi baba
  • 135
  • 2
  • 13
0
votes
1 answer

What is the purpose of the licences.licx file in ASP.NET? When is it edited?

I wonder what the purpose is of the licenses.licx file in a ASP.NET project. I can see in my commit history that the following lines were added in my last commit to the licenses.licx file: Telerik.Web.UI.RadGrid, Telerik.Web.UI,…
EggBender
  • 888
  • 15
  • 36
0
votes
1 answer

How to use licenses.licx in a .NET Core plugin

I have a .NET Core class library which is being used as a plugin in an executable program. The plugin uses a licensed component from a third-party SDK, and I'm using a licenses.licx file to embed the licensing information in the output dll. I'm…
0
votes
0 answers

Problem with licenses.licx file with TX Text Control in ASP .NET Web Forms project

I was searching for controls that my replace MS Word functionallity in my ASP .NET Web Forms website. I found TX Text Control. I implemented it trial version in application, and it works well but for some strange reason license didn't work. I am…
Guicho
  • 3
  • 4
0
votes
1 answer

How to remove "the activating a license results with one Component popup" on application start(Just for others but works fine for me)?

I have activated the one component license and used it in one of the application and created a .exe for that application. It's not popping up for me but when any third user is installing that .exe and open that app then it's popping up with the…
0
votes
1 answer

Dartzip License Registration on c#

we are maintaining a 20 old software programmed in vb6. There we use some licensed third party tools like DartZip version 1.5. Since 2 years we are migrating all the modules to c# .net. With DartZip I can’t get the license to work. On the same…
Roland
  • 113
  • 2
  • 11
0
votes
1 answer

Visual Studio 2015 - License information says no "license information needed" but it's wrong

I'm using Visual Studio 2015 with the latest devart dotConnect components (Version=9.4.348.0). When I include a reference (dll) which uses the devart components internally in a C#-project it should be possible to fix the license information like…
0
votes
2 answers

Upgrading website from VS2005(2.0 Framework) to VS2008(2.0 Framework)

We have a website that is created in VS2005 Recently we upgraded the website to VS2008 with 2.0 framework. While compiling the website Compilation errors are occuring i.e Licenses.licx file is not compiling, if it compile than it will reproduces an…
0
votes
2 answers

Check if a license file is made for the current copy-protected assembly

Hi I implemented a copy-protection mechanism with Microsoft's LicenseProvider model and a public/private key pair to prevent copying a program from one PC to another. Very simple. On startup, a license file has to be prent wit hencrypted information…
John
  • 3,591
  • 8
  • 44
  • 72
0
votes
1 answer

Get license error every build in visual studio Janus Controls

We've Janus Controls in our solution. I've updated the Janus controls to a newer version and I get a "Trial" Message when I build the solution in visual studio. The problem is, I've the license for the controls, but I still get the message, so I…
wydy
  • 71
  • 12
0
votes
2 answers

Compilation issue while upgrading a website from Visual Studio 2005 to Visual Studio 2008 with framework 2.0 in Windows XP

upgraded some visualstudio 2005 websites to visualstudio 2008. now it is working fine while debugging. There is an error while compiling the website. the following is the error. Error 1 C:\Program…