I'm using SOSS Object browser(.net 4.0-4.5). My Application is in .net 4.7. When i try to load assemblies. I'm getting "Could not load file or assembly ... or one of it's dependencies. Operation is not supported.(Exception from HRESULT: 0x80131515) "
My DotnetBrowser.exe.config look like this.
Is there any way I can load .net4.7 assemblies in to this object Browser
My DotnetBrowser.exe.config look like this.
Code:
<supportedRuntime version="v4.0"/>