Can't find System.Runtime.InteropServices

  • Thread starter Thread starter tshad
  • Start date Start date
T

tshad

I am trying to add a reference to System.Runtime.InteropService in my VS
2008 project and can't find it in the .net section or Com section.

Where would I find this?

Thanks,

Tom
 
Peter Duniho said:
It's part of mscorlib.dll, which should already be a reference to your
project. You should be able to just add the namespace directive (if
desired) and use the types in that namespace directly.
It was.

Thanks,

Tom
 
Back
Top