fatihsen Posted August 13, 2003 Posted August 13, 2003 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... Quote
*Experts* Volte Posted August 13, 2003 *Experts* Posted August 13, 2003 Did you register the COM DLL with Windows? Start -> Run -> regsvr32 <full path to dll> Quote
fatihsen Posted August 15, 2003 Author Posted August 15, 2003 Yes I registered but it gives the same error. Note:This is a Active X dll file. I would be happy if anybody help me... Quote
Leaders dynamic_sysop Posted August 15, 2003 Leaders Posted August 15, 2003 just out of interest , are you using the " .NET " tab or the " COM " tab when trying to add the reference? because somethings wont reference via the .NET tab and vice versa. if you are trying to select the dll via the .NET tab, try with the COM tab instead , it might allow it then. Quote
fatihsen Posted August 15, 2003 Author Posted August 15, 2003 Of course I use the COM tab when trying to add the reference.The interesting point is that it can be seen the classes of the dll file but as mentioned above it stops when initializing. I use .NET 2003 beta version. Can be it the reason not running properly... Quote
scrambones Posted October 3, 2003 Posted October 3, 2003 You must have the Dialogic System Release 5.1 or higher installed on you system. Quote
Recommended Posts