Hi JB, I have created code to weave ASP.Net Web MVC application using Mono Cecil. MSIL injected to write method name and parameter values into the log. This code worked fine for couple of MVC applications and multiple components/dlls. Now weaved another ASP.Net Web MVC application. For some reason, method calls are getting executed repeatedly (method information written to the log). So login page is not coming up. Please let me know if I need to use any specific code of Mono Cecil to resolve this.
I am able to decompile weaved assembly using IL SPY. Also able to disassemble and assemble using ILDASM and ILASM utilities. I have tried all the options even used Rocks simplify and optimize macros. Can you please help? Thanks in advance! Regards, Venu -- -- -- mono-cecil --- You received this message because you are subscribed to the Google Groups "mono-cecil" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. For more options, visit https://groups.google.com/d/optout.
