File not found in VideoOS.Platform.Common.dll

When we start our application that uses MIP SDK 23.1.1 we get the following error message: MIP: Debug: FindBestAddress (): Address was found: http://xxx.xxx.xxx.xxx/. Is OAuth server: True

Exception thrown: “System.IO.FileNotFoundException” in VideoOS.Platform.Common.dll. What DLL or file are we missing? And we use the Milestone System Version 2023 R1.

What else we noticed, with an old Milestone System 2020 R1 we get the log output: “Is OAuth server: False” and not the exception.

another error in this context: “NameWertTyp sError"Another failure occured: xxx.xxx.xxx.xxx :The type initializer for ““System.IdentityModel.Tokens.Jwt.JwtSecurityTokenHandler”” throw an exception.”

The MIP SDK is now making use of NuGet packages. If you are updating an older project we recommend that you remove the references to the dlls and reference the NuGet instead. It is important in the process to remove all the old dlls so that you do not end up with a mix of old and new dlls.

If moving a very old project you might need to update the target framework to 4.7.

It might be a good idea to do a quick glance at how the samples reference and uses the NuGet..

https://github.com/milestonesys

You might be past this but I would like for reference to put a document link to the MIP SDK Getting Started Guide here.