I'm doing the following a few times in a loop:
url provided is encased in {"..."}. Every so often IE_Create will fail with this following error message:IE_Create>0,%ie%
IE_Navigate>%ie%,%url%,ie_res
IE_WaitDocumentComplete>%ie%,ie_res
// Stuff here
IE_Quit>%ie%,ie_res
Is there any known reason for why this would keep happening? If I just run it again usually it will be fine the second time. Is it because I should reuse the same variable to hold the IE instance? Also wondering if IE_Quit isn't destroying the IE instance each time.Error Calling DLL: Possible wrong number or type of parameters? Message: A system shutdown has already been scheduled, ProgID: "InternetExplorer.Application"