04-16-2007 02:25 PM
04-17-2007 08:17 AM
Little more debugging has shown that the problem is slightly different. What I had mentioned is not exactly the problem. The problem can be explained like this
I instantiate a .NET object say Obj1. Obj1 has a property that provides a reference to Obj2 which is again in the .NET dll. When I use Obj2 I get this error. One important information that I was able to get was that Obj1 and Obj2 are in two separate threads.
Ifti
04-17-2007 10:23 AM
It is resolved, I have to wait for sometime as there was a timing issue in the dll.
05-18-2009 10:39 AM