Hello again,
i am trying to finish my build in Unity with the App2-Unity-SDK 4.1.2 and I can't complete my build for Universal Windows Platforms in VS 2015 community, I get these errors in Unit after I build it :
Error: type `System.Collections.Specialized.IOrderedDictionary` doesn't exist in target framework. It is referenced from App42-Unity3D-SDK-WinRT-4.1.2.dll at System.Void App42Json.JsonData::System.Collections.Specialized.IOrderedDictionary.Insert(System.Int32,System.Object,System.Object).
UnityEngine.Debug:LogError(Object)
Error: method `System.Void System.Collections.Specialized.IOrderedDictionary::Insert(System.Int32,System.Object,System.Object)` doesn't exist in target framework. It is referenced from App42-Unity3D-SDK-WinRT-4.1.2.dll at System.
The VS 2015 Error:
Severity Code Description Project File Line
App42-Unity3D-SDK-WinRT-4.1.2.dll"" exited with code 1.
Any ideas what could be causing this, as soon I try to build in VS 2015 the app crashes.
Thank you.