You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hello. I managed to compile and run the API successfully but had to use .NET 8.0 to do so.
CSC : error CS1705: Assembly '3cxpscomcpp2' with identity '3cxpscomcpp2, Version=4.0.0.0, Culture=neutral, PublicKeyToken=53c4927ce4749cb4' uses 'System.Runtime, Version=8.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a' which has a higher version than referenced assembly 'System.Runtime' with identity 'System.Runtime, Version=7.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a' [/root/downloads/3cx-web-API/WebAPICore.csproj]
Now when i attempt to do anything via the API i only ever get this response: Idle
Is the latest version no longer compatible with this web API or is there a way for me to get it running on V20 update 1? Perhaps i made a mistake but i did have it working on V18 in the past. Any guidance would be appreciated.
The text was updated successfully, but these errors were encountered:
Hello. I managed to compile and run the API successfully but had to use .NET 8.0 to do so.
CSC : error CS1705: Assembly '3cxpscomcpp2' with identity '3cxpscomcpp2, Version=4.0.0.0, Culture=neutral, PublicKeyToken=53c4927ce4749cb4' uses 'System.Runtime, Version=8.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a' which has a higher version than referenced assembly 'System.Runtime' with identity 'System.Runtime, Version=7.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a' [/root/downloads/3cx-web-API/WebAPICore.csproj]
Now when i attempt to do anything via the API i only ever get this response: Idle
Is the latest version no longer compatible with this web API or is there a way for me to get it running on V20 update 1? Perhaps i made a mistake but i did have it working on V18 in the past. Any guidance would be appreciated.
The text was updated successfully, but these errors were encountered: