I have decompiled a DLL file using Dot Net Reflector. I have made my edits to the decompiled file, but now when I try to create the DLL. I get a ton of debug errors. If I have the source code of the DLL, isn't there anyway that I can use the code in a class and keep it that way vice going through the trouble of compiling the data into a DLL file?
-Tsu
-Tsu