NOOB ALERT

Hi everyone,

I'm just getting into hacking, and have a little bit of experience programming, mainly for school, matlab, science related stuff. I'd like to alter a single line of code in a .dll library using Reflexil, i use the "replace all with code..." option and repaste the source code with 1 variable changed. When I try to compile it throws error CS1703, saying that it is referencing a duplicate mscorlib.dll. I'm not familiar with references or assemblies, but when I remove the single mscorlib.dll file from the directory with the assembly i'm trying to edit, it says it cant find methods/variables etc from that .dll when i complie. Can anyone explain what references are, what might be causing this, and a possible way to fix it?