-
Notifications
You must be signed in to change notification settings - Fork 38
Description
Hi,
I'm trying to setup the 3cx Web API on my local machine but I couldn't get past the error message "Unable to load DLL 'tcxpscom_native' or one of its dependencies" when running the command 'dotnet WebAPICore.dll'.
Here's the full error message am getting:
System.DllNotFoundException: Unable to load DLL 'tcxpscom_native' or one of its dependencies: The specified module could not be found. (0x8007007E)
at TCX.Configuration.PhoneSystem.RegisterListener(MyPFN_UPDATE_LISTENER f)
at TCX.Configuration.PhoneSystem..ctor()
at TCX.Configuration.PhoneSystem.Reset(String ApplicationName, String CfgServerHost, Int32 CfgServerPort, String CfgServerUser, String CfgServerPassword, NotificationEventHandler inserted, NotificationEventHandler updated, NotificationEventHandler deleted)
at WebAPI.Program.Bootstrap(String[] args) in C:....\3cx-web-API\Program.cs:line 58
at WebAPI.Program.Main(String[] args) in C:....\3cx-web-API\Program.cs:line 426
Could you please provide me some pointers on how to resolve this error.
Thank you in advance and your help will be very much appreciated.
-Dan