I have a large and lengthy project which I am building as a standalone for all windows version, but I was curious I decided to create a test build of the game for the windows 8 store, and as soon as I tried to compile the app, I received over 1,000 errors about ambiguity. Is there a way that this can be fixed without going through over 1,000 lines of code?
No. Use #pragma strict on all your scripts, and don’t use untyped collections such as the JS Array class, ArrayList, or Hashtable. Although you can apparently only use C# at the moment anyway if you want it to pass certification.