Pdk.kit demo

We are a licensed user of Aspose.Word and Aspose.PDF. We wanted to look into Aspose.PDF.ket so I downloaded the trial version. I added the dll to ny project and now I get errors on all my referenses to Aspose.Word and Aspose.PDF.

Dim license As Aspose.Pdf.License = New Aspose.Pdf.License Error = 'Type Aspose.Pdf.License is not defined.'

Dim pdf As Aspose.Pdf.Pdf = New Aspose.Pdf.Pdf Error = 'Type Aspose.Pdf.Pdf is not defined.'

Dim WordDoc As Aspose.Word.Document Error = 'Type Aspose.Word.Document is not defined.'

I have removed the reference to Aspose.PDF.Kit and am still having the problem.

Hi,

Thank you for considering Aspose.

I have used Aspose.Word, Aspose.Pdf and Aspose.Pdf.Kit in one project for long time and have never get such error. The only thing I can tell you to do is to make sure the dll of Aspose.Word and Aspose.Pdf is correctly refered and then rebuild the project. If it still can't work, just create another project to test.