F
FrankS
Using SP1 with VB managed code.
I have two recurring errors that do not seem to follow any logic or pattern.
I am getting closer to production and MUST resolve these remaining two bugs.
I really need some help. Thanks.
----------------------------------------------------------------
The first fails with almost every complex template. It happens with quite
often however not in the same templates or views or at the same point. These
are complex VB programs that build repeating tables from code from an
XMLDataDocument.
Error: System.Runtime.InteropServices.InvalidComObjectException COM object
that has been separated from its underlying RCW can not be used.
----------------------------------------------------------------
Second: This one is weird. If I change to a view (that has a repeating
table) and add a row using xcollection: insert. It fails. However if I put a
button on the view and launch the insert with the exact same code - it does
not fail.
Error: System.Runtime.InteropServices.COMException InfoPath has encountered
an error. The operation failed.
I have two recurring errors that do not seem to follow any logic or pattern.
I am getting closer to production and MUST resolve these remaining two bugs.
I really need some help. Thanks.
----------------------------------------------------------------
The first fails with almost every complex template. It happens with quite
often however not in the same templates or views or at the same point. These
are complex VB programs that build repeating tables from code from an
XMLDataDocument.
Error: System.Runtime.InteropServices.InvalidComObjectException COM object
that has been separated from its underlying RCW can not be used.
----------------------------------------------------------------
Second: This one is weird. If I change to a view (that has a repeating
table) and add a row using xcollection: insert. It fails. However if I put a
button on the view and launch the insert with the exact same code - it does
not fail.
Error: System.Runtime.InteropServices.COMException InfoPath has encountered
an error. The operation failed.