The issue seems to be fixed after I set
Code:
pDoc->put_async(VARIANT_FALSE)
Earlier it was like
Code:
pDoc->put_async(VARIANT_TRUE); pDoc->put_validateOnParse(FALSE); pDoc->load(vURL, &vb); WaitForCompletion(pDoc);
but then how it works with all other client machines without any problem.??..Rea lly Confused...
Leave a comment: