473,406 Members | 2,705 Online
Bytes | Software Development & Data Engineering Community
Post Job

Home Posts Topics Members FAQ

Join Bytes to post your question to a community of 473,406 software developers and data experts.

licences.licx hell

We're using several sets of third party toolbox controls and each of these
append licensing information to a licences.licx file when they're dropped
onto a form.
Our solution currently has 25 different projects. Different subsets of the
third party controls are used by each project. Some of the projects are
stand alone executable modules, others are class libraries. Within each
project directory there may be subdirectories that we use to help us split
up project files logically. There's probably 20 different licences.licx
files in the solution.
I'm trying to run my application and Im receiving an exception message that
the licences.licx file couldnt be found.
I don't actually understand how this file "works". Where should they be
located ? Are they required at run time? If there's several different
versions of the file, and they're needed at runtime, and the solution
finally compiles to a single directory, then which one do i copy to the
final target directory?

thank you
Nov 17 '05 #1
1 7835
the license.licx is created per project, so each project has it's own
license file, located with the project file.
It contains the license keys for all components within that project - and
only for that project. There is no solution wide license.licx file.
The information is compiled into the EXE/DLL so it's available at runtime.
When checking license information runtime, .NET (at least 1.0, not sure
about 1.1) only looked at the included license nformation in the main EXE.
So components not used by the main EXE, e.g. in an assembly would turn up as
not licensed.
Our solution was to manually copy all license keys to the main EXE's
license.licx file, so we were sure that all keys were available. After doing
that, we never had any problems again.
Out solution was a smaller (~10 projects), and most components was used
throughout the solution, so it was wasy to handle.
If anyone know of a better and more automatic solution, I too are curious of
a good solution.

"Claire" <cz*********@community.nospam> wrote in message
news:eB**************@TK2MSFTNGP14.phx.gbl...
We're using several sets of third party toolbox controls and each of these
append licensing information to a licences.licx file when they're dropped
onto a form.
Our solution currently has 25 different projects. Different subsets of the
third party controls are used by each project. Some of the projects are
stand alone executable modules, others are class libraries. Within each
project directory there may be subdirectories that we use to help us split
up project files logically. There's probably 20 different licences.licx
files in the solution.
I'm trying to run my application and Im receiving an exception message that the licences.licx file couldnt be found.
I don't actually understand how this file "works". Where should they be
located ? Are they required at run time? If there's several different
versions of the file, and they're needed at runtime, and the solution
finally compiles to a single directory, then which one do i copy to the
final target directory?

thank you

Nov 17 '05 #2

This thread has been closed and replies have been disabled. Please start a new discussion.

Similar topics

22
by: Jim Hubbard | last post by:
I am reposting a portion of a thread that I am involved in under a new topic because it seems that there are still people that believe the whole "DLL Hell" myth. I hope I can shed some light on...
2
by: Nad | last post by:
Hello, dll hell has been eliminated in .NET using assembly versioning. I am new in .NET and would like to know if there is any dll-hell-equivalent in .NET Windows or Web development...
1
by: Todd Bright | last post by:
I'm getting an error building my app. The error is... 'Could not transform licenses file 'Licenses.licx' into a binary resource. (1): error LC0004: Exception occured creating type...
1
by: Frank Rizzo | last post by:
I managed to lose the licenses.licx file and now the project is complaining "error reading resource file licenses.licx..." I am using a mixture of Infragistics and DevExpress controls. How do i...
1
by: GreatB | last post by:
Bill Gates died in a car accident. He found himself in Purgatory being sized up by God . .. "Well, Bill, I'm really confused on this call. I'm not sure whether to send you to Heaven or Hell....
1
by: Sarah | last post by:
Hi My tables are in vfp8 and I need to transfer data from the foxpro tables to SQL server 2000. Should I have to buy SQL Client access licences in order to fetch data from foxPro tables to SQL...
2
by: Frank Rizzo | last post by:
It seems that everytime I open a form that has 3rd party controls on it, vs 2005 wants to check out licenses.licx from the source repository. Regards, Robert
0
by: ixrob | last post by:
I have problems making a c++ clr console app accepting the license. If I create a c++ windows forms project and add the license.licx file to the project everything works fine. If I do the same with...
0
by: tleduc | last post by:
Is there a way to stop the form designer from entering this information into the license.licx file?
0
by: Charles Arthur | last post by:
How do i turn on java script on a villaon, callus and itel keypad mobile phone
0
by: emmanuelkatto | last post by:
Hi All, I am Emmanuel katto from Uganda. I want to ask what challenges you've faced while migrating a website to cloud. Please let me know. Thanks! Emmanuel
0
BarryA
by: BarryA | last post by:
What are the essential steps and strategies outlined in the Data Structures and Algorithms (DSA) roadmap for aspiring data scientists? How can individuals effectively utilize this roadmap to progress...
1
by: nemocccc | last post by:
hello, everyone, I want to develop a software for my android phone for daily needs, any suggestions?
1
by: Sonnysonu | last post by:
This is the data of csv file 1 2 3 1 2 3 1 2 3 1 2 3 2 3 2 3 3 the lengths should be different i have to store the data by column-wise with in the specific length. suppose the i have to...
0
by: Hystou | last post by:
There are some requirements for setting up RAID: 1. The motherboard and BIOS support RAID configuration. 2. The motherboard has 2 or more available SATA protocol SSD/HDD slots (including MSATA, M.2...
0
marktang
by: marktang | last post by:
ONU (Optical Network Unit) is one of the key components for providing high-speed Internet services. Its primary function is to act as an endpoint device located at the user's premises. However,...
0
by: Hystou | last post by:
Overview: Windows 11 and 10 have less user interface control over operating system update behaviour than previous versions of Windows. In Windows 11 and 10, there is no way to turn off the Windows...
0
isladogs
by: isladogs | last post by:
The next Access Europe User Group meeting will be on Wednesday 1 May 2024 starting at 18:00 UK time (6PM UTC+1) and finishing by 19:30 (7.30PM). In this session, we are pleased to welcome a new...

By using Bytes.com and it's services, you agree to our Privacy Policy and Terms of Use.

To disable or enable advertisements and analytics tracking please visit the manage ads & tracking page.