I am working on automating Skype applcation using C# Skype4COMlib.dll.
When I try to register the dll, I am getting the below error as in the snapshot. If anyone have an idea on how to register the Skype dll please share your ideas here.
I am working on automating Skype applcation using C# Skype4COMlib.dll.
When I try to register the dll, I am getting the below error as in the snapshot. If anyone have an idea on how to register the Skype dll please share your ideas here.
Looks like you trying register .net-dll library. I think so because the original name of the file is Skype4COM.dll.
You need register com-library and then Add Reference... to your project from COM-tab->Type Libraries
See here