Note that there are some explanatory texts on larger screens.

plurals
  1. POException with Resolving assemblies: Attempt to load an unverifiable executable with fixups
    primarykey
    data
    text
    <p>I'm embedding required assemblies to my project and resolving them on runtime with <code>AppDomain.CurrentDomain.AssemblyResolve</code> event.</p> <p>All works okay except <a href="http://www.ambiera.com/irrklang/" rel="nofollow noreferrer">irrKlang</a>'s .net4-wrapper, which throws an exception if i try so;</p> <pre><code>System.IO.FileLoadException: Attempt to load an unverifiable executable with fixups (IAT with more than 2 sections or a TLS section.) (Exception from HRESULT: 0x80131019) at System.Reflection.RuntimeAssembly.nLoadImage(Byte[] rawAssembly, Byte[] rawSymbolStore, Evidence evidence, StackCrawlMark&amp; stackMark, Boolean fIntrospection, SecurityContextSource securityContextSource) at System.Reflection.Assembly.Load(Byte[] rawAssembly) at xyz.Utility.Helpers.AssemblyManager.Resolver(Object sender, ResolveEventArgs args) in C:\Users\shalafi\Desktop\xyz\trunk\xyz\Utility\Helpers\AssemblyManager.cs:line 55 at System.AppDomain.OnAssemblyResolveEvent(RuntimeAssembly assembly, String assemblyFullName) </code></pre> <p>Basicly i suspect of CLR <a href="https://stackoverflow.com/questions/2945080/how-do-i-dynamically-load-raw-assemblies-that-contains-unmanaged-codebypassing">not being able to load mixed mode assemblies</a> with Assembly.Load(byte[]) though i'm not sure.</p> <p>I was not able to find anything related to the exception message;</p> <blockquote> <p>Attempt to load an unverifiable executable with fixups (IAT with more than 2 sections or a TLS section.)</p> </blockquote> <p>Help appreciated.</p>
    singulars
    1. This table or related slice is empty.
    plurals
    1. This table or related slice is empty.
    1. This table or related slice is empty.
 

Querying!

 
Guidance

SQuiL has stopped working due to an internal error.

If you are curious you may find further information in the browser console, which is accessible through the devtools (F12).

Reload