Search Unity

Error when build wp 8?

Discussion in 'Scripting' started by sonxoans2, Apr 17, 2015.

  1. sonxoans2

    sonxoans2

    Joined:
    Apr 17, 2015
    Posts:
    25
    Error building Player: Exception: Error: method `System.Void System.Net.Sockets.Socket::set_ReceiveTimeout(System.Int32)` doesn't exist in target framework. It is referenced from Assembly-CSharp.dll at System.Void NetworkUtil::processConnect(System.Net.Sockets.SocketAsyncEventArgs).
    Help me!!!
     
  2. WheresMommy

    WheresMommy

    Joined:
    Oct 4, 2012
    Posts:
    890
  3. sonxoans2

    sonxoans2

    Joined:
    Apr 17, 2015
    Posts:
    25
  4. sonxoans2

    sonxoans2

    Joined:
    Apr 17, 2015
    Posts:
    25
    GameObject obj = (GameObject) Instantiate (Resources.Load ("Actions/" + actions, typeof (GameObject)));
    no problem with other platforms. But, when build windows phone:
    -->
    Object reference not set to an instance of an object.

    Help me!