I am getting an error when my application tries to login on in Windows 11. The same code works fine on Windows 10.
The error is:
System.IO.FileNotFoundException: Could not load file or assembly ‘VideoOS.Toolkit.dll’ or one of its dependencies. The specified module could not be found.
File name: ‘VideoOS.Toolkit.dll’
The file is there.
Here is the code snippet:
…InitializeUsingUserContext(
serverUri,
username,
password,
isAD,
string.Empty
);
Environment is:
Server: 2019
Workstation: Windows 11
Milestone API: 23.2.1
Any guidance would be appreciated. Thank you