Hi,
please take a look at the attached document.
Calling
Document doc = new Document(@"c:\test.doc");
doc.Save(@"c:\test123.doc");
ends in an ArgumentException (Key already exists in Dictionary).
Can you please tell me what's going wrong here?
Thanks, Stefan