VideoOS.Platform.SDK.dll

As part of over integration we are using VideoOS.Platform.SDK.Export.dll and its version in Samples is 4.0.0.0, as we are working on SDK 2014 SP3, it is having VideoOS.Platform.SDK.Export.dll version 5.1.1.489 the solution is getting compilation error and and not recognizing latest version dll.

Please do the needfull on urgent basis.

Thanks!

Karuna Prasad

I suspect that you have the wrong dependent files in your project, at least it is a possible explanation.

See MIP Documentation - .NET Library Initialization

Pay attention to the notes -

Note: The VideoOS.Platform.SDK.UI.dll, VideoOS.Platform.SDK.Export.dll and VideoOS.Platform.Media are using C++ dlls. To run in 64-bit environments, they will require your application EXE file being compiled for target x64, and use the C++ DLLs located in the MIPSDK\Binx64 folder.

Note: The MIPSDK\Bin folder contains DLLs compiled for 32-bit or AnyCPU, the MIPSDK\BinX64 contains DLLs compiled for 64-bit and AnyCPU.

Try to remove the references (to the Milestone dlls) and all dependent files from your project and then add the references again (pointing to the new MIP SDK) and use the CopyImageViewerActiveX.bat file and the CopyExportFiles.bat file to copy the right files.