cowbell / cordova-plugin-geofence

Geofencing plugin for cordova
Apache License 2.0
265 stars 316 forks source link

GeofenceComponent.GeonotificationManager.addOrUpdate error #169

Open antonino-tocco opened 8 years ago

antonino-tocco commented 8 years ago

Hi, I have forked this repository for edit and use in Windows 10 app. I succeed in change plugin.xml and add it. The plugin seems to work and give notification on startup for use location service. But I have a issue with method addOrUpdate. This is the error: Exception calling native with command :: GeofencePlugin :: addOrUpdate ::exception=WinRTError: The text associated with this error code could not be found. System.IO.FileLoadException: Could not load file or assembly 'System.ComponentModel.DataAnnotations, Version=3.5.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35' or one of its dependencies. The located assembly's manifest definition does not match the assembly reference. (Exception from HRESULT: 0x80131040) at System.RuntimeTypeHandle.GetTypeByName(String name, Boolean throwOnError, Boolean ignoreCase, Boolean reflectionOnly, StackCrawlMark& stackMark, IntPtr pPrivHostBinder, Boolean loadTypeFromP Hi hope that you can help me