Click here to Skip to main content
15,867,453 members
Please Sign up or sign in to vote.
1.00/5 (1 vote)
See more:
Please help me fix this.
VB
Imports SimpleLPR2
Public Class Form1
    Public lpr As ISimpleLPR
    Public proc As IProcessor
    Public cds As List(Of Candidate)

    Private Sub Form1_Load(ByVal sender As System.Object, ByVal e As System.EventArgs) Handles MyBase.Load  
        lpr = SimpleLPR.Setup()

        lpr.set_countryWeight("Vietnam", 1.0F)
        lpr.set_countryWeight("Spain", 0.0F)
        lpr.set_countryWeight("UK-GreatBritain", 0.0F)
        lpr.realizeCountryWeights()

        proc = lpr.createProcessor()  ' THis line error. Error show "License expired"

    End Sub
End Class


It is clear that I need a license, but how to resolve?
Posted
Updated 20-Feb-17 21:11pm
v3
Comments
RaisKazi 29-Nov-11 4:27am    
Edited: Added "pre" tag.
thatraja 29-Nov-11 4:35am    

Similar question
by you, why?
Dylan Morley 29-Nov-11 5:07am    
Moved lol comment from OP

The code is licensed - It has a free trial that has now exipired. You can no longer use the code because the license has expired.

Fairly obvious isn't it?

The only legal solution that will fix it is to buy a license.
 
Share this answer
 
v2
Go here[^] and follow the explanation in the Installation section of what to do after 30 days.
 
Share this answer
 

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900