[Winrt] Hashtable & Arraylist compilation error

Hello,

I'm using Unity 4.2 in order to compile for Windows 8 platform. When I play th game in the editor, I have no problem, but when I launch the compilation, the compiler throw exception on all code where ArrayList or HashTable is present.

the error is cs0246 : The type or namespace name 'ArrayList' could not be found (are you missing a using directive or an assembly reference?)

Scripts like CombineChildren use these kind of keyword. Is it a way to replace ?

Compilation has no error for win32 or webplayer. It’s just for Windows 8…

Thanks for your help

I’ve change ‘Compilation Overrides’ to none in Settings and it compiles now.
Thanks Quantum2