I'm running VS2010 pro, and I downloaded a sample Silverlight app (found here: http://tinyurl.com/26brhfx) written in an older version. I did the conversion but now when I go to run it, I get this error. I searched the net, the only recommendation I found was to add a reference to "System.Net" (which didn't make sense, but I did anyway), but this didn't help. The offending code:
public System.Net.CookieContainer CookieContainer {...