m_pCursor = pFeatureClass.Search(Nothing, False)
We're currently encountering a similar issue. Have you ever found a resolution to this problem?
You have to reconnect to the Workspace, and look for the Feature-Class, again. Then only use the new FC-Object and dispose the old one.
Hi Mickey, thanks for your answer. While this would resolve the problem, it does not work for us in a performance critical environment where reconnecting to the workspace is not an option. We have, while exploring workarounds, found a way to avoid our original problem. Thanks!