Community & Support
Skip Navigation LinksHome / Community & Support / Developer Productivity Tools Forums / ASP.NET AJAX > Beta Forum > .NET 4.0 Issue

Not answered .NET 4.0 Issue

Feed from this thread
  • Christopher Blickley Master avatar

    Posted on Feb 23, 2010 (permalink)

    Hello,

    I decided to play with the Q1 2010 beta in .NET 4.0.  I added the assembly from Bin40 and then ran the "configure Telerik Web Application" menu option from within Visual Studio.  After I did that, I realized that my web resources were not being sent to the browser.  After checking the web.config file, I saw that it added preCondition="integratedMode,runtimeVersion2.0" to the handlers in <system.webserver>.  Since my site is configure to run under 4.0, this was causing the handlers to not run.  I easily switched the handlers to runtimeVersion4.0 instead, but i thought this was odd.  I'm running the site in IIS instead of the development web server, and using the application pool that .NET 4.0 adds for targeting 4.0 and integrated mode.

    -Chris

    Reply

  • Erjan Gavalji Erjan Gavalji admin's avatar

    Posted on Feb 24, 2010 (permalink)

    Hi Chris,

    Thanks for reporting this bug! We're working on fixing it for the official RadControls for ASP.NET AJAX Q1 2010 release.

    P.S. Your Telerik account is updated.

    Best,
    Erjan Gavalji
    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.

    Reply

Back to Top

Skip Navigation LinksHome / Community & Support / Developer Productivity Tools Forums / ASP.NET AJAX > Beta Forum > .NET 4.0 Issue