Hi,
I am running into situations where the objects in my
application become invalid in the course of the run.
I am pretty much sure about it, as If I run the sample in
the loop with a delay then it works fine, but when I run
it in a tight loop it gives the exception (like ivalid
object myObectname after 5 to mins).
Is this normal (I am using .NET 1.1 with C# )or am I doing
something wrong. ?
Regards
Mani
Stu Smith - 23 Sep 2003 15:19 GMT
Although obviously I can't tell what's going on without a code sample, you
might find these two references helpful:
<http://blogs.gotdotnet.com/cbrumme/commentview.aspx/e55664b4-6471-48b9-b360
-f0fa27ab6cc0>
<http://blogs.gotdotnet.com/anathan/commentview.aspx/8ec0b7b2-6290-4500-a8c7
-1b6c677214cb>
If not then you'll have to post a bit of code of at least a bit more
information.
Stu
> Hi,
>
[quoted text clipped - 11 lines]
> Regards
> Mani