Is there any way to specify path to VideoOS.Platform.SDK.Media.dll

Hi ,

To be able to display video from MipSDK we need to add a list of file including VideoOS.Platform.SDK.Media.dll in the main installation folder of the application.

My point is that I would like to put all Milestone related files in one specific folder which is not the main (the one containing the assembly) to ensure no conflict between dlls. How can I achieve this ?

I feel this is against how .NET is meant to work.

.NET searches for dependent dlls in the same folder or the GAC or subfolders based on entries in app.config.

I Agree but our solution integrates lots of third party system and some are using open libraries with different version ( Ex : SharpDx, NewtonSoft or VC++ redist…) To be able to make every third party integration, we have to isolate integration so that several version of those dll can be used simulteanously… Perfect If assembly resolve is working…!!! Thanks for the quick answer!