function readOnly(count){ }
Starting November 20, the site will be set to read-only. On December 4, 2023,
forum discussions will move to the Trailblazer Community.
+ Start a Discussion
Ramandeep_SinghRamandeep_Singh 

CTI Demo Adaptor Not Working

Hi all,

I am trying to set up demo adpator and after going through all the steps the SalesforceCTI is not working/connecting.
 
The error i am getting in the browser_connector is like:

09/06/2016 13:31:59: SalesforceCTI.exe experienced a problem. Please see BrowserConnector logs for more details.
 Error message: Could not load file or assembly 'Interop.DemoAdapter, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null' or one of its dependencies. The system cannot find the file specified.
 StackTrace:    at BrowserConnector.AdapterConnector.AdapterLink.SetAdapterLink()


Thanks and Regards,
Ramandeep Singh
NagendraNagendra (Salesforce Developers) 
Hi Ramandeep Singh 29,

My first guess is that you need to register the DemoAdapter DLL using Regasm.  That's probably similar to the issue covered here,and also .net framework 4.0 might be needed,  along with any windows updates.

Please mark this thread as solved if it helps.

Best Regards,
Nagendra.P
Ramandeep_SinghRamandeep_Singh
Hi Nagendra.P,

I am not able to find the path from cmd prompt. Can you please provide me with steps? It would be very helpful as I am new to this.

Regards,
Ramandeep Singh