C1.C1Preview.2.dll - version: 2.0.20082.50016
In trying to reproduce the 'The given key was not present in the dictionary' exception that some of our users get (a different thread in this forum), I was able to produce an "Index out of Range" exception when calling generate on the C1PrintDocument.
Our users are still using the older version 2.0.20073.42112 so maybe this explains the different exception.
Attached files include the stack trace and a saved C1Document that produces the exception when I load it into your PageLayout1 sample project with the following Form1_Load code:
Private Sub Form1_Load(ByVal sender As System.Object, ByVal e As System.EventArgs) Handles MyBase.Load
C1PrintDocument1.Load(
"c:\badC1DOC.xml")
'//MakeDoc1(C1PrintDocument1)
C1PrintDocument1.Generate()
End Sub
Thanks,
Chris