· Chris Hammond
Last Updated

DNN 4.X development in Windows Vista, issues with ASP.NET Ajax

Discover how to resolve ASP.NET Ajax issues on a Vista machine at home in this blog post. Learn how upgrading to .Net 3.5 framework can help solve the problem.

Discover how to resolve ASP.NET Ajax issues on a Vista machine at home in this blog post. Learn how upgrading to .Net 3.5 framework can help solve the problem.

While working on the Engage: Publish module's latest round of enhancements I started having problems working with my development machine at home. The machine here is a Vista Ultimate machine that I've blogged about getting configured in the past. The issue I had been stumbling over for a few weeks, though only researched solutions last night, had to do with ASP.NET Ajax. DNN ships with an older version of the System.Web.Extensions DLL. Which appears to work fine on my machine at work (in which I probably also had the AJAX framework installed). At home though on Vista whenever I tried to go to one of my test pages that had Publish installed I would get an error about the Scriptmanager must come before the Updatepanel control.

Well fine and dandy, but I'm positive that we had the codecheck in place for this. It ends up that with Vista I was having problems with that old version of System.web.extensions. The fix was rather easy, I simple downloaded the .Net 3.5 framework and installed it. Now it appears that all is well once again in Vistaland. If you need to download the 3.5 framework get it here from MS.

Now I have to decide, do I install VS2008 on my home machine, or do I spend some money and upgrade my machine (build a new one), then install 2k8 on that..... Decisions decisions.

Back to Blog

Related Posts

View All Posts »
DotNetNuke Daily Tip #2 Mail.SendMail

DotNetNuke Daily Tip #2 Mail.SendMail

Learn how to send emails from your DotNetNuke modules with these simple methods from Chris Hammond. Get expert tips for your DotNetNuke projects today!