use Skype4COM.dll COM API in visual studio

13.2k views Asked by At

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

1

There are 1 answers

1
M.Babcock On BEST ANSWER

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.