Login  
Search All Forums
Dart Home | Custom Development Reply | Licensing Issues Topics | Forums   
AuthorForum: Licensing Issues
Topic: LicenseException in 30 day trial PowerTCP
liqiang

From: San Diego, CA USA
Posts: 16
Member Since: 03/23/05
posted March 23, 2005 12:45 PM

Hi,
I wrote a simple server program (C# console app) to verify client TLS certificate. When I ran it, it gives me LicenseException:
-------------------------
Unhandled Exception: System.ComponentModel.LicenseException: This PowerTCP produ
ct has not been added to the project's licenses.licx file. If your project does
 not have a licenses.licx file already, you must create a text file named "licen
ses.licx" and add it to your PROJECT (not the solution).

You must then add the line:

'Dart.PowerTCP.SslSockets.Server, Dart.PowerTCP.SslSockets'

 to the file.

If the project already contains a licenses.licx, simply append this line to the
file. For more information, please see the "Creating the Licenses.licx File" pa
ge in the Online Help.
--------------------------------------

I did exactly what the comments said by adding the license file, but it still behaved the same.
Tony Priest



From: Utica, NY USA
Posts: 8466
Member Since: 04/11/00
posted March 23, 2005 1:39 PM

One of three possible problems:

1) You made a type in the file it should say exactly this:

Dart.PowerTCP.SslSockets.Server, Dart.PowerTCP.SslSockets

2) You added the file to the solution instead of the project

3) You did not do a complete rebuild of the app

If you think you have done all of these things and it still is not working, please send an email to support@dart.com describing the problem. Make sure you include your serial number in the message.



Bigpoint99

From: Appenzell, Switzerland
Posts: 1
Member Since: 10/12/06
posted October 12, 2006 7:36 AM

I have the same probelm.
Ich have included licenses.licx into the project.
I have inserted "Dart.PowerTCP.Ftp, Dart.PowerTCP.Ftp"
I have rebuild the project.

--> Still the probelm occurs.

Beste regards,
Christoph
Tony Priest



From: Utica, NY USA
Posts: 8466
Member Since: 04/11/00
posted October 12, 2006 9:03 AM

It should be:

Dart.PowerTCP.Ftp.Ftp, Dart.PowerTCP.Ftp

Please try that, then rebuild the project and see if it works.



Reply | Licensing Issues Topics | Forums   
This site is powered by PowerTCP WebServer Tool PowerTCP WebServer for ActiveX