I'm writing a VB.net application to set IPTC information. All of it is getting set except for the CreationDate field.
If the field already contains a value, then I can set it to a new value.
If the field doesn't have a value, then I don't seem to be able to set the value... I can assign a date like "20110303", but after the step has completed and I check the value, it is still empty ("").
I'm wondering if anyone has seen this and knows if it's a bug, or whether there is something I need to do with the field to make it take a value when it hasn't had one before.
Thanks,
james |