Using this Scripts I get compile error during .exe compilation:
Quote:
Server/TileMatrix.cs(487,21): error CS0246: The type or namespace name `GCHandle ' could not be found. Are you missing a using directive or an assembly reference ?
Server/TileMatrix.cs(591,17): error CS0246: The type or namespace name `GCHandle ' could not be found. Are you missing a using directive or an assembly reference ?
Compilation failed: 2 error(s), 0 warnings
|