Skip to content

Instantly share code, notes, and snippets.

@luckerby
Created March 10, 2019 10:19
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/eaba4f2d79cf818dfd93a9c9f40cd3c2 to your computer and use it in GitHub Desktop.
Save luckerby/eaba4f2d79cf818dfd93a9c9f40cd3c2 to your computer and use it in GitHub Desktop.
*** Assembly Binder Log Entry (3/10/2019 @ 10:46:36 AM) ***
The operation was successful.
Bind result: hr = 0x0. The operation completed successfully.
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 = x64_Assembly
(Partial)
WRN: Partial binding information was supplied for an assembly:
WRN: Assembly Name: x64_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/x64_Assembly.DLL.
LOG: Assembly download was successful. Attempting setup of file: C:\Users\Albert\source\repos\CrossPlatformAssemblyLoad\HostProcess\bin\Debug\x64_Assembly.dll
LOG: Entering run-from-source setup phase.
LOG: Assembly Name is: x64_Assembly, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null
LOG: A partially-specified assembly bind succeeded from the application directory. Need to re-apply policy.
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: Binding succeeds. Returns assembly from C:\Users\Albert\source\repos\CrossPlatformAssemblyLoad\HostProcess\bin\Debug\x64_Assembly.dll.
LOG: Assembly is loaded in default load context.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment