i am using jquery-ajax calls in my application, when a specific link button is clicked it takes some to respond and meanwhile internet explorer crashes. i am unable to find solution as i have been stuck into it since one week.
what happens if you make use of the debugger of IE8 (press F12 to open the tools) and actually debug where it's going wrong? If you can narrow down the code and provide it to us we might be able to reproduce it and help you out.
Grz, Kris.
Read my blog | Twitter Interested in Azure, ASP.NET (MVC), jQuery, WCF, EF, MS SQL, ...
Keep the forums clean: report to the moderation team!
well i have used IE8 debugger and ie9 debugger as well, i tried to track it down but i didnt get any clue to solve it.
actually i am consuing web services, and the call for web sercice goes after each 5 seconds to update data on my web page. The link button i on which crash occurs is actually redirecting to another page, i tried to figure out if Redirecting causes crashe
but not in vain ;( any idea?
Thankyou for the intrest Eric. Actually there are asynchronous calls, and when i click specific button (against which a call to WCF service is produced) it crashes.
Well, it can be a problem only specific to your machine because of some OS problem or some problem with your browser. Can you check this on another machine too? And what happen when you run this on another browser?
mtayyab
Member
53 Points
37 Posts
IE8 crashes
Apr 25, 2012 09:18 AM|LINK
i am using jquery-ajax calls in my application, when a specific link button is clicked it takes some to respond and meanwhile internet explorer crashes. i am unable to find solution as i have been stuck into it since one week.
any suggesion will be highly appritiated.
Regards!
XIII
All-Star
182674 Points
23445 Posts
ASPInsiders
Moderator
MVP
Re: IE8 crashes
Apr 25, 2012 09:22 AM|LINK
Hi,
what happens if you make use of the debugger of IE8 (press F12 to open the tools) and actually debug where it's going wrong? If you can narrow down the code and provide it to us we might be able to reproduce it and help you out.
Grz, Kris.
Interested in Azure, ASP.NET (MVC), jQuery, WCF, EF, MS SQL, ...
Keep the forums clean: report to the moderation team!
mtayyab
Member
53 Points
37 Posts
Re: IE8 crashes
Apr 25, 2012 09:36 AM|LINK
well i have used IE8 debugger and ie9 debugger as well, i tried to track it down but i didnt get any clue to solve it.
actually i am consuing web services, and the call for web sercice goes after each 5 seconds to update data on my web page. The link button i on which crash occurs is actually redirecting to another page, i tried to figure out if Redirecting causes crashe but not in vain ;( any idea?
A1ien51
All-Star
29935 Points
5821 Posts
Re: IE8 crashes
Apr 25, 2012 02:08 PM|LINK
Is that a synchronous call or an asynchronous one?
Is it crashing during the call or after the call returns?
What is happening when the call returns?
Eric
mtayyab
Member
53 Points
37 Posts
Re: IE8 crashes
Apr 26, 2012 10:26 AM|LINK
Thankyou for the intrest Eric. Actually there are asynchronous calls, and when i click specific button (against which a call to WCF service is produced) it crashes.
XIII
All-Star
182674 Points
23445 Posts
ASPInsiders
Moderator
MVP
Re: IE8 crashes
Apr 26, 2012 11:24 AM|LINK
Hi,
If you place breakpoints in that piece of javascript code and in the WCF endpoint, what kind of errors do you get then?
Grz, Kris.
Interested in Azure, ASP.NET (MVC), jQuery, WCF, EF, MS SQL, ...
Keep the forums clean: report to the moderation team!
mtayyab
Member
53 Points
37 Posts
Re: IE8 crashes
Apr 26, 2012 12:31 PM|LINK
i dont get any error or any kind of exception :(
mtayyab
Member
53 Points
37 Posts
Re: IE8 crashes
Apr 30, 2012 07:07 AM|LINK
any help????
Ruchira
All-Star
42888 Points
7020 Posts
MVP
Re: IE8 crashes
Apr 30, 2012 11:44 AM|LINK
Hello,
Well, it can be a problem only specific to your machine because of some OS problem or some problem with your browser. Can you check this on another machine too? And what happen when you run this on another browser?
My Tech blog | My YouTube ChannelPlease 'Mark as Answer' if this post helps you.iecustomizer
Member
404 Points
82 Posts
Re: IE8 crashes
May 01, 2012 06:09 AM|LINK
Start>Event Viewer