fatihsen
New member
Hi.I have a problem of referencing a dll file.In the Add Reference I refer the file NCTDIALOGICVOICE2Lib.dll but it gives such error:
An unhandled exception of type System.Runtime.InteropServices.COMException occurred in TestSantral.exe
Additional information: COM object with CLSID {3EA68674-9BDE-4604-838F-3795F3A03A76} is either not valid or not registered.
It stops in such a code
.....
NCTDIALOGICVOICE2Lib.DialogicChannel2Class ch;
ch = new NCTDIALOGICVOICE2Lib.DialogicChannel2Class();-->stops here
.....
Can anyone help me...
An unhandled exception of type System.Runtime.InteropServices.COMException occurred in TestSantral.exe
Additional information: COM object with CLSID {3EA68674-9BDE-4604-838F-3795F3A03A76} is either not valid or not registered.
It stops in such a code
.....
NCTDIALOGICVOICE2Lib.DialogicChannel2Class ch;
ch = new NCTDIALOGICVOICE2Lib.DialogicChannel2Class();-->stops here
.....
Can anyone help me...