Hey, On Tue, May 4, 2010 at 3:11 PM, Alix <[email protected]> wrote: > ...but I can't seem to find a way to do that without an > AssemblyDefinition, and since my assembly is still in creation and not > yet written to a .dll, I can't do this: > AssemblyFactory.GetAssembly("MyAssemblyInCreation.dll"); > because the file doesn't exist.
That's precisely your issue. How could Cecil modify an assembly that doesn't exist? -- Jb Evain <[email protected]> -- -- mono-cecil
