I get this error on both project types I'm running windows 7 Home preimuim IE 9 on this line
if(isInternetExplorer)
var
appendChildOriginal =
doc.body.appendChild;
doc
.body.appendChild
=function(element)
appendChildOriginal
(element);
var
tag =
element.tagName.toLowerCase();
if("video"==
tag)
{
ProcessVideoElement
(element);
}
}
I
all so get The installed version of Internet Explorer does not support the WebClient Diagnostics windows CLICK here to download the latest version of Internet explorer this link sends me to this page VSExpreReadme_ENU.htm it says nothing about Internet Explorer
version
Hi thanks for getting back to me I just set this all up on a clean box I started getting tis error the first time I debugged an mvc app now I'm getting it on every page I visit including this one in IE 9 I'm not getting any problem with chrome
I found the DOM explorer window do I have to be running IE10 to run VS 2011
do you know why this dosen't stop happening even after I shut VS 2011 down
I just installed VS 2011 off the DVD I just whent with the defaults I'm not het best on the command line can you give me the steps to register asp.net Fx4.5
I installed MVC4 for dev 11 can't find MVC 3 for dev 11
I run the tool successfuly on the command line did a reboot and I still get the error I'm getting it with out dev 11 running if I bring up a blank page I get this
one
SCRIPT5009: 'JSON' is undefined
onJSONReceivedIE:
function(data){
wpaCommon.debugThis(
'hiqUpdater.onJSONReceivedIE()');
var myJSONText = JSON.stringify(data);
dwpSwitcher.setSiteSupportedJSON(myJSONText);
and when I go to a page I get this one
SCRIPT65535: Invalid calling object
// HACK : override appendChild, replaceChild, insertBefore for IE, since it doesn't support DOM events
if (isInternetExplorer)
{
var appendChildOriginal = doc.body.appendChild;
doc.body.appendChild =
function(element)
{
appendChildOriginal(element); // this is the line it breaks on
yes start IE which shows about:blank page it's doing it on every page I go to now even this one I tried uninstalling IE 9 and reinstalling it did a reboot I still get it
I installed IE 9 last night and I was using it I downloaded the iso for VS 2011 from WebSpark this problem started as soon as I debugged my first app Im' going to try a repair while I'm witingg for your next sujestion
I did a search on "onJSONReceivedIE" and find it might be in the
http://download.divx.com/hiQ/hiQSupported.json code. Do you somehow have a divx plugin that might kept communicate with divx site whenever you start IE9?
Thanks and Best Regards
Xinyang Qiu, Azure Web Platform and Tools team, Microsoft
Marked as answer by rickj1 on Sep 26, 2011 10:29 PM
rickj1
Member
385 Points
203 Posts
VS 2011 Microsoft JScript runtime error: Invalid calling object MVC and Webforms
Sep 26, 2011 04:11 PM|LINK
I get this error on both project types I'm running windows 7 Home preimuim IE 9 on this line
if (isInternetExplorer)
var appendChildOriginal = doc.body.appendChild;
doc
.body.appendChild = function(element)
appendChildOriginal
(element);
var tag = element.tagName.toLowerCase();
if ("video" == tag)
{
ProcessVideoElement
(element);
}
}
I all so get The installed version of Internet Explorer does not support the WebClient Diagnostics windows CLICK here to download the latest version of Internet explorer this link sends me to this page VSExpreReadme_ENU.htm it says nothing about Internet Explorer version
www.barterlinks.net
xinqiu
Member
486 Points
116 Posts
Microsoft
Re: VS 2011 Microsoft JScript runtime error: Invalid calling object MVC and Webforms
Sep 26, 2011 06:23 PM|LINK
Hi, rickj1,
For the 1st question, how did you get to the error? Could you please lay out the steps that you've done? I'm having trouble to repro right now.
For the 2nd question, it's because you enabled debug->windows->DOM Explorer, which only functional if you installs IE10 on your machine.
Thanks!
Xinyang Qiu, Azure Web Platform and Tools team, Microsoft
rickj1
Member
385 Points
203 Posts
Re: VS 2011 Microsoft JScript runtime error: Invalid calling object MVC and Webforms
Sep 26, 2011 08:03 PM|LINK
Hi thanks for getting back to me I just set this all up on a clean box I started getting tis error the first time I debugged an mvc app now I'm getting it on every page I visit including this one in IE 9 I'm not getting any problem with chrome
I found the DOM explorer window do I have to be running IE10 to run VS 2011
do you know why this dosen't stop happening even after I shut VS 2011 down
www.barterlinks.net
xinqiu
Member
486 Points
116 Posts
Microsoft
Re: VS 2011 Microsoft JScript runtime error: Invalid calling object MVC and Webforms
Sep 26, 2011 08:29 PM|LINK
You don't need IE10 to run VS11 dev preview, you can just ignore the DOM explorer window.
I'm setting up a win7 home premium machine to see if I can repro.
Could you please tell me what you installed after the clean machine is setup? For example,
1. install VS11 dev preview ultimate
2. setting up IIS, and register asp.net Fx4.5 (If you didn't register asp.net Fx4.5 via command line during this step, you will encounter problems)
3. MVC3 for dev11 dev preview
Or
1. setting up IIS
2. VS11 dev preview installation (installation auto register asp.net Fx4.5)
3. MVC3 for dev11 dev preview Ultimate
Or
some other steps and other installations?
Xinyang Qiu, Azure Web Platform and Tools team, Microsoft
rickj1
Member
385 Points
203 Posts
Re: VS 2011 Microsoft JScript runtime error: Invalid calling object MVC and Webforms
Sep 26, 2011 08:47 PM|LINK
I just installed VS 2011 off the DVD I just whent with the defaults I'm not het best on the command line can you give me the steps to register asp.net Fx4.5
I installed MVC4 for dev 11 can't find MVC 3 for dev 11
www.barterlinks.net
xinqiu
Member
486 Points
116 Posts
Microsoft
Re: VS 2011 Microsoft JScript runtime error: Invalid calling object MVC and Webforms
Sep 26, 2011 08:53 PM|LINK
for x86 machine, try C:\Windows\Microsoft.NET\Framework\v4.0.30319>aspnet_regiis -iru -enable
for x64 machine, try C:\Windows\Microsoft.NET\Framework64\v4.0.30319>aspnet_regiis -iru -enable
MVC3 download is here: ASP.NET MVC 3 installer for Visual Studio 11 Developer Preview , but it won't help your case.
Xinyang Qiu, Azure Web Platform and Tools team, Microsoft
rickj1
Member
385 Points
203 Posts
Re: VS 2011 Microsoft JScript runtime error: Invalid calling object MVC and Webforms
Sep 26, 2011 09:20 PM|LINK
I run the tool successfuly on the command line did a reboot and I still get the error I'm getting it with out dev 11 running if I bring up a blank page I get this
one
SCRIPT5009: 'JSON' is undefined
onJSONReceivedIE:
function(data){
wpaCommon.debugThis(
'hiqUpdater.onJSONReceivedIE()');
var myJSONText = JSON.stringify(data);
dwpSwitcher.setSiteSupportedJSON(myJSONText);
and when I go to a page I get this one
SCRIPT65535: Invalid calling object
// HACK : override appendChild, replaceChild, insertBefore for IE, since it doesn't support DOM events
if (isInternetExplorer)
{
var appendChildOriginal = doc.body.appendChild;
doc.body.appendChild =
function(element)
{
appendChildOriginal(element); // this is the line it breaks on
var tag = element.tagName.toLowerCase();
if ("video" == tag)
{
ProcessVideoElement(element);
}
}
script block (8), line 72 character 4
www.barterlinks.net
xinqiu
Member
486 Points
116 Posts
Microsoft
Re: VS 2011 Microsoft JScript runtime error: Invalid calling object MVC and Webforms
Sep 26, 2011 09:27 PM|LINK
Which site are you trying to browse? Is it a local host site? Is it open source site that I can simply download and install?
When you say bring up a blank page (without dev11), do you mean just start IE which shows about:blank page?
Thanks.
Xinyang Qiu, Azure Web Platform and Tools team, Microsoft
rickj1
Member
385 Points
203 Posts
Re: VS 2011 Microsoft JScript runtime error: Invalid calling object MVC and Webforms
Sep 26, 2011 09:33 PM|LINK
yes start IE which shows about:blank page it's doing it on every page I go to now even this one I tried uninstalling IE 9 and reinstalling it did a reboot I still get it
I installed IE 9 last night and I was using it I downloaded the iso for VS 2011 from WebSpark this problem started as soon as I debugged my first app Im' going to try a repair while I'm witingg for your next sujestion
thanks for your effort
www.barterlinks.net
xinqiu
Member
486 Points
116 Posts
Microsoft
Re: VS 2011 Microsoft JScript runtime error: Invalid calling object MVC and Webforms
Sep 26, 2011 09:56 PM|LINK
I did a search on "onJSONReceivedIE" and find it might be in the http://download.divx.com/hiQ/hiQSupported.json code. Do you somehow have a divx plugin that might kept communicate with divx site whenever you start IE9?
Xinyang Qiu, Azure Web Platform and Tools team, Microsoft