Licensed version issue - will not run through license

Okay… I am having a major issue…. I attached a screen shot. Here is my code… it does the same thing in either my page or in the global.aspx.<?xml:namespace prefix = o ns = "urn:schemas-microsoft-com:office:office" />

Corey

Imports System.Data.OleDb

Imports System.Web.Mail

Imports Aspose.Pdf.Form

Public Class review_application_ihc

Inherits System.Web.UI.Page

#Region " Web Form Designer Generated Code "

'This call is required by the Web Form Designer.

Private Sub InitializeComponent()

End Sub

Protected WithEvents btnReview As System.Web.UI.WebControls.Button

Protected WithEvents btnSubmit As System.Web.UI.WebControls.Button

'NOTE: The following placeholder declaration is required by the Web Form Designer.

'Do not delete or move it.

Private designerPlaceholderDeclaration As System.Object

Private Sub Page_Init(ByVal sender As System.Object, ByVal e As System.EventArgs) Handles MyBase.Init

'CODEGEN: This method call is required by the Web Form Designer

'Do not modify it using the code editor.

InitializeComponent()

End Sub

#End Region

Public conn As OleDbConnection

Public connStr As String

Public FormsRoot As String

Public cmd As OleDbCommand

Public dr As OleDbDataReader

Public strSQL As String

Private Sub Page_Load(ByVal sender As System.Object, ByVal e As System.EventArgs) Handles MyBase.Load

'Put user code to initialize the page here

'Get connection string from Web.Config

FormsRoot = ConfigurationSettings.AppSettings("FormsRoot")

connStr = ConfigurationSettings.AppSettings("ConnectionString")

conn = New OleDbConnection(connStr)

Dim License As New License

License.SetLicense("Aspose.Pdf.Form.lic")

If Not IsPostBack Then

Fill_Form()

End If

'Response.Redirect("../default.aspx", False)

End Sub

Dear corey,

It is a bug of Aspose.Pdf.Form.

I have fixed it .

Best regards.