Featured Post

Handspring Visor Syncing with Linux via USB

Today I was locked in my house due to having a slight case of the flu. During the times I wasn’t sleeping and drinking Nyquil by the gallons I actually got my Visor USB device to syncronize with Linux. Follow my easy setup tips and join in on the fun. The quick and dirty Setup The first thing is...

Read More


Bug in profileService Enumeration within System.Web.Extensions Web.Config file for Visual Studio 2008 Beta 2

Posted by Keith Elder | Posted in .Net | Posted on 04-10-2007

Kind of a weird title but it makes sense if you know what I’m talking about.  I was working through some final demos with Client Application Services for the code camp in Birmingham this weekend and found out that the enumeration within the <system.web.extensions> within the web.config file is misspelled. Here is what I’m talking about:

image

 

You can see when I typed out this property for the profile element I spelled it correctly, yet the Intellisense points to a different spelling.  I wouldn’t have caught it but I got a compile error and noticed there was a warning as well.  I looked at the warning and found the problem.  I filed a bug for it.  Feel free to vote on it here so this gets fixed:

https://connect.microsoft.com/VisualStudio/feedback/ViewFeedback.aspx?FeedbackID=302725