Is it possible to embed it as an embedded resource subscirbe to assemblyresolve event and return dll loaded from the executable? Something like this: Embedding one dll inside another as an embedded resource and then calling it from my code It works for normal .Net dlls but I am not sure whether it will...