Dplx file

DynamicPDF CoreSuite for .NET (v5) Forum

 Oct 26 2010 3:01 PM
I try to test a simple example using a dplx file but I have

The error message below "Le format de la chaîne d'initialisation n'est pas conforme à la spécification qui débute à l'index 102."

Document document1 = new Document();
DocumentLayout report = new DocumentLayout(@"D:\\DEV\\Test\\toufik.dplx");

 document1 = report.Run();
 document1.Draw("Test.pdf");

  // Opens the PDF (Requires a PDF Viewer)
System.Diagnostics.Process.Start("Test.pdf");

Can some one help me to understand how to use Dplx file from a  Apllication Windows Form.

Thanks
 Oct 26 2010 3:12 PM
Posted by a ceTe Software moderator
Hello,

Can you please post the full stack trace of the error message in english? You seem to be using the right code, but in order for us to troubleshoot the issue we do need the understand the error message.


Thanks,
ceTe Software Support Team.

All times are US Eastern Standard time. The time now is 6:02 PM.