Visual Studios 2005 Beta1

Hello, I had tested the Pdf library in VS .NET 2003 and just imported the projects to VS 2005 Beta1. I don’t know if Beta is even supported, but now, upon instantiation of the Aspose.Pdf.Pdf object, I get a run-time error: BadImageFormatException was unhandled – !“ValueType mismatch”.

The stack traces it to:

Source: Aspose.Pdf
at Aspose.Pdf.Document.l…ctor()
at Aspose.Pdf.Document.y…ctor()
at Aspose.Pdf.Document.f…ctor()
at Aspose.Pdf.Pdf.d()
at Aspose.Pdf.Pdf…ctor()


The line of user (my) code that causes the exception:

Aspose.Pdf.Pdf pdf1 = new Aspose.Pdf.Pdf();

Is there anything I am doing incorrectly or that I can do to get the library to work in VS 2005 Beta?

Thanks in advance.

Dear Chichian,

Thank you for considering Aspose.

I have not test my component in Visual Stidio 2005 and .Net 2.0. I will test it recently and reply to you. But according to the discussion in Visual Studio 2005 Beta 1 and Aspose.Word , maybe we have to postpone the support for Visual Studio 2005 until commercial release is available.