Could not complete the operation due to error 80020101
This happend to me when I tried to load ajax-content in internet explorer (worked fine in Firefox, etc), which had a script-tag without a valid comments tag.
So just for the record, here is the solution, which helped me.
Before (Broken):
2
3
4
5
<!--
alert('text');
// -->
</script>
Fixed (Working)
2
3
4
5
// <!--
alert('text');
// -->
</script>
Messages
ll;';'
I fixed the problem by move the whole block of javascript code to the end of the page.
From today whenever I clicked somthing on internet website, a message "Could not complete the operation due to error 80020101."
Why did it happen? How can I fix this problem. I'd appreciate it if you would help me.
iexplane 80020101 expression is very anxious
i hope you repair my computer.
Window xp
Thanks a lot! You're my hero!
FYI, this pb is not resolved on IE9...
It can be any kind of javascript error that causes this error. I received it when I accidentally used a reserved word (import) for a variable. All browsers took it without a problem, but IE7 generated this error.
Thanks ,it worked !
Webpage error details
User Agent: Mozilla/4.0 (compatible; MSIE 8.0; Windows NT 5.1; Trident/4.0; BTRS122063; GTB7.2; .NET CLR 2.0.50727; InfoPath.2; .NET CLR 3.0.04506.30; .NET CLR 3.0.4506.2152; .NET CLR 3.5.30729)
Timestamp: Wed, 1 Feb 2012 12:45:06 UTC
Message: 'CountdownController' is undefined
Line: 2
Char: 9
Code: 0
URI: http://facebook.mafiawars.zynga.com/mwfb/remote/html_server.php?xw_controller=job&xw_action=give_help&xw_city=&tmp=ca87e23fb61d57ef448ffc6e6e35e8de&cb=f96c2c404cd111e199cd09bd518d95f4&xw_person=&target_id=p%7C61145822&job_city=1&friend_id=p%7C61145822&feed_name=social_job&fh=ce7639affc9849787cfc8a635ee13b63&install_source=feed&install_link=social_job&sendkey=4affffbdf9868ecd51e83ca148fc6eca$$ckI5Q-OY64bNY5*UMXI(PWNp9IhXyK*IYCDnV)__2hrM8gHmB3,D.6hzD4dq(j!xsyVJMpsl*_k1-Y&xw_person=p|51079181
Message: Could not complete the operation due to error 80020101.
Line: 2312
Char: 9
Code: 0
URI: https://zyngapv.hs.llnwd.net/e6/mwfb/js/MW.externals.js?v=1328014249
in my case, I was missing the type="text/javascript" inside the <script> tags, even though I have <!DOCTYPE html> (in other words, HTML5), for whom the "type" attribute is optional for <script>
Worked! Thanks!
oooh,
thanks millions
op'[p
Strange error. I am also getting this error. But in my case, it is coming from some external javascript class. Still trying to figure out.
Hello
As mentioned in the solution provided above i ws able to comments the tags in code but still bug has not been fixed.Kindly help me for furthur solution.
zX
i had the same problem, and now it's fixed. thank you.
The difference is the // before the <!--. Try to copy the entire working version and just replace the alert('text') with your script.
- Draco
am I wrong, or both codes look exactly the same?! this damn error is killing me!!
we
i can't wait
hey ,
hi
kjbbkbkb
solo era para decirte de este juego
amigo
tudo
Would it work with type attribute set to text/javascript (instead of language attribute)?
salut
salut


