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.
Copyright © 2021 Jogjafile Inc.
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 fromCOM-tab->Type LibrariesSee here