I'm trying to use the VideoCapture SDK with a Windows based Avalonia app. It works fine if I use the Avalonia 0.10.x framework but not when I upgrade to the newer 11.x framework.
There seems to be a dependency on the 0.10 version of Avalonia.Layout? I'm very new to Avalonia so this could be a complete red herring. The error on loading the VideoView component is
System.IO.FileNotFoundException
HResult=0x80070002
Message=Could not load file or assembly 'Avalonia.Layout, Version=0.10.12.0, Culture=neutral, PublicKeyToken=c8d484a7012f9a8b'. The system cannot find the file specified.
Source=VisioForge.Core.UI.Avalonia
...
Thanks
Reply
Log in please
Login
I forgot it
Login
Do not have an account?
Register
4 Answers
Oct 30 (11 months ago)
Roman Miniailovagentwrote
Hi
I'm working on it right now. It will be ready today or tomorrow. Our SDK uses a native feature that was broken for many months. That was the reason. Now all worked correctly and we can use the latest Avalonia version.