Well I give up for now, this is frustrating me too much. I'll try installing 1.1.17 next time I get a chance. Has anyone had any success with 1.1.18?
EDIT: I think the problem must be my own, I tried installing 1.1.17 and got the same error. So now I don't even have a clue what to do.
EDIT 2: Well here's the line that causes the problem:
Code:
CompilerParameters parms = new CompilerParameters( GetReferenceAssemblies(), path, debug );
string defines = GetDefines();
if ( defines != null )
parms.CompilerOptions = string.Format( "/define:{0}", defines );
CompilerResults results = provider.CompileAssemblyFromFile( parms, files );
from ScriptCompiler.cs, but I have no idea how I would work around that one.