Hello
When I use tChart in my c# .Net application, the file licenses.licx is added to the properties library of the project.
When I "check in" the application files to the source control (including the licenses.licx file), and check it out from another computer, I get an error about the licenses.licx file. The only way I found that fixes this is to delete the licenses.licx file from the project in the second computer, add another temp form to the project, drop a tChart, and then a new licenses.licx file is added, remove the form, and the project compiles.
This is a very cumbersome way to do that.
What is this file, and can you provide a better way to deal with this problem?
Libby
licenses.licx
Hello Libby,
What is the difference in format between the licenses.licx file (or the project file?) that your sourcecontrol application maintains and the file[s] that you newly generate? If you could determine the differences, maybe by backing up the 'incorrect' project before re-generating the licx file, that may offer a clue to the cause of the problem.
Regards,
Marc Meumann
What is the difference in format between the licenses.licx file (or the project file?) that your sourcecontrol application maintains and the file[s] that you newly generate? If you could determine the differences, maybe by backing up the 'incorrect' project before re-generating the licx file, that may offer a clue to the cause of the problem.
Regards,
Marc Meumann
Steema Support