Hi Ken, I am evaluating the product, I want to use it for all my clients in the future, but I have run into some problems. I tried going through your knowledge base and also the host’s support docs but to no avail.
I have been trying to get the pdf.form working on the host server (www.1and1.com - Windows 2003 Server) but with no luck. I am able to run the code on my Development Server with no problems.
Here is the code, it fails at the first access to the .pdf file.
Private Sub Page_Load(ByVal sender As Object, ByVal e As System.EventArgs) Handles MyBase.Load
Dim templatePdf As String = Server.MapPath(“pdfs\RealEstateLoanApplication.pdf”)
Dim outputPdf As String = Server.MapPath(“pdfs\output.pdf”)
'First a input pdf file should be assigned
Dim form As Form = New Form(templatePdf, outputPdf) 'Fails right here ******
'END CODE *******
If I mark out the dim form as Form = …, the code goes through.
I am attaching the error page as a Word document.
Appreciate your early response.
Regards,
Senthil.