I try to use Backendless for a windows phone 8.1 app but it does not work i don’t know why
I created a folder ‘lib’ in the solution and put Backendless.dll in it but always give this message
“Exception thrown: ‘System.IO.FileNotFoundException’ in Backendless.DLL
Could not load file or assembly ‘Microsoft.Phone, Version=8.0.0.0, Culture=neutral, PublicKeyToken=24eec0d8c86cda1e’ or one of its dependencies. The system cannot find the file specified.”
try {
Backendless.URL = "[url=http://l.facebook.com/l.php?u=http%3A%2F%2Fapi.backendless.com&h=UAQFvKKlw]http://api.backendless.com[/url]";
Backendless.InitApp("My app id", "my secret key", "v1");
}
catch (Exception e) {
Debug.WriteLine(e.Message);
}