Hi,
I have your Beta 3 installed, and the .Net 4 Beta 2 from MS, in VS2010 Beta 2 running on Windows 7 64 bit.
All works fine with my project set up as .Net 3.5, but when I try to convert it to .Net 4, it compiles, but then when I run it, I get a runtime javascript error complaining that sys is not defined.
I have a RadMenu on my master page. Commenting out the radmenu stops the error.
The error is:
if
(typeof(Sys) === 'undefined') throw new Error('ASP.NET Ajax client-side framework failed to load.');
Have I not got something set up right, or is this something you are still working on?
Cheers
Rob