use Skype4COM.dll COM API in visual studio

Tono Nam picture Tono Nam · Jan 16, 2012 · Viewed 12.9k times · Source

I will like to use the skype dll classes in visual studio. The link where I have downloaded skype4com.dll is in here. When I try to add a reference to that dll I get:

enter image description here

I tried following this solution but the link is broken.

edit

I have also tried following this example:

but when I open the project visual studio cannot load:

enter image description here

Answer

M.Babcock picture M.Babcock · Jan 16, 2012

Has the COM DLL been registered? How are you setting up your reference? In order to use your COM reference you need to select it from the COM tab in the Add Reference dialog rather than selecting the DLL file from the Browse tab.