I am trying to start Zoiper through Zoiper API libraries with C# but I am getting the next error when I create a new instance of ZoiperAPI.
************** Exception Text **************
System.Runtime.InteropServices.COMException (0x800702E4): Retrieving the COM class factory for component with CLSID {EDE266EE-2C85-4436-A9A3-940CC5B45A1F} failed due to the following error: 800702e4 La operación solicitada requiere elevación. (Exception from HRESULT: 0x800702E4).
at System.RuntimeTypeHandle.CreateInstance(RuntimeType type, Boolean publicOnly, Boolean noCheck, Boolean& canBeCached, RuntimeMethodHandleInternal& ctor, Boolean& bNeedSecurityCheck)
at System.RuntimeType.CreateInstanceSlow(Boolean publicOnly, Boolean skipCheckThis, Boolean fillCache, StackCrawlMark& stackMark)
at System.RuntimeType.CreateInstanceDefaultCtor(Boolean publicOnly, Boolean skipCheckThis, Boolean fillCache, StackCrawlMark& stackMark)
at System.Activator.CreateInstance(Type type, Boolean nonPublic)
at System.Activator.CreateInstance(Type type)
at Codere.DynamicsCSS.ProxyCSS.ControlPanel.InitializeZoiper()
at Codere.DynamicsCSS.ProxyCSS.ControlPanel.<ControlPanel_Load>d__18.MoveNext()
--- End of stack trace from previous location where exception was thrown ---
at System.Runtime.CompilerServices.AsyncMethodBuilderCore.<>c.<ThrowAsync>b__6_0(Object state)
********************************************************************************
Can anyone help me out???
Thanks!