Hi, On Sat, Dec 4, 2010 at 12:31 AM, joer <[email protected]> wrote: > I am trying to alter 2 assemblies at the same time. if I alter only > one, all is fine, but with both I only get chaos. While cecil shows > all correct during weaving , the resulting MSIL has invalid tokens all > over.
There should not be any issue with modifying two modules in memory. My guess is that you're getting your imports wrong. Jb -- -- mono-cecil
