Alturos.Yolo
Alturos.Yolo copied to clipboard
Microsoft Visual C++ 2017-2019 Redistributable (x64) - Thrown Unexpectedly.
i have the 2017-2019 redistributable installed and yet the issue keeps happening.
I discovered what is the reason, and cannot find a way to resolve it. If the last version of your NuGet package is older than the latest Microsoft C++ runtime, we always get this error. I think IsMicrosoftVisualCPlusPlus2017Available function needs refactoring, so that you check the latest installed version of the runtime, and raise the error if it is lower than expected. The way this function is currently implemented makes us never be able to keep up with different version versions of runtime installed on our PC.
For time being, I've created PR to add support for latest versions https://github.com/AlturosDestinations/Alturos.Yolo/pull/143
P.S. The latest NuGet package covers version 14.25, whereas from the latest code (commited in February) we can see 14.26 being anticipated.
i have the 2017-2019 redistributable installed and yet the issue keeps happening.
I had the same error. Have you solved it?
@k0kao The fix is to use the old version of the vc redistributable version 14.22.27821.
@k0kao The fix is to use the old version of the vc redistributable version 14.22.27821.
thx for ur kind!! i solved it!
Hi there, I also get this problem. It can be solved by using an older version 14.22.27821. But in the reality, the user can update this package or the windows will update this automatically. Is there anyone know how to solve this problem, so that it won't fail when the c++ redistributor is updated