Hi
I have a problem. I am starting a session and my service throws an exception
Could not load file or assembly 'MKLSupport64Bit, Version=1.0.3770.20587, Culture=neutral, PublicKeyToken=null' or one of its dependencies. The application has failed to start because its side-by-side configuration is incorrect. Please see the application
event log for more detail. (Exception from HRESULT: 0x800736B1)
File name: 'MKLSupport64Bit, Version=1.0.3770.20587, Culture=neutral, PublicKeyToken=null' ---> System.Runtime.InteropServices.COMException (0x800736B1): The application has failed to start because its side-by-side configuration is incorrect.
I tried to solve it by adding
<startup useLegacyV2RuntimeActivationPolicy="true">
to service.dll.config
but it didn't help