Greetings,
Seirge can you post your "utility.cs" script from /server? I would like to see how your getting the "public static List<TOutput> CastConvertList<TInput, TOutput>(List<TInput> list) where TOutput : TInput" to work.
This is the point at which I am stuck. I have tried the latest version of Mono (SVN) and it still doesn't seem to help. I keep ending up with one of the two following errors...
Code:
System.Exception: Compiler failed to produce the assembly. Stderr='', Stdout=''
or
Code:
System.InvalidCastException: Cannot cast from source type to destination type.