Error is coming " The license is not valid for this product. - ASP.NET environment

License file not working !!! This is the code snippet. Error is coming " The license is not valid for this product.
Order ID: 100826144120
Order Date: 8/26/2010
Payment Status: Authorized

Dim DocPath As String = Path.Combine(MapPath("Templates"), LetterName)
Dim licenseFile As String = MapPath("bin") & "\Aspose.Words.lic"
If File.Exists(licenseFile) Then
    Dim license As Aspose.Words.License = New Aspose.Words.License
    license.SetLicense(licenseFile)
End If
Dim doc As Aspose.Words.Document = New Aspose.Words.Document(DocPath)

Hello

Thanks for your request. I already answered this question in the following thread
https://forum.aspose.com/t/60372
Please make sure that you use the latest version of Aspose.Words (9.3.0).
Best regards,