Fusion log indicates that the file is found in the expected location:
*** Assembly Binder Log Entry (2015-06-26 @ 18:55:06) ***
The operation failed.
Bind result: hr = 0x80131045. No description available.
Assembly manager loaded from: C:\Windows\Microsoft.NET\Framework\v4.0.30319\clr.dll
Running under executable C:\Program Files\NUnit 2.6.4\bin\nunit-agent.exe
--- A detailed error log follows.
=== Pre-bind state information ===
LOG: DisplayName = OmnisAPI, Version=2.1.0.0, Culture=neutral, PublicKeyToken=cac0dfcb036eae0f
(Fully-specified)
LOG: Appbase = file:///C:/Users/oskar.berggren/Documents/Projects/OmnisAPITest/OmnisAPITest/OmnisAPITestCases/bin/Debug/
LOG: Initial PrivatePath = NULL
LOG: Dynamic Base = NULL
LOG: Cache Base = C:\Users\oskar.berggren\AppData\Local\Temp\nunit20\ShadowCopyCache\4524_635709417000365244
LOG: AppName = Tests_31802718
Calling assembly : OmnisAPITest, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null.
===
LOG: This bind starts in default load context.
LOG: No application configuration file found.
LOG: Using host configuration file:
LOG: Using machine configuration file from C:\Windows\Microsoft.NET\Framework\v4.0.30319\config\machine.config.
LOG: Post-policy reference: OmnisAPI, Version=2.1.0.0, Culture=neutral, PublicKeyToken=cac0dfcb036eae0f
LOG: GAC Lookup was unsuccessful.
LOG: Attempting download of new URL file:///C:/Users/oskar.berggren/Documents/Projects/OmnisAPITest/OmnisAPITest/OmnisAPITestCases/bin/Debug/OmnisAPI.DLL.
LOG: Assembly download was successful. Attempting setup of file: C:\Users\oskar.berggren\Documents\Projects\OmnisAPITest\OmnisAPITest\OmnisAPITestCases\bin\Debug\OmnisAPI.dll
LOG: Entering download cache setup phase.
LOG: Assembly Name is: OmnisAPI, Version=2.1.0.0, Culture=neutral, PublicKeyToken=cac0dfcb036eae0f
ERR: Setup failed with hr = 0x80131045.
ERR: Failed to complete setup of assembly (hr = 0x80131045). Probing terminated.
Directory tree (obj omitted for brevity):
Folder PATH listing
Volume serial number is 680B-0A20
C:.
| nunit.framework.dll
| nunit.framework.xml
| OmnisAPI.DLL
|
\---OmnisAPITest
| OmnisAPITest.sln
| OmnisAPITest.sln.DotSettings.user
|
+---OmnisAPITest
| | app.config
| | OmnisAPITest.csproj
| | Program.cs
| |
| +---bin
| | \---Debug
| | OmnisAPI.DLL
| | OmnisAPITest.exe
| | OmnisAPITest.exe.config
| | OmnisAPITest.pdb
| | OmnisAPITest.vshost.exe
| | OmnisAPITest.vshost.exe.config
| | OmnisAPITest.vshost.exe.manifest
| |
| |
| \---Properties
| AssemblyInfo.cs
|
\---OmnisAPITestCases
| LoadOmnisApiTests.cs
| OmnisAPITestCases.csproj
|
+---bin
| \---Debug
| nunit.framework.dll
| nunit.framework.xml
| OmnisAPI.DLL
| OmnisAPITest.exe
| OmnisAPITest.pdb
| OmnisAPITestCases.dll
| OmnisAPITestCases.dll.VisualState.xml
| OmnisAPITestCases.pdb
| TestResult.xml
|
\---Properties
AssemblyInfo.cs
/Oskar