use Skype4COM.dll COM API in visual studio

前端 未结 1 1855
夕颜
夕颜 2021-01-13 18:04

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:

<
1条回答
  •  伪装坚强ぢ
    2021-01-13 18:44

    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.

    0 讨论(0)
提交回复
热议问题