Skip to content

If the build process uses the licx file to check what licenses shoud/can be embedded into the output.. how does an empty file help? #2

Answered by augustoproiete
dave-q asked this question in Q&A
Discussion options

You must be logged in to vote

Hi @dave-q, that's a good question.

It all depends on how the licensing of the components you're using work. Most .NET control vendors such as DevExpress, Telerik, Infragistics, ComponentOne, etc. do not require a license for distributing your application (and there's no license check when your application runs in Release mode), so you don't need to embed any licenses with your apps during build.

These vendors require you to have a valid license for development purposes only, and the license check is enforced during development time only, usually when you're designing your UI (e.g. using the Visual Studio designer), and/or when you're running your app in Debug mode.

That's why the empty L…

Replies: 2 comments

Comment options

You must be logged in to vote
0 replies
Answer selected by augustoproiete
Comment options

You must be logged in to vote
0 replies
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
2 participants
Converted from issue

This discussion was converted from issue #2 on December 18, 2020 04:32.