Hello,
I'm getting a "Could not complete the operation due to error c00ce56e." when viewing a page that's on a website that's running on my Vista development box.
I found the following thread:
http://stackoverflow.com/questions/1540750/internet-explorer-7-8-issue-with-prototype-1-6-1-could-not-complete-the-opera
I'm not using prototype javascript library, but I am using Ext.Net. I ran a fiddler trace and saw that I do have
Content-Type: text/html; charset=utf-8,text/html; charset=utf-8
When it should be apparently should be: Content-Type: text/html; charset=UTF-8,text/html; charset=UTF-8
I don't understand why Content-Type is in there twice.
I found a couple places where the character set was being set to
to utf-8
in my code, and conver ...
Go to the complete details ...