Welcome

You have reached the blog of Keith Elder. Thank you for visiting! Feel free to click the twitter icon to the right and follow me on twitter.

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

Write a comment