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:

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
posted @ Thursday, October 04, 2007 8:30 PM