I am trying to save an Assembly to a file using System.Reflection.Emit.AssemblyBuilder but it's not working.
I've got a variable to hold an assembly that is running perfect when I load and run it.
System.Reflection.Assembly dll = GetAssembly(resource);
Is there anyone who can help me to save this "dll" into a file like "name.dll"?