Please read the documentation:
http://docs.unity3d.com/Manual/wp8-missingtypes.html
You'll learn that WP8 lacks some .NET APIs that you are familiar with. For example, the error message:
System.IO.File::WriteAllText(System.String,System.String) doesn't exist in target framework
tells you that an API you are trying to use doesn't exist.
↧