16

I've done this before, I don't remember if i downloaded the DLL from off the net or something but i don't want to get a virus. I need access to this namespace so that I can have extra features that the Webbrowswer control doesn't offer.

How do I add a Com reference exactly. Or do I need the dll from someplace

Thanks

Proximo
  • 6,235
  • 11
  • 49
  • 67
  • Another point to consider if you're having issues: use strictly x86, not AnyCPU. – nathanchere Jul 20 '11 at 01:56
  • see also https://stackoverflow.com/questions/5433990/watin-system-io-filenotfoundexception-interop-shdocvw - it may already be referenced just needs to be Embed=false & Copy Local=true – mlhDev Sep 13 '17 at 12:24

1 Answers1

24

Add a reference to Microsoft Internet Controls COM object, anyway you can add features like in this example: http://connect.microsoft.com/VisualStudio/feedback/ViewFeedback.aspx?FeedbackID=115195

jmservera
  • 6,454
  • 2
  • 32
  • 45