Tony
Tony
C++ dll compiled incorrectly - Same issue. no luck here with docker and linux container as instructed in the [readme file ](https://github.com/AlturosDestinations/Alturos.Yolo/commit/fdf35549eb03b4863cb1d2211d38f02998b7dd98#diff-c96fccdef6ff3a606af9340c4b5651bd)
I finally got it working running on docker linux container. It seems the one provided by version 3.0.6 alpha is compatible with the docker image I was using. Tested with...
This is what I am [using](https://1drv.ms/u/s!AtdSQYjJn59ohPQC2rug2W749pAP4A). The real challenge is getting the container the proper dependencies... I was not able to use the built file using newer dotnetcore 3.1 images
I ran the above example but keep running into this issue on Windows 7 with .NET Framework 4.6.2 VisualStudio2017 Pro: System.TypeInitializationException HResult=0x80131534 Message=The type initializer for 'PLplot.Native' threw an exception....
More info - I installed using NuGet Package Manager
Fix - Manually copy over \packages\PLplot.5.13.7\runtimes\win-x64\native\ to the debug or release folder. Strangely, running a console app with .Net core does not have this issue.