*** Assembly Binder Log Entry (13/05/2015 @ 14:36:55) ***
The operation failed.
Bind result: hr = 0x80070002. The system cannot find the file specified.
Assembly manager loaded from: C:\Windows\Microsoft.NET\Framework64\v4.0.30319\clr.dll
Running under executable C:\test\jni4net\lib\bin\proxygen.exe
--- A detailed error log follows.
=== Pre-bind state information ===
LOG: DisplayName = jni4net.n-0.8.8.0, Version=0.8.8.0, Culture=neutral, PublicKeyToken=134a23405600bab4
(Fully-specified)
LOG: Appbase = file:///C:/test/jni4net/lib/bin/
LOG: Initial PrivatePath = NULL
LOG: Dynamic Base = NULL
LOG: Cache Base = NULL
LOG: AppName = proxygen.exe
Calling assembly : proxygen, Version=0.8.8.0, Culture=neutral, PublicKeyToken=134a23405600bab4.
===
LOG: This bind starts in default load context.
LOG: Using application configuration file: C:\test\jni4net\lib\bin\proxygen.exe.Config
LOG: Using host configuration file:
LOG: Using machine configuration file from C:\Windows\Microsoft.NET\Framework64\v4.0.30319\config\machine.config.
LOG: Post-policy reference: jni4net.n-0.8.8.0, Version=0.8.8.0, Culture=neutral, PublicKeyToken=134a23405600bab4
LOG: GAC Lookup was unsuccessful.
LOG: Attempting download of new URL file:///C:/test/jni4net/lib/bin/jni4net.n-0.8.8.0.DLL.
LOG: Attempting download of new URL file:///C:/test/jni4net/lib/bin/jni4net.n-0.8.8.0/jni4net.n-0.8.8.0.DLL.
LOG: Attempting download of new URL file:///C:/test/jni4net/lib/bin/jni4net.n-0.8.8.0.EXE.
LOG: Attempting download of new URL file:///C:/test/jni4net/lib/bin/jni4net.n-0.8.8.0/jni4net.n-0.8.8.0.EXE.
LOG: All probing URLs attempted and failed.
Never looked into these kind of log files but the path C:/test/jni4net/lib/bin exists but the dll is not in there (only proxygen.exe and proxygen.exe.config ) I copied the dll into the bin but this gave me the same assembly log. Any idea what can be wrong?