View Single Post
Old 10-19-2006, 07:55 PM   #8 (permalink)
TheNorthStar
Forum Novice
 
Join Date: Aug 2004
Location: :P
Age: 21
Posts: 138
Send a message via AIM to TheNorthStar
Default

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.
__________________
Make music online with Splice!

Last edited by TheNorthStar; 10-19-2006 at 11:36 PM.
TheNorthStar is offline   Reply With Quote