Error in PhotonHandler

hereswilson
edited November 2016 in Photon Voice
I'm using photon voice in a Unity Xaml Windows 10 app and I get this error when PhotonHandler.StartFallbackSendAckThread(); executes
{"Could not load file or assembly 'System.Core, Version=3.5.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089' or one of its dependencies. The located assembly's manifest definition does not match the assembly reference. (Exception from HRESULT: 0x80131040)":"System.Core, Version=3.5.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089"}
at PhotonHandler.StartFallbackSendAckThread()
at PhotonHandler.Awake()
at PhotonHandler.$Invoke0Awake(Int64 instance, Int64* args)
at UnityEngine.Internal.$MethodUtility.InvokeMethod(Int64 instance, Int64* args, IntPtr method)

Comments

  • Which scripting backend do you use? What is the Unity version? Is anything else useful in your log? Maybe it worth send it entirely?
    Please try to export photon voice demo from clean project.