Skip to content

Instantly share code, notes, and snippets.

@luckerby
Created March 10, 2019 10:25
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 luckerby/11cc8efe2c2187008c8c74b2c6350a14 to your computer and use it in GitHub Desktop.
Save luckerby/11cc8efe2c2187008c8c74b2c6350a14 to your computer and use it in GitHub Desktop.
*** Assembly Binder Log Entry (3/10/2019 @ 10:46:36 AM) ***
The operation failed.
Bind result: hr = 0x8007000b. An attempt was made to load a program with an incorrect format.
Assembly manager loaded from: C:\Windows\Microsoft.NET\Framework64\v4.0.30319\clr.dll
Running under executable C:\Users\Albert\source\repos\CrossPlatformAssemblyLoad\HostProcess\bin\Debug\HostProcess.exe
--- A detailed error log follows.
=== Pre-bind state information ===
LOG: DisplayName = x86_Assembly
(Partial)
WRN: Partial binding information was supplied for an assembly:
WRN: Assembly Name: x86_Assembly | Domain ID: 1
WRN: A partial bind occurs when only part of the assembly display name is provided.
WRN: This might result in the binder loading an incorrect assembly.
WRN: It is recommended to provide a fully specified textual identity for the assembly,
WRN: that consists of the simple name, version, culture, and public key token.
WRN: See whitepaper http://go.microsoft.com/fwlink/?LinkId=109270 for more information and common solutions to this issue.
LOG: Appbase = file:///C:/Users/Albert/source/repos/CrossPlatformAssemblyLoad/HostProcess/bin/Debug/
LOG: Initial PrivatePath = NULL
LOG: Dynamic Base = NULL
LOG: Cache Base = NULL
LOG: AppName = HostProcess.exe
Calling assembly : HostProcess, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null.
===
LOG: This bind starts in default load context.
LOG: Using application configuration file: C:\Users\Albert\source\repos\CrossPlatformAssemblyLoad\HostProcess\bin\Debug\HostProcess.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: 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:/Users/Albert/source/repos/CrossPlatformAssemblyLoad/HostProcess/bin/Debug/x86_Assembly.DLL.
LOG: Assembly download was successful. Attempting setup of file: C:\Users\Albert\source\repos\CrossPlatformAssemblyLoad\HostProcess\bin\Debug\x86_Assembly.dll
LOG: Entering run-from-source setup phase.
LOG: Assembly Name is: x86_Assembly, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null
ERR: Invalid assembly platform or ContentType in file (hr = 0x8007000b).
ERR: Run-from-source setup phase failed with hr = 0x8007000b.
ERR: Failed to complete setup of assembly (hr = 0x8007000b). Probing terminated.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment