Hi,
Thanks for replying..!!
Actually i am not retrieving the spweb object from the current context.My implementation is in lines with the link you sent.
using (SPSite spSite = new SPSite("URL"))
{
using (SPWeb spWeb = spSite.OpenWeb())
{ }
}
I also ran a SPDisposeCheck,the results were positive indicating the object are being disposed properly.
Is this problem somewhere related to the update events...any deadlock or something?If so any solution for this ..?