Мне нужно работать с документом Word на уровне байтов (нужно для хранения в БД).
В форуме нашел обсуждение этой темы http://forum.vingrad.ru/topic-80123/unread-1.html, точнее пример который привел mr.DUDA. Но у меня он вызывает одну ошибку "The runtime has encountered a fatal error. The address of the error was at 0x79f1c184, on thread 0x734. The error code is 0xc0000005. This error may be a bug in the CLR or in the unsafe or non-verifiable portions of user code. Common sources of this bug include user marshaling errors for COM-interop or PInvoke, which may corrupt the stack." Она возникает в цикле при format="Metafile"
| Код | foreach (string format in ido.GetFormats()) tb[format] = ido.GetData(format);
|
Помогите разобраться |