This question is locked. New answers and comments are not allowed.
King Wilder
Top achievements
Rank 2
King Wilder
asked on 15 Feb 2010, 08:32 PM
There's an issue with the MVC extensions in my IE 8. The browser throws an error occasionally when I use the examples that completely shuts down IE. It doesn't occur in Firefox 3.x.
I've created a little video showing the error I'm getting. http://www.screencast.com/t/NWY3ZTc5
I thought this might help before a release version is available.
My system:
Telerik MVC version: 2009.3.1320 beta
Thanks,
King Wilder
I've created a little video showing the error I'm getting. http://www.screencast.com/t/NWY3ZTc5
I thought this might help before a release version is available.
My system:
- Windows Vista Ultimate SP2
- 4GB RAM
- Visual Studio 2008 Standard
- SQL Server 2008 Standard
Telerik MVC version: 2009.3.1320 beta
Thanks,
King Wilder
6 Answers, 1 is accepted
0
Hello King,
This seems a serious issue, yet we do not reproduce it locally. Something is crashing the browser - can you please try browsing the demos with disabled extensions (Start > Run... > iexplore.exe -extoff). Also, does it happen in both the 32 and 64 bit versions? If this doesn't help to get to the issue, please try switching the CSS and JavaScript files off, one by one - it could be that some line is crashing the browser.
Please let me know how it goes.
Best wishes,
Alex Gyoshev
the Telerik team
Do you want to have your say when we set our development plans? Do you want to know when a feature you care about is added or when a bug fixed? Explore the Telerik Public Issue Tracking system and vote to affect the priority of the items.
This seems a serious issue, yet we do not reproduce it locally. Something is crashing the browser - can you please try browsing the demos with disabled extensions (Start > Run... > iexplore.exe -extoff). Also, does it happen in both the 32 and 64 bit versions? If this doesn't help to get to the issue, please try switching the CSS and JavaScript files off, one by one - it could be that some line is crashing the browser.
Please let me know how it goes.
Best wishes,
Alex Gyoshev
the Telerik team
Do you want to have your say when we set our development plans? Do you want to know when a feature you care about is added or when a bug fixed? Explore the Telerik Public Issue Tracking system and vote to affect the priority of the items.
0
King Wilder
Top achievements
Rank 2
answered on 18 Feb 2010, 06:56 PM
Alex,
Your solution of turning off the extensions in IE 8 worked, but I'm not sure if that helps me at the moment. My customers won't know to turn off their extensions in their browsers.
I've made another screencast of this to show that it works. http://www.screencast.com/t/N2U1ZjlkMD
Also, I can only test this on a 32-bit machine.
Let me know if there is something else that can be done to make this work without the user disabling the IE extensions. I do realize that this is still beta.
I hope these videos help. Again, let me know if you don't want me to make these videos.
Thanks,
King Wilder
Your solution of turning off the extensions in IE 8 worked, but I'm not sure if that helps me at the moment. My customers won't know to turn off their extensions in their browsers.
I've made another screencast of this to show that it works. http://www.screencast.com/t/N2U1ZjlkMD
Also, I can only test this on a 32-bit machine.
Let me know if there is something else that can be done to make this work without the user disabling the IE extensions. I do realize that this is still beta.
I hope these videos help. Again, let me know if you don't want me to make these videos.
Thanks,
King Wilder
0
Hello King,
Thank you for the videos - they both help us to track the problem.
Of course, telling all of your users to disable their extensions isn't an option - this was just a mean to determine the problem. I think that one of your extensions is causing the crash - and we should check which one it is. This can be done by disabling the extensions one by one from the Add-on manager:
This way, you'll figure out which extension is causing the crash. The process will be faster if you start with the more exotic add-ons first (I noticed a McAfee scan and S3Fox in the first video).
Sincerely yours,
Alex Gyoshev
the Telerik team
Do you want to have your say when we set our development plans? Do you want to know when a feature you care about is added or when a bug fixed? Explore the Telerik Public Issue Tracking system and vote to affect the priority of the items.
Thank you for the videos - they both help us to track the problem.
Of course, telling all of your users to disable their extensions isn't an option - this was just a mean to determine the problem. I think that one of your extensions is causing the crash - and we should check which one it is. This can be done by disabling the extensions one by one from the Add-on manager:
- open your IE with extensions turned on
- disable one extension from the add-on manager (Tools > Manage Add-ons)
- browse the demos
- if your browser crashes, repeat from step 1 by choosing a different add-on in step 2
This way, you'll figure out which extension is causing the crash. The process will be faster if you start with the more exotic add-ons first (I noticed a McAfee scan and S3Fox in the first video).
Sincerely yours,
Alex Gyoshev
the Telerik team
Do you want to have your say when we set our development plans? Do you want to know when a feature you care about is added or when a bug fixed? Explore the Telerik Public Issue Tracking system and vote to affect the priority of the items.
0
King Wilder
Top achievements
Rank 2
answered on 19 Feb 2010, 07:43 PM
Alex,
I've created another screencast with me going through the entire process during the screencast so you can see if it works or not. And it did. By disabling the McAfee extensions I was able to prevent the browser crashes.
Here's the screencast:
http://www.screencast.com/t/ZTVmY2ExMGY
3 minutes
There are three parts to the McAfee extensions and I disabled all three at once. Let me know if you want me to try to do them separately.
Thanks,
King Wilder
I've created another screencast with me going through the entire process during the screencast so you can see if it works or not. And it did. By disabling the McAfee extensions I was able to prevent the browser crashes.
Here's the screencast:
http://www.screencast.com/t/ZTVmY2ExMGY
3 minutes
There are three parts to the McAfee extensions and I disabled all three at once. Let me know if you want me to try to do them separately.
Thanks,
King Wilder
0
Hello King,
Great - we're making progress. I installed the SiteAdvisor locally and I managed to reproduce a similar issue - the browser does not crash, yet it doesn't manage to render the page (which is equally annoying). The good news is that I reproduce the problem only when the site is running through Cassini (i.e. the Visual Studio ASP.NET server) - that is, when I start the application through Visual Studio on localhost:<some port>. When I tried browsing the online demos, they worked just fine. Could you confirm that this is the case on your side, too?
If I am correct, you can safely disable the extension while you are developing the website - and once it goes live, the problem will perish.
All the best,
Alex Gyoshev
the Telerik team
Do you want to have your say when we set our development plans? Do you want to know when a feature you care about is added or when a bug fixed? Explore the Telerik Public Issue Tracking system and vote to affect the priority of the items.
Great - we're making progress. I installed the SiteAdvisor locally and I managed to reproduce a similar issue - the browser does not crash, yet it doesn't manage to render the page (which is equally annoying). The good news is that I reproduce the problem only when the site is running through Cassini (i.e. the Visual Studio ASP.NET server) - that is, when I start the application through Visual Studio on localhost:<some port>. When I tried browsing the online demos, they worked just fine. Could you confirm that this is the case on your side, too?
If I am correct, you can safely disable the extension while you are developing the website - and once it goes live, the problem will perish.
All the best,
Alex Gyoshev
the Telerik team
Do you want to have your say when we set our development plans? Do you want to know when a feature you care about is added or when a bug fixed? Explore the Telerik Public Issue Tracking system and vote to affect the priority of the items.
0
King Wilder
Top achievements
Rank 2
answered on 22 Feb 2010, 06:33 PM
Alex,
You are correct. I've confirmed on my local Windows Vista Ultimate machine with IIS 7, that the Telerik MVC extensions work with the McAfee IE 8 extensions enabled. It seems the error only occurs with the Cassini web server.
Here's my screencast of my results: http://www.screencast.com/t/NGYwYzAzMmY
This is definitely a relief for me. :^)
Thanks,
King Wilder
You are correct. I've confirmed on my local Windows Vista Ultimate machine with IIS 7, that the Telerik MVC extensions work with the McAfee IE 8 extensions enabled. It seems the error only occurs with the Cassini web server.
Here's my screencast of my results: http://www.screencast.com/t/NGYwYzAzMmY
This is definitely a relief for me. :^)
Thanks,
King Wilder