This is a migrated thread and some comments may be shown as answers.

ASP.NET AJAX on Windows 8 Developer Preview

19 Answers 476 Views
General Discussions
This is a migrated thread and some comments may be shown as answers.
Tom
Top achievements
Rank 1
Tom asked on 20 Sep 2011, 02:49 PM
I notice that none of the ASP.NET AJAX demos work in IE 10 on the Windows 8 developer preview, on both the desktop and the metro interfaces. Is there an easy fix for getting the demos to run? Does anyone else have this experience?

19 Answers, 1 is accepted

Sort by
0
Accepted
Ivan Zhekov
Telerik team
answered on 23 Sep 2011, 08:56 AM
Hi Tom,

IE 10 breaks all ASP.NET WebForms based sites, not only on Windows8, but on Winndows7 as well. The reason for that lies within the framework (.NET) itself. You could read more about it here -- http://www.hanselman.com/blog/BugAndFixASPNETFailsToDetectIE10CausingDoPostBackIsUndefinedJavaScriptErrorOrMaintainFF5ScrollbarPosition.aspx.

In addition, Windows8 is and IE10 are not production ready pieces of software and it is expected some things not to be working.

We are always looking into new technologies and we are making sure that our products work with them. But until we have a stable release of IE10 and / or Windows8, say RTM or RC, we cannot really offer solutions for any quirks and bugs, as things might change in matter of days and even hours.

Regards,
Ivan Zhekov
the Telerik team
If you want to get updates on new releases, tips and tricks and sneak peeks at our product labs directly from the developers working on the RadControls for ASP.NET AJAX, subscribe to their blog feed now
0
Stuart Hemming
Top achievements
Rank 2
answered on 23 Sep 2011, 09:58 AM
Tom,

In fairness to telerik, Steven Sinofsky did say, when he announced the developer previews, was that one of the things you could expect (from Microsoft) was no support!

Not just you, but everybody, so even telerik, if they wanted to could only do so much to get things working right on this platform 'cos they couldn't get any help from MS with any problems they find with it.

I know that telerik are committed to supporting this platform, as soon as they are able and you will prolly find that as the Win8/IE10 platforms mature on the road to General Release, telerik will be working hard to get their tools working for all.

-- 
Stuart
0
Tom
Top achievements
Rank 1
answered on 23 Sep 2011, 03:16 PM
Thanks for the thorough response. The link is especially useful.
As you and Stuart note, Win8 and IE10 are very beta-ish, and there is a long way to go before release.

0
msigman
Top achievements
Rank 2
answered on 10 Mar 2012, 04:14 PM
I'm glad to hear that Telerik is keeping an eye on it at least!
0
Agsar
Top achievements
Rank 1
answered on 31 Aug 2012, 07:58 AM
Hi,

I am trying to run the telerik controls in IE 10 standard mode on Windows 8 operating system. The RadGrid is not  rendering in the IE 10 Standard Mode.

I am getting the error like this: SCRIPT5007: Unable to get value of the property 'PageRequestManager': object is null or undefined. 
ScriptResource.axd, line 77 character 1

But it renders only in the IE10 compatible mode.

Looking forward for your reply.

Thanks
Agsar Prasad
0
Helen
Telerik team
answered on 04 Sep 2012, 10:44 AM
Hello Agsar,

Do you reproduce the problem at our online demos?
Our latest build - 2012.2.815.40 - is fully functional under IE10.

Kind regards,
Helen
the Telerik team
If you want to get updates on new releases, tips and tricks and sneak peeks at our product labs directly from the developers working on the RadControls for ASP.NET AJAX, subscribe to their blog feed now.
0
Agsar
Top achievements
Rank 1
answered on 04 Sep 2012, 11:07 AM
Hello Helen.

Thanks for the reply.

I can able to render all the controls in online demo site.

Thanks
Agsar Prasad.;
0
Gaurav
Top achievements
Rank 1
answered on 06 Sep 2012, 10:28 AM
adsfsdf
0
Gaurav
Top achievements
Rank 1
answered on 06 Sep 2012, 10:28 AM
fdfdfdfdf
0
Robert
Top achievements
Rank 1
answered on 23 Sep 2012, 01:20 AM
Actually Windows 8 IS released now.  It has been released to MSDN subscribers as a final version.  When will this be updated?
0
Jing
Top achievements
Rank 1
answered on 22 Nov 2012, 10:05 PM
Hi, is this issue fixed on the latest version Q3 2012? I still get the following error using IE10:
SCRIPT5007: Unable to get property 'PageRequestManager' of undefined or null reference
Telerik.Web.UI.WebResource.axd, line 4566 character 1
Which result in a lot of things broke, such as the $find(...) returns null.
However, if I change the browser mode to IE10 compatibility mode, it works properly.

Any idea how we can solve this or any settings we were missing?
Thanks
0
Robert
Top achievements
Rank 1
answered on 23 Nov 2012, 06:30 AM
So here's what I did to fix:  normally if you're using Visual Studio to "Publish" to a site folder, beware that the binaries for the telerik DLL's (the UPDATED versions of them) are being copied over.  I went to MY latest version which was here:

C:\Program Files (x86)\Telerik\RadControls for ASP.NET AJAX Q2 2012 SP2

And then chose either the Bin35 or the Bin40 (depending upon which build of .NET you've coded to) and make sure THOSE dll's are in your project as the references.  When you either do a PUBLISH or copy over, MAKE SURE these new versions copied over.

That fixed my problem.  Hope it fixes yours.
0
Jing
Top achievements
Rank 1
answered on 23 Nov 2012, 04:13 PM
Thank you for your reply. I am actually using newer version now: RadControls for ASP.NET AJAX Q3 2012. I will try downgrade to the older version and see if it works.
0
Robert
Top achievements
Rank 1
answered on 23 Nov 2012, 05:33 PM
Make no mistake - I'm not necessarily saying to downgrade.  What I'm saying is, if you're having the same problem that I had, you'll notice that it WORKS in dev, and NOT on server.  Is that the case?  If so, check the BIN directory on your web solution on the SERVER and check which version the telerik DLL's are.
0
Jing
Top achievements
Rank 1
answered on 23 Nov 2012, 06:06 PM
OK. I was thinking the version of telerik control might result in different result, but it's not. I did checked and confirmed that the proper dll is copied over to the server. My bad, I originally only tested IE10 on testing environment but not the dev environment, Checked again, it actually works on dev but not on our testing environment. According to one of the post in the forum, I am trying turning off the HTTP compression on our testing environment and see whether it will work.
0
Robert
Top achievements
Rank 1
answered on 23 Nov 2012, 07:24 PM
Let me know as I did turn off the compression as well.
0
Jing
Top achievements
Rank 1
answered on 27 Nov 2012, 09:29 PM
Thanks. I was focusing on other tasks and didn't got the time to get back to this issue till now, I just checked, the compression is off on our testing environment now, but still not working. 

Our development environment using IIS7 but our testing and deployment environment currently using IIS6, Due to some history issue, we probably won't be able to change to IIS7 on testing and deployment environment soon, just wonder anything might went wrong? It works before 
0
Robert
Top achievements
Rank 1
answered on 27 Nov 2012, 09:48 PM
What did you do to turn off compression?
0
Jing
Top achievements
Rank 1
answered on 27 Nov 2012, 09:53 PM
On IIS if you want to turn off compression for everything, find the server tab from the websites, and you can turn on/off the compression from there.
Tags
General Discussions
Asked by
Tom
Top achievements
Rank 1
Answers by
Ivan Zhekov
Telerik team
Stuart Hemming
Top achievements
Rank 2
Tom
Top achievements
Rank 1
msigman
Top achievements
Rank 2
Agsar
Top achievements
Rank 1
Helen
Telerik team
Gaurav
Top achievements
Rank 1
Robert
Top achievements
Rank 1
Jing
Top achievements
Rank 1
Share this question
or