Hi all,
We have an error each time we restart our sotfware with visual studio 2010 in mode debug :
the error is :
Reentrancy was detected + a long microsoft message about managed code.
the code is simple :
MyScene.GetObjectByName("TheText", MyXpBaseobject)
MyXptxtObject = CType(MyXpBaseobject, xpTextObject)
We have a break at the last line (i.e. yellow arrow at this line)
Then we continue debugging (F5) and it works normally.
The strange thing is every thing we do before the initalization work properly (loading project, etc ...)
Any idea ???
Best