damn, i didnt see it because the default client profile version of the .net framework was selected for this project. changed it to just plain .net4 and then it showed in the list of references.
2
If you add System.Web to your project references, then you should be able to use the HttpUtility.HtmlDecode method.