I currently encounter the problem, that the Oracle Outside In SDK does not run,
trying to load the outsidein dll causes: "System.IO.FileLoadException: ... Strong name validation failed.",
see below:
C:\Users\...\Desktop\demo>dir oi*
Volume in drive C has no label.
Volume Serial Number is FC91-0C6B
Directory of C:\Users\...\Desktop\demo
20.08.2018 23:57 470.880 oilink.dll
21.08.2018 00:13 320.864 oilink.exe
20.08.2018 23:44 1.437.220 oilink.jar
21.08.2018 00:56 4.688 oitnsf.id
20.08.2018 23:53 17.784 oitredirectsample.exe
21.08.2018 00:03 11.584 oitredirectsample.jar
23.11.2018 14:59 10.240 oitsample.exe
21.08.2018 00:12 10.075 oitsample.jar
23.11.2018 14:59 15.872 oitsample.pdb
21.08.2018 00:56 419.840 oit_font_metrics.db
10 File(s) 2.719.047 bytes
0 Dir(s) 17.333.796.864 bytes free
C:\Users\...\Desktop\demo>oitsample.exe
Unhandled Exception: System.IO.FileLoadException: Could not load file or assembly 'outsidein, Version=1.0.0.0, Culture=neutral, PublicKeyToken=24d0e7e7d0ab8727'
or one of its dependencies. Strong name validation failed. (Exception from HRESULT: 0x8013141A) ---> System.Security.SecurityException: Strong name validation
failed. (Exception from HRESULT: 0x8013141A)
--- End of inner exception stack trace ---
at OITSample.OITSample.Main(String[] args)