I am trying to add a dll to my project. When I do "add reference" and try to add it, it tells me :
"A reference to ... could not be added. please make sure that the file in accessible, and that it is a valid assembly or COM component".
BTW, I am trying to add g729.dll
How can I add the dll?
You must register
your dll in register base before add reference
You can use Regsvr32 tool
Link : http://msdn.microsoft.com/en-us/library/ms859484.aspx
Register your dll by providing the proper path s below:-
Open the command prompt of your visual studio and register your dll
c:\Windows\System 32> regsvr32 yourdll.dll
If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!
Donate Us With