I need to be able to retrieve all microphone type of devices so my user can pick which one they want to use.
I found an example of using microsoft.devices.enumeration. I then discovered that I have that dll in both my System32 and SysWOW64 folders. So I attempted to add it as a reference in my project but get an error saying that it couldn't load it and to make sure it was accessible and that it is a valid assembly or COM component.
Anybody have an idea what's going on?
Thanks in advance,
Jerry
Jerry Scannell
I found an example of using microsoft.devices.enumeration. I then discovered that I have that dll in both my System32 and SysWOW64 folders. So I attempted to add it as a reference in my project but get an error saying that it couldn't load it and to make sure it was accessible and that it is a valid assembly or COM component.
Anybody have an idea what's going on?
Thanks in advance,
Jerry
Jerry Scannell