Agora-C_Sharp-SDK
Agora-C_Sharp-SDK copied to clipboard
The Nuget only works on x86 targets
Hello, I added the Nuget to a new project, and it only runs if I set the target of my project to x86. If I set to x64, it doesn't run, giving me an exception: An unhandled exception of type 'System.BadImageFormatException' occurred in Host_Test_1.dll Could not load file or assembly 'agorartc, Version=3.6.2.0, Culture=neutral, PublicKeyToken=null'. Trying to load a program in incorret format.
Is there a Nuget version of the library that runs on x64 targets?
What is you app project architecture, .netCore, .netFramework or others?
Right now I'm using .Net 5.0 What is the recommended framework to work with the Agora library?
APIExample in this repo is based on .netCore winform and support .netcore 2.0 or later. You can try APIExample using VS2019.