How to compile the dll back after decompile C# dll ?

Posted by MemoryLeak on Stack Overflow See other posts from Stack Overflow or by MemoryLeak
Published on 2010-03-23T08:26:52Z Indexed on 2010/03/23 8:33 UTC
Read the original article Hit count: 383

Filed under:
|
|
|

I use reflector to decompile a asp.net dll, after that I find the bug and fixed it, now I want to compile it back to a dll, then I can deploy, but it seems that I can't how can I do this ?

© Stack Overflow or respective owner

Related posts about c#

Related posts about decompile