I've been trying to utilize whitemagic library made by apoc (http://www.ownedcore.com/forums/worl...r-library.html) for a tiny project, but I can't seem to get it to load. I have my library that is injected using EasyHook, and then WhiteMagic is called, it is at this point that I get this.
Both my main project, and my library are strongly named, and the only other references I am using are Easyhook, SlimDX, and fasmdll
Could anyone shed some light on what I could be missing?
Code:
4:02:45 PM,System.TypeInitializationException: The type initializer for 'CheeseLibrary.DX.Pulse' threw an exception. ---> System.IO.FileLoadException: Could not load file or assembly 'WhiteMagic, Version=0.0.1.1, Culture=neutral, PublicKeyToken=null' or one of its dependencies. A strongly-named assembly is required. (Exception from HRESULT: 0x80131044)
File name: 'WhiteMagic, Version=0.0.1.1, Culture=neutral, PublicKeyToken=null'
Could anyone shed some light on what I could be missing?