Skip to content

Instantly share code, notes, and snippets.

Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save joaoportela/5902396 to your computer and use it in GitHub Desktop.
Save joaoportela/5902396 to your computer and use it in GitHub Desktop.
Fusion log when trying to load a project using nunit.
*** Assembly Binder Log Entry (01-07-2013 @ 17:20:43) ***
The operation failed.
Bind result: hr = 0x80070002. The system cannot find the file specified.
Assembly manager loaded from: C:\Windows\Microsoft.NET\Framework\v4.0.30319\clr.dll
Running under executable C:\Program Files (x86)\NUnit 2.6.2\bin\nunit-agent-x86.exe
--- A detailed error log follows.
=== Pre-bind state information ===
LOG: User = MY-PC\Joao Portela
LOG: DisplayName = MyNamespace.Administration, Version=0.0.0.1, Culture=neutral, PublicKeyToken=null
(Fully-specified)
LOG: Appbase = file:///C:/Program Files (x86)/NUnit 2.6.2/bin/
LOG: Initial PrivatePath = NULL
LOG: Dynamic Base = NULL
LOG: Cache Base = NULL
LOG: AppName = nunit-agent-x86.exe
Calling assembly : (Unknown).
===
LOG: This bind starts in default load context.
LOG: Using application configuration file: C:\Program Files (x86)\NUnit 2.6.2\bin\nunit-agent-x86.exe.Config
LOG: Using host configuration file:
LOG: Using machine configuration file from C:\Windows\Microsoft.NET\Framework\v4.0.30319\config\machine.config.
LOG: Policy not being applied to reference at this time (private, custom, partial, or location-based assembly bind).
LOG: Attempting download of new URL file:///C:/Program Files (x86)/NUnit 2.6.2/bin/MyNamespace.Administration.DLL.
LOG: Attempting download of new URL file:///C:/Program Files (x86)/NUnit 2.6.2/bin/MyNamespace.Administration/MyNamespace.Administration.DLL.
LOG: Attempting download of new URL file:///C:/Program Files (x86)/NUnit 2.6.2/bin/lib/MyNamespace.Administration.DLL.
LOG: Attempting download of new URL file:///C:/Program Files (x86)/NUnit 2.6.2/bin/lib/MyNamespace.Administration/MyNamespace.Administration.DLL.
LOG: Attempting download of new URL file:///C:/Program Files (x86)/NUnit 2.6.2/bin/addins/MyNamespace.Administration.DLL.
LOG: Attempting download of new URL file:///C:/Program Files (x86)/NUnit 2.6.2/bin/addins/MyNamespace.Administration/MyNamespace.Administration.DLL.
LOG: Attempting download of new URL file:///C:/Program Files (x86)/NUnit 2.6.2/bin/MyNamespace.Administration.EXE.
LOG: Attempting download of new URL file:///C:/Program Files (x86)/NUnit 2.6.2/bin/MyNamespace.Administration/MyNamespace.Administration.EXE.
LOG: Attempting download of new URL file:///C:/Program Files (x86)/NUnit 2.6.2/bin/lib/MyNamespace.Administration.EXE.
LOG: Attempting download of new URL file:///C:/Program Files (x86)/NUnit 2.6.2/bin/lib/MyNamespace.Administration/MyNamespace.Administration.EXE.
LOG: Attempting download of new URL file:///C:/Program Files (x86)/NUnit 2.6.2/bin/addins/MyNamespace.Administration.EXE.
LOG: Attempting download of new URL file:///C:/Program Files (x86)/NUnit 2.6.2/bin/addins/MyNamespace.Administration/MyNamespace.Administration.EXE.
LOG: All probing URLs attempted and failed.
*** Assembly Binder Log Entry (01-07-2013 @ 17:20:43) ***
The operation failed.
Bind result: hr = 0x80070002. The system cannot find the file specified.
Assembly manager loaded from: C:\Windows\Microsoft.NET\Framework\v4.0.30319\clr.dll
Running under executable C:\Program Files (x86)\NUnit 2.6.2\bin\nunit-agent-x86.exe
--- A detailed error log follows.
=== Pre-bind state information ===
LOG: User = MY-PC\Joao Portela
LOG: DisplayName = MyNamespace.Administration, Version=0.0.0.1, Culture=neutral, PublicKeyToken=null
(Fully-specified)
LOG: Appbase = file:///C:/Program Files (x86)/NUnit 2.6.2/bin/
LOG: Initial PrivatePath = NULL
LOG: Dynamic Base = NULL
LOG: Cache Base = NULL
LOG: AppName = nunit-agent-x86.exe
Calling assembly : (Unknown).
===
LOG: This bind starts in default load context.
LOG: Using application configuration file: C:\Program Files (x86)\NUnit 2.6.2\bin\nunit-agent-x86.exe.Config
LOG: Using host configuration file:
LOG: Using machine configuration file from C:\Windows\Microsoft.NET\Framework\v4.0.30319\config\machine.config.
LOG: Policy not being applied to reference at this time (private, custom, partial, or location-based assembly bind).
LOG: Attempting download of new URL file:///C:/Program Files (x86)/NUnit 2.6.2/bin/MyNamespace.Administration.DLL.
LOG: Attempting download of new URL file:///C:/Program Files (x86)/NUnit 2.6.2/bin/MyNamespace.Administration/MyNamespace.Administration.DLL.
LOG: Attempting download of new URL file:///C:/Program Files (x86)/NUnit 2.6.2/bin/lib/MyNamespace.Administration.DLL.
LOG: Attempting download of new URL file:///C:/Program Files (x86)/NUnit 2.6.2/bin/lib/MyNamespace.Administration/MyNamespace.Administration.DLL.
LOG: Attempting download of new URL file:///C:/Program Files (x86)/NUnit 2.6.2/bin/addins/MyNamespace.Administration.DLL.
LOG: Attempting download of new URL file:///C:/Program Files (x86)/NUnit 2.6.2/bin/addins/MyNamespace.Administration/MyNamespace.Administration.DLL.
LOG: Attempting download of new URL file:///C:/Program Files (x86)/NUnit 2.6.2/bin/MyNamespace.Administration.EXE.
LOG: Attempting download of new URL file:///C:/Program Files (x86)/NUnit 2.6.2/bin/MyNamespace.Administration/MyNamespace.Administration.EXE.
LOG: Attempting download of new URL file:///C:/Program Files (x86)/NUnit 2.6.2/bin/lib/MyNamespace.Administration.EXE.
LOG: Attempting download of new URL file:///C:/Program Files (x86)/NUnit 2.6.2/bin/lib/MyNamespace.Administration/MyNamespace.Administration.EXE.
LOG: Attempting download of new URL file:///C:/Program Files (x86)/NUnit 2.6.2/bin/addins/MyNamespace.Administration.EXE.
LOG: Attempting download of new URL file:///C:/Program Files (x86)/NUnit 2.6.2/bin/addins/MyNamespace.Administration/MyNamespace.Administration.EXE.
LOG: All probing URLs attempted and failed.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment