I am actually getting a huge problem. In fact, my program is working well on my computer but when i do a setup file in order to install on other computer, and when i install it, it failed.

In my program i got procedures calling an index.html file i use and load in my TWebBrowser. Then, on other computers i got the following error : EOleException, Error 80020101.

Thanks for all help Gwenael

link|improve this question
Do the Internet Explorer versions differ across the different computers? Did you try to simplify the HTML page to locate the error (meaning: remove stuff until the error goes away)? Related question: does your page contain frames/iframes? – Heinrich Ulbricht Oct 12 '11 at 13:31
feedback

1 Answer

I think it's about Javascript. If you use JS in Index.html file, may be the javascript method can't be found. (I'm not sure just guessing)

link|improve this answer
Perhaps, but how can it be found on my computer and not on customers computer ??? that's the problem i think – GGueneuc Sep 13 '11 at 7:57
80020101 could be SCRIPT_E_REPORTED. Also see comments here. – TOndrej Sep 13 '11 at 8:17
feedback

Your Answer

 
or
required, but never shown

Not the answer you're looking for? Browse other questions tagged or ask your own question.