I am trying to decompile one of our old source codes which had been developed in .Net 1.1. I have tried couple of different decompiler tools but none of them were able to give me a good result which I can compile them. usually there are parts of code which have lots of errors in .Net 1.1 but it is fine code in 2.0 or later. So I am assuming they decompile to newer version of .Net than 1.1. Tools that I have already used are: Reflector, dotPeek, CodeReflect and some more. I need a tool which can decompile in 1.1 and I would be able to compile the same code in 1.1, it doesn't need to be free tool but I need to be able to save the code from it so I can compile it.
Thanks,