Windows Phone 8.1 and Cocos2d C# port

Hi,

I am looking some step by step guide for using C# port of cocos2d-x (I want to use C# version in my WP 8.1 project). Can anybody point me any step by step guide? I see a project in GitHub https://github.com/Cocos2DXNA/cocos2d-xna but could not make it working in WP 8.1

Is there any working port in C#, any tutorial?

Thanks

Here’s another, but not sure if you need Xamarin to publish.

CocosSharp is built (AFAIK by Xamarin) over MonoGame, and so requires Xamarin for iOS/Android platforms. Cocos2DXNA has the same requirements.

Hi,
I get the following errors, can anybody help me?

Error 423 ‘CocosSharp.CCApplication.GameTime’ is a ‘field’ but is used like a ‘type’ C:\GameDevelopment\Cocos2d_CSharp\cocosSharp\src\platform\CCApplication.cs 207 18 CocosSharp.WindowsPhone81
Error 483 ‘CocosSharp.CCApplication.GameTime’ is a ‘field’ but is used like a ‘type’ C:\GameDevelopment\Cocos2d_CSharp\cocosSharp\src\platform\CCApplication.cs 786 37 CocosSharp.WindowsPhone81
Error 485 ‘CocosSharp.CCApplication.GameTime’ is a ‘field’ but is used like a ‘type’ C:\GameDevelopment\Cocos2d_CSharp\cocosSharp\src\platform\CCApplication.cs 840 35 CocosSharp.WindowsPhone81
Error 428 ‘CocosSharp.CCApplication.GraphicsDeviceManager’ is a ‘property’ but is used like a ‘type’ C:\GameDevelopment\Cocos2d_CSharp\cocosSharp\src\platform\CCApplication.cs 234 9 CocosSharp.WindowsPhone81
Error 434 ‘CocosSharp.CCApplication.GraphicsDeviceManager’ is a ‘property’ but is used like a ‘type’ C:\GameDevelopment\Cocos2d_CSharp\cocosSharp\src\platform\CCApplication.cs 374 42 CocosSharp.WindowsPhone81
Error 437 ‘CocosSharp.CCApplication.GraphicsDeviceManager’ is a ‘property’ but is used like a ‘type’ C:\GameDevelopment\Cocos2d_CSharp\cocosSharp\src\platform\CCApplication.cs 385 42 CocosSharp.WindowsPhone81
Error 443 ‘CocosSharp.CCApplication.GraphicsDeviceManager’ is a ‘property’ but is used like a ‘type’ C:\GameDevelopment\Cocos2d_CSharp\cocosSharp\src\platform\CCApplication.cs 463 18 CocosSharp.WindowsPhone81
Error 446 ‘CocosSharp.CCApplication.GraphicsDeviceManager’ is a ‘property’ but is used like a ‘type’ C:\GameDevelopment\Cocos2d_CSharp\cocosSharp\src\platform\CCApplication.cs 465 86 CocosSharp.WindowsPhone81
Error 454 ‘CocosSharp.CCApplication.GraphicsDeviceManager’ is a ‘property’ but is used like a ‘type’ C:\GameDevelopment\Cocos2d_CSharp\cocosSharp\src\platform\CCApplication.cs 510 31 CocosSharp.WindowsPhone81
Error 459 ‘CocosSharp.CCApplication.GraphicsDeviceManager’ is a ‘property’ but is used like a ‘type’ C:\GameDevelopment\Cocos2d_CSharp\cocosSharp\src\platform\CCApplication.cs 520 33 CocosSharp.WindowsPhone81
Error 489 ‘CocosSharp.CCApplication.GraphicsDeviceManager’ is a ‘property’ but is used like a ‘type’ C:\GameDevelopment\Cocos2d_CSharp\cocosSharp\src\platform\CCApplication.cs 863 38 CocosSharp.WindowsPhone81
Error 440 ‘CocosSharp.CCContentManager’ does not contain a definition for ‘RootDirectory’ and no extension method ‘RootDirectory’ accepting a first argument of type ‘CocosSharp.CCContentManager’ could be found (are you missing a using directive or an assembly reference?) C:\GameDevelopment\Cocos2d_CSharp\cocosSharp\src\platform\CCApplication.cs 404 64 CocosSharp.WindowsPhone81
Error 441 ‘CocosSharp.CCContentManager’ does not contain a definition for ‘RootDirectory’ and no extension method ‘RootDirectory’ accepting a first argument of type ‘CocosSharp.CCContentManager’ could be found (are you missing a using directive or an assembly reference?) C:\GameDevelopment\Cocos2d_CSharp\cocosSharp\src\platform\CCApplication.cs 405 57 CocosSharp.WindowsPhone81
Error 250 ‘CocosSharp.CCDrawNode.StringData.Color’ is a ‘field’ but is used like a ‘type’ C:\GameDevelopment\Cocos2d_CSharp\cocosSharp\src\misc_nodes\CCDrawNode.cs 41 70 CocosSharp.WindowsPhone81
Error 464 ‘CocosSharp.CCGame’ does not contain a definition for ‘Activated’ and no extension method ‘Activated’ accepting a first argument of type ‘CocosSharp.CCGame’ could be found (are you missing a using directive or an assembly reference?) C:\GameDevelopment\Cocos2d_CSharp\cocosSharp\src\platform\CCApplication.cs 529 18 CocosSharp.WindowsPhone81
Error 468 ‘CocosSharp.CCGame’ does not contain a definition for ‘Components’ and no extension method ‘Components’ accepting a first argument of type ‘CocosSharp.CCGame’ could be found (are you missing a using directive or an assembly reference?) C:\GameDevelopment\Cocos2d_CSharp\cocosSharp\src\platform\CCApplication.cs 534 18 CocosSharp.WindowsPhone81
Error 460 ‘CocosSharp.CCGame’ does not contain a definition for ‘Content’ and no extension method ‘Content’ accepting a first argument of type ‘CocosSharp.CCGame’ could be found (are you missing a using directive or an assembly reference?) C:\GameDevelopment\Cocos2d_CSharp\cocosSharp\src\platform\CCApplication.cs 522 28 CocosSharp.WindowsPhone81
Error 465 ‘CocosSharp.CCGame’ does not contain a definition for ‘Deactivated’ and no extension method ‘Deactivated’ accepting a first argument of type ‘CocosSharp.CCGame’ could be found (are you missing a using directive or an assembly reference?) C:\GameDevelopment\Cocos2d_CSharp\cocosSharp\src\platform\CCApplication.cs 530 18 CocosSharp.WindowsPhone81
Error 466 ‘CocosSharp.CCGame’ does not contain a definition for ‘Exiting’ and no extension method ‘Exiting’ accepting a first argument of type ‘CocosSharp.CCGame’ could be found (are you missing a using directive or an assembly reference?) C:\GameDevelopment\Cocos2d_CSharp\cocosSharp\src\platform\CCApplication.cs 531 18 CocosSharp.WindowsPhone81
Error 477 ‘CocosSharp.CCGame’ does not contain a definition for ‘GraphicsDevice’ and no extension method ‘GraphicsDevice’ accepting a first argument of type ‘CocosSharp.CCGame’ could be found (are you missing a using directive or an assembly reference?) C:\GameDevelopment\Cocos2d_CSharp\cocosSharp\src\platform\CCApplication.cs 746 21 CocosSharp.WindowsPhone81
Error 461 ‘CocosSharp.CCGame’ does not contain a definition for ‘IsFixedTimeStep’ and no extension method ‘IsFixedTimeStep’ accepting a first argument of type ‘CocosSharp.CCGame’ could be found (are you missing a using directive or an assembly reference?) C:\GameDevelopment\Cocos2d_CSharp\cocosSharp\src\platform\CCApplication.cs 525 18 CocosSharp.WindowsPhone81
Error 467 ‘CocosSharp.CCGame’ does not contain a definition for ‘Window’ and no extension method ‘Window’ accepting a first argument of type ‘CocosSharp.CCGame’ could be found (are you missing a using directive or an assembly reference?) C:\GameDevelopment\Cocos2d_CSharp\cocosSharp\src\platform\CCApplication.cs 532 18 CocosSharp.WindowsPhone81
Error 469 ‘CocosSharp.CCGame’ does not contain a definition for ‘Window’ and no extension method ‘Window’ accepting a first argument of type ‘CocosSharp.CCGame’ could be found (are you missing a using directive or an assembly reference?) C:\GameDevelopment\Cocos2d_CSharp\cocosSharp\src\platform\CCApplication.cs 557 29 CocosSharp.WindowsPhone81
Error 471 ‘CocosSharp.CCGame’ does not contain a definition for ‘Window’ and no extension method ‘Window’ accepting a first argument of type ‘CocosSharp.CCGame’ could be found (are you missing a using directive or an assembly reference?) C:\GameDevelopment\Cocos2d_CSharp\cocosSharp\src\platform\CCApplication.cs 558 28 CocosSharp.WindowsPhone81
Error 473 ‘CocosSharp.CCGame’ does not contain a definition for ‘Window’ and no extension method ‘Window’ accepting a first argument of type ‘CocosSharp.CCGame’ could be found (are you missing a using directive or an assembly reference?) C:\GameDevelopment\Cocos2d_CSharp\cocosSharp\src\platform\CCApplication.cs 635 78 CocosSharp.WindowsPhone81
Error 246 ‘CocosSharp.CCNode.Color’ is a ‘property’ but is used like a ‘type’ C:\GameDevelopment\Cocos2d_CSharp\cocosSharp\src\misc_nodes\CCDrawNode.cs 37 20 CocosSharp.WindowsPhone81
Error 353 ‘CocosSharp.CCV3F_C4B.VertexDeclaration’ is a ‘field’ but is used like a ‘type’ C:\GameDevelopment\Cocos2d_CSharp\cocosSharp\src\predefine\CCTypes.cs 795 9 CocosSharp.WindowsPhone81
Error 364 ‘CocosSharp.CCV3F_C4B_T2F.VertexDeclaration’ is a ‘field’ but is used like a ‘type’ C:\GameDevelopment\Cocos2d_CSharp\cocosSharp\src\predefine\CCTypes.cs 855 9 CocosSharp.WindowsPhone81
Error 368 ‘CocosSharp.CCV3F_C4B_T2F_Quad.VertexDeclaration’ is a ‘field’ but is used like a ‘type’ C:\GameDevelopment\Cocos2d_CSharp\cocosSharp\src\predefine\CCTypes.cs 904 9 CocosSharp.WindowsPhone81
Error 211 ‘CocosSharp.CCV3F_T2F.VertexDeclaration’ is a ‘field’ but is used like a ‘type’ C:\GameDevelopment\Cocos2d_CSharp\cocosSharp\src\effects\CCGrid3D.cs 20 9 CocosSharp.WindowsPhone81
Error 447 ‘object’ does not contain a constructor that takes 1 arguments C:\GameDevelopment\Cocos2d_CSharp\cocosSharp\src\platform\CCApplication.cs 490 15 CocosSharp.WindowsPhone81
Error 475 ‘object’ does not contain a definition for ‘Dispose’ C:\GameDevelopment\Cocos2d_CSharp\cocosSharp\src\platform\CCApplication.cs 669 18 CocosSharp.WindowsPhone81
Error 419 ‘object’ does not contain a definition for ‘Draw’ C:\GameDevelopment\Cocos2d_CSharp\cocosSharp\src\platform\CCApplication.cs 149 18 CocosSharp.WindowsPhone81
Error 486 ‘object’ does not contain a definition for ‘Draw’ C:\GameDevelopment\Cocos2d_CSharp\cocosSharp\src\platform\CCApplication.cs 857 18 CocosSharp.WindowsPhone81
Error 415 ‘object’ does not contain a definition for ‘Initialize’ C:\GameDevelopment\Cocos2d_CSharp\cocosSharp\src\platform\CCApplication.cs 138 18 CocosSharp.WindowsPhone81
Error 482 ‘object’ does not contain a definition for ‘Initialize’ C:\GameDevelopment\Cocos2d_CSharp\cocosSharp\src\platform\CCApplication.cs 783 18 CocosSharp.WindowsPhone81
Error 480 ‘object’ does not contain a definition for ‘LoadContent’ C:\GameDevelopment\Cocos2d_CSharp\cocosSharp\src\platform\CCApplication.cs 766 22 CocosSharp.WindowsPhone81
Error 481 ‘object’ does not contain a definition for ‘LoadContent’ C:\GameDevelopment\Cocos2d_CSharp\cocosSharp\src\platform\CCApplication.cs 775 22 CocosSharp.WindowsPhone81
Error 421 ‘object’ does not contain a definition for ‘Update’ C:\GameDevelopment\Cocos2d_CSharp\cocosSharp\src\platform\CCApplication.cs 175 18 CocosSharp.WindowsPhone81
Error 484 ‘object’ does not contain a definition for ‘Update’ C:\GameDevelopment\Cocos2d_CSharp\cocosSharp\src\platform\CCApplication.cs 837 18 CocosSharp.WindowsPhone81
Error 401 Metadata file ‘C:\GameDevelopment\Cocos2d_CSharp\cocosSharp\src\bin\WindowsPhone81\AnyCPU\Debug\CocosSharp.dll’ could not be found C:\GameDevelopment\Cocos2d_CSharp\cocosSharp\tests\tests\WindowsPhone81\CSC CocosSharp.Tests.WindowsPhone81
Error 504 The name ‘Buttons’ does not exist in the current context C:\GameDevelopment\Cocos2d_CSharp\cocosSharp\src\platform\CCApplication.cs 1015 81 CocosSharp.WindowsPhone81
Error 505 The name ‘Buttons’ does not exist in the current context C:\GameDevelopment\Cocos2d_CSharp\cocosSharp\src\platform\CCApplication.cs 1019 82 CocosSharp.WindowsPhone81
Error 495 The name ‘ButtonState’ does not exist in the current context C:\GameDevelopment\Cocos2d_CSharp\cocosSharp\src\platform\CCApplication.cs 934 53 CocosSharp.WindowsPhone81
Error 496 The name ‘ButtonState’ does not exist in the current context C:\GameDevelopment\Cocos2d_CSharp\cocosSharp\src\platform\CCApplication.cs 938 55 CocosSharp.WindowsPhone81
Error 497 The name ‘ButtonState’ does not exist in the current context C:\GameDevelopment\Cocos2d_CSharp\cocosSharp\src\platform\CCApplication.cs 942 60 CocosSharp.WindowsPhone81
Error 498 The name ‘ButtonState’ does not exist in the current context C:\GameDevelopment\Cocos2d_CSharp\cocosSharp\src\platform\CCApplication.cs 946 47 CocosSharp.WindowsPhone81
Error 499 The name ‘ButtonState’ does not exist in the current context C:\GameDevelopment\Cocos2d_CSharp\cocosSharp\src\platform\CCApplication.cs 950 47 CocosSharp.WindowsPhone81
Error 500 The name ‘ButtonState’ does not exist in the current context C:\GameDevelopment\Cocos2d_CSharp\cocosSharp\src\platform\CCApplication.cs 954 47 CocosSharp.WindowsPhone81
Error 501 The name ‘ButtonState’ does not exist in the current context C:\GameDevelopment\Cocos2d_CSharp\cocosSharp\src\platform\CCApplication.cs 958 47 CocosSharp.WindowsPhone81
Error 502 The name ‘ButtonState’ does not exist in the current context C:\GameDevelopment\Cocos2d_CSharp\cocosSharp\src\platform\CCApplication.cs 962 69 CocosSharp.WindowsPhone81
Error 503 The name ‘ButtonState’ does not exist in the current context C:\GameDevelopment\Cocos2d_CSharp\cocosSharp\src\platform\CCApplication.cs 966 71 CocosSharp.WindowsPhone81
Error 506 The name ‘ButtonState’ does not exist in the current context C:\GameDevelopment\Cocos2d_CSharp\cocosSharp\src\platform\CCApplication.cs 1053 56 CocosSharp.WindowsPhone81
Error 418 The name ‘Color’ does not exist in the current context C:\GameDevelopment\Cocos2d_CSharp\cocosSharp\src\platform\CCApplication.cs 147 34 CocosSharp.WindowsPhone81
Error 470 The name ‘DisplayOrientation’ does not exist in the current context C:\GameDevelopment\Cocos2d_CSharp\cocosSharp\src\platform\CCApplication.cs 557 58 CocosSharp.WindowsPhone81
Error 472 The name ‘DisplayOrientation’ does not exist in the current context C:\GameDevelopment\Cocos2d_CSharp\cocosSharp\src\platform\CCApplication.cs 558 57 CocosSharp.WindowsPhone81
Error 432 The name ‘Game’ does not exist in the current context C:\GameDevelopment\Cocos2d_CSharp\cocosSharp\src\platform\CCApplication.cs 373 31 CocosSharp.WindowsPhone81
Error 435 The name ‘Game’ does not exist in the current context C:\GameDevelopment\Cocos2d_CSharp\cocosSharp\src\platform\CCApplication.cs 384 31 CocosSharp.WindowsPhone81
Error 438 The name ‘Game’ does not exist in the current context C:\GameDevelopment\Cocos2d_CSharp\cocosSharp\src\platform\CCApplication.cs 398 26 CocosSharp.WindowsPhone81
Error 439 The name ‘Game’ does not exist in the current context C:\GameDevelopment\Cocos2d_CSharp\cocosSharp\src\platform\CCApplication.cs 399 19 CocosSharp.WindowsPhone81
Error 444 The name ‘Game’ does not exist in the current context C:\GameDevelopment\Cocos2d_CSharp\cocosSharp\src\platform\CCApplication.cs 465 26 CocosSharp.WindowsPhone81
Error 452 The name ‘Game’ does not exist in the current context C:\GameDevelopment\Cocos2d_CSharp\cocosSharp\src\platform\CCApplication.cs 506 70 CocosSharp.WindowsPhone81
Error 455 The name ‘Game’ does not exist in the current context C:\GameDevelopment\Cocos2d_CSharp\cocosSharp\src\platform\CCApplication.cs 514 21 CocosSharp.WindowsPhone81
Error 457 The name ‘Game’ does not exist in the current context C:\GameDevelopment\Cocos2d_CSharp\cocosSharp\src\platform\CCApplication.cs 516 21 CocosSharp.WindowsPhone81
Error 476 The name ‘Game’ does not exist in the current context C:\GameDevelopment\Cocos2d_CSharp\cocosSharp\src\platform\CCApplication.cs 711 56 CocosSharp.WindowsPhone81
Error 478 The name ‘Game’ does not exist in the current context C:\GameDevelopment\Cocos2d_CSharp\cocosSharp\src\platform\CCApplication.cs 764 45 CocosSharp.WindowsPhone81
Error 479 The name ‘Game’ does not exist in the current context C:\GameDevelopment\Cocos2d_CSharp\cocosSharp\src\platform\CCApplication.cs 764 75 CocosSharp.WindowsPhone81
Error 487 The name ‘Game’ does not exist in the current context C:\GameDevelopment\Cocos2d_CSharp\cocosSharp\src\platform\CCApplication.cs 862 27 CocosSharp.WindowsPhone81
Error 494 The name ‘GamePad’ does not exist in the current context C:\GameDevelopment\Cocos2d_CSharp\cocosSharp\src\platform\CCApplication.cs 910 28 CocosSharp.WindowsPhone81
Error 463 The name ‘GestureType’ does not exist in the current context C:\GameDevelopment\Cocos2d_CSharp\cocosSharp\src\platform\CCApplication.cs 527 42 CocosSharp.WindowsPhone81
Error 417 The name ‘GraphicsDevice’ does not exist in the current context C:\GameDevelopment\Cocos2d_CSharp\cocosSharp\src\platform\CCApplication.cs 147 13 CocosSharp.WindowsPhone81
Error 429 The name ‘MonoGame’ does not exist in the current context C:\GameDevelopment\Cocos2d_CSharp\cocosSharp\src\platform\CCApplication.cs 286 24 CocosSharp.WindowsPhone81
Error 413 The name ‘TouchPanel’ does not exist in the current context C:\GameDevelopment\Cocos2d_CSharp\cocosSharp\src\platform\CCApplication.cs 118 13 CocosSharp.WindowsPhone81
Error 414 The name ‘TouchPanel’ does not exist in the current context C:\GameDevelopment\Cocos2d_CSharp\cocosSharp\src\platform\CCApplication.cs 119 13 CocosSharp.WindowsPhone81
Error 462 The name ‘TouchPanel’ does not exist in the current context C:\GameDevelopment\Cocos2d_CSharp\cocosSharp\src\platform\CCApplication.cs 527 13 CocosSharp.WindowsPhone81
Error 293 The type or namespace name ‘AlphaTestEffect’ could not be found (are you missing a using directive or an assembly reference?) C:\GameDevelopment\Cocos2d_CSharp\cocosSharp\src\platform\CCDrawManager.cs 112 18 CocosSharp.WindowsPhone81
Error 194 The type or namespace name ‘BasicEffect’ could not be found (are you missing a using directive or an assembly reference?) C:\GameDevelopment\Cocos2d_CSharp\cocosSharp\src\platform\CCGeometryBatch.cs 14 18 CocosSharp.WindowsPhone81
Error 195 The type or namespace name ‘BasicEffect’ could not be found (are you missing a using directive or an assembly reference?) C:\GameDevelopment\Cocos2d_CSharp\cocosSharp\src\platform\CCPrimitiveBatch.cs 14 18 CocosSharp.WindowsPhone81
Error 272 The type or namespace name ‘BasicEffect’ could not be found (are you missing a using directive or an assembly reference?) C:\GameDevelopment\Cocos2d_CSharp\cocosSharp\src\platform\CCDrawManager.cs 86 9 CocosSharp.WindowsPhone81
Error 291 The type or namespace name ‘BasicEffect’ could not be found (are you missing a using directive or an assembly reference?) C:\GameDevelopment\Cocos2d_CSharp\cocosSharp\src\platform\CCDrawManager.cs 111 18 CocosSharp.WindowsPhone81
Error 247 The type or namespace name ‘Blend’ could not be found (are you missing a using directive or an assembly reference?) C:\GameDevelopment\Cocos2d_CSharp\cocosSharp\src\platform\CCOGLES.cs 39 19 CocosSharp.WindowsPhone81
Error 266 The type or namespace name ‘BlendState’ could not be found (are you missing a using directive or an assembly reference?) C:\GameDevelopment\Cocos2d_CSharp\cocosSharp\src\platform\CCDrawManager.cs 77 42 CocosSharp.WindowsPhone81
Error 308 The type or namespace name ‘BlendState’ could not be found (are you missing a using directive or an assembly reference?) C:\GameDevelopment\Cocos2d_CSharp\cocosSharp\src\platform\CCDrawManager.cs 187 18 CocosSharp.WindowsPhone81
Error 329 The type or namespace name ‘BlendState’ could not be found (are you missing a using directive or an assembly reference?) C:\GameDevelopment\Cocos2d_CSharp\cocosSharp\src\platform\CCGeometryBatch.cs 327 16 CocosSharp.WindowsPhone81
Error 394 The type or namespace name ‘BufferUsage’ could not be found (are you missing a using directive or an assembly reference?) C:\GameDevelopment\Cocos2d_CSharp\cocosSharp\src\platform\CCDrawManager.cs 1588 9 CocosSharp.WindowsPhone81
Error 396 The type or namespace name ‘BufferUsage’ could not be found (are you missing a using directive or an assembly reference?) C:\GameDevelopment\Cocos2d_CSharp\cocosSharp\src\platform\CCDrawManager.cs 1630 46 CocosSharp.WindowsPhone81
Error 335 The type or namespace name ‘ClearOptions’ could not be found (are you missing a using directive or an assembly reference?) C:\GameDevelopment\Cocos2d_CSharp\cocosSharp\src\platform\CCDrawManager.cs 566 29 CocosSharp.WindowsPhone81
Error 251 The type or namespace name ‘Color’ could not be found (are you missing a using directive or an assembly reference?) C:\GameDevelopment\Cocos2d_CSharp\cocosSharp\src\support\image_support\CCTGAlib.cs 42 10 CocosSharp.WindowsPhone81
Error 305 The type or namespace name ‘Color’ could not be found (are you missing a using directive or an assembly reference?) C:\GameDevelopment\Cocos2d_CSharp\cocosSharp\src\predefine\CCTypes.cs 172 22 CocosSharp.WindowsPhone81
Error 319 The type or namespace name ‘Color’ could not be found (are you missing a using directive or an assembly reference?) C:\GameDevelopment\Cocos2d_CSharp\cocosSharp\src\predefine\CCTypes.cs 252 41 CocosSharp.WindowsPhone81
Error 326 The type or namespace name ‘Color’ could not be found (are you missing a using directive or an assembly reference?) C:\GameDevelopment\Cocos2d_CSharp\cocosSharp\src\predefine\CCTypes.cs 321 35 CocosSharp.WindowsPhone81
Error 336 The type or namespace name ‘Color’ could not be found (are you missing a using directive or an assembly reference?) C:\GameDevelopment\Cocos2d_CSharp\cocosSharp\src\platform\CCDrawManager.cs 566 51 CocosSharp.WindowsPhone81
Error 193 The type or namespace name ‘ContentManager’ could not be found (are you missing a using directive or an assembly reference?) C:\GameDevelopment\Cocos2d_CSharp\cocosSharp\src\platform\CCContentManager.cs 12 34 CocosSharp.WindowsPhone81
Error 217 The type or namespace name ‘ContentManager’ could not be found (are you missing a using directive or an assembly reference?) C:\GameDevelopment\Cocos2d_CSharp\cocosSharp\src\platform\CCSpriteFontCache.cs 25 16 CocosSharp.WindowsPhone81
Error 442 The type or namespace name ‘ContentManager’ could not be found (are you missing a using directive or an assembly reference?) C:\GameDevelopment\Cocos2d_CSharp\cocosSharp\src\platform\CCApplication.cs 436 9 CocosSharp.WindowsPhone81
Error 197 The type or namespace name ‘ContentReader’ could not be found (are you missing a using directive or an assembly reference?) C:\GameDevelopment\Cocos2d_CSharp\cocosSharp\src\platform\ContentReaders\CCRectReader.cs 15 41 CocosSharp.WindowsPhone81
Error 198 The type or namespace name ‘ContentReader’ could not be found (are you missing a using directive or an assembly reference?) C:\GameDevelopment\Cocos2d_CSharp\cocosSharp\src\platform\ContentReaders\CCPointReader.cs 15 42 CocosSharp.WindowsPhone81
Error 199 The type or namespace name ‘ContentReader’ could not be found (are you missing a using directive or an assembly reference?) C:\GameDevelopment\Cocos2d_CSharp\cocosSharp\src\platform\ContentReaders\CCBMFontPaddingReader.cs 15 73 CocosSharp.WindowsPhone81
Error 200 The type or namespace name ‘ContentReader’ could not be found (are you missing a using directive or an assembly reference?) C:\GameDevelopment\Cocos2d_CSharp\cocosSharp\src\platform\ContentReaders\KerningHashElementReader.cs 15 77 CocosSharp.WindowsPhone81
Error 201 The type or namespace name ‘ContentReader’ could not be found (are you missing a using directive or an assembly reference?) C:\GameDevelopment\Cocos2d_CSharp\cocosSharp\src\platform\ContentReaders\CCSizeReader.cs 16 41 CocosSharp.WindowsPhone81
Error 343 The type or namespace name ‘ContentReader’ could not be found (are you missing a using directive or an assembly reference?) C:\GameDevelopment\Cocos2d_CSharp\cocosSharp\src\platform\PList\PlistDocument.cs 674 51 CocosSharp.WindowsPhone81
Error 344 The type or namespace name ‘ContentReader’ could not be found (are you missing a using directive or an assembly reference?) C:\GameDevelopment\Cocos2d_CSharp\cocosSharp\src\platform\PList\PlistDocument.cs 688 49 CocosSharp.WindowsPhone81
Error 191 The type or namespace name ‘ContentSerializer’ could not be found (are you missing a using directive or an assembly reference?) C:\GameDevelopment\Cocos2d_CSharp\cocosSharp\src\CCContent.cs 12 10 CocosSharp.WindowsPhone81
Error 213 The type or namespace name ‘ContentSerializer’ could not be found (are you missing a using directive or an assembly reference?) C:\GameDevelopment\Cocos2d_CSharp\cocosSharp\src\label_nodes\CCBMFontConfiguration.cs 21 10 CocosSharp.WindowsPhone81
Error 215 The type or namespace name ‘ContentSerializer’ could not be found (are you missing a using directive or an assembly reference?) C:\GameDevelopment\Cocos2d_CSharp\cocosSharp\src\label_nodes\CCBMFontConfiguration.cs 24 10 CocosSharp.WindowsPhone81
Error 224 The type or namespace name ‘ContentSerializer’ could not be found (are you missing a using directive or an assembly reference?) C:\GameDevelopment\Cocos2d_CSharp\cocosSharp\src\label_nodes\CCBMFontConfiguration.cs 27 10 CocosSharp.WindowsPhone81
Error 236 The type or namespace name ‘ContentSerializer’ could not be found (are you missing a using directive or an assembly reference?) C:\GameDevelopment\Cocos2d_CSharp\cocosSharp\src\label_nodes\CCBMFontConfiguration.cs 30 10 CocosSharp.WindowsPhone81
Error 242 The type or namespace name ‘ContentSerializer’ could not be found (are you missing a using directive or an assembly reference?) C:\GameDevelopment\Cocos2d_CSharp\cocosSharp\src\label_nodes\CCBMFontConfiguration.cs 33 10 CocosSharp.WindowsPhone81
Error 190 The type or namespace name ‘ContentSerializerAttribute’ could not be found (are you missing a using directive or an assembly reference?) C:\GameDevelopment\Cocos2d_CSharp\cocosSharp\src\CCContent.cs 12 10 CocosSharp.WindowsPhone81
Error 212 The type or namespace name ‘ContentSerializerAttribute’ could not be found (are you missing a using directive or an assembly reference?) C:\GameDevelopment\Cocos2d_CSharp\cocosSharp\src\label_nodes\CCBMFontConfiguration.cs 21 10 CocosSharp.WindowsPhone81
Error 214 The type or namespace name ‘ContentSerializerAttribute’ could not be found (are you missing a using directive or an assembly reference?) C:\GameDevelopment\Cocos2d_CSharp\cocosSharp\src\label_nodes\CCBMFontConfiguration.cs 24 10 CocosSharp.WindowsPhone81
Error 223 The type or namespace name ‘ContentSerializerAttribute’ could not be found (are you missing a using directive or an assembly reference?) C:\GameDevelopment\Cocos2d_CSharp\cocosSharp\src\label_nodes\CCBMFontConfiguration.cs 27 10 CocosSharp.WindowsPhone81
Error 235 The type or namespace name ‘ContentSerializerAttribute’ could not be found (are you missing a using directive or an assembly reference?) C:\GameDevelopment\Cocos2d_CSharp\cocosSharp\src\label_nodes\CCBMFontConfiguration.cs 30 10 CocosSharp.WindowsPhone81
Error 241 The type or namespace name ‘ContentSerializerAttribute’ could not be found (are you missing a using directive or an assembly reference?) C:\GameDevelopment\Cocos2d_CSharp\cocosSharp\src\label_nodes\CCBMFontConfiguration.cs 33 10 CocosSharp.WindowsPhone81
Error 184 The type or namespace name ‘ContentTypeReader’ could not be found (are you missing a using directive or an assembly reference?) C:\GameDevelopment\Cocos2d_CSharp\cocosSharp\src\platform\ContentReaders\CCRectReader.cs 9 35 CocosSharp.WindowsPhone81
Error 185 The type or namespace name ‘ContentTypeReader’ could not be found (are you missing a using directive or an assembly reference?) C:\GameDevelopment\Cocos2d_CSharp\cocosSharp\src\platform\ContentReaders\CCPointReader.cs 9 36 CocosSharp.WindowsPhone81
Error 186 The type or namespace name ‘ContentTypeReader’ could not be found (are you missing a using directive or an assembly reference?) C:\GameDevelopment\Cocos2d_CSharp\cocosSharp\src\platform\ContentReaders\CCBMFontPaddingReader.cs 9 45 CocosSharp.WindowsPhone81
Error 187 The type or namespace name ‘ContentTypeReader’ could not be found (are you missing a using directive or an assembly reference?) C:\GameDevelopment\Cocos2d_CSharp\cocosSharp\src\platform\ContentReaders\KerningHashElementReader.cs 9 47 CocosSharp.WindowsPhone81
Error 189 The type or namespace name ‘ContentTypeReader’ could not be found (are you missing a using directive or an assembly reference?) C:\GameDevelopment\Cocos2d_CSharp\cocosSharp\src\platform\ContentReaders\CCSizeReader.cs 10 35 CocosSharp.WindowsPhone81
Error 342 The type or namespace name ‘ContentTypeReader’ could not be found (are you missing a using directive or an assembly reference?) C:\GameDevelopment\Cocos2d_CSharp\cocosSharp\src\platform\PList\PlistDocument.cs 670 40 CocosSharp.WindowsPhone81
Error 267 The type or namespace name ‘DepthStencilState’ could not be found (are you missing a using directive or an assembly reference?) C:\GameDevelopment\Cocos2d_CSharp\cocosSharp\src\platform\CCDrawManager.cs 78 9 CocosSharp.WindowsPhone81
Error 268 The type or namespace name ‘DepthStencilState’ could not be found (are you missing a using directive or an assembly reference?)

Probably better to ask your questions over here:

That said here’s the top google search of the first error: