NameValueCollection not available from System.Collections.Specialized
In VS 2012 Express for Windows Phone, I am using imports of both System and System.Collections.Specialized , but I still get an error when trying to use NameValueCollection . Looking in the Object browser, I see it nested within System.dll, but there are several versions of the System dll listed - some of which do not have it. What I get in auto-complete matches the available items in the System.dll without NameValueCollection , so I'm thinking I need to sort out which System.dll is being used, but I am not sure how to do so. Can someone help me to use NameValueCollection ? The System versions