I am setting up a Netduino project on a new machine and installed the .NET MF 4.2 SDK from the Netduino Downloads page (http://cdn.netduino....ETMF42_QFE2.msi). Everything looks good, but now when I try to use the HttpWebRequest class, I can't find it. I have referenced System.dll, and it has a Net namespace, but no HttpWebRequest.
I feel like I have encountered this issue before, but can't remember how I got around it. Has anyone else experienced this and have a solution?
UPDATE:
Okay, I referenced System.Http and that worked. But I don't remember having to use that assembly before.