Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

WinPhone project fails on physical device when updating Connectivity to 2.1.2.0 #291

Closed
2 of 13 tasks
biste5 opened this issue Apr 23, 2016 · 1 comment
Closed
2 of 13 tasks

Comments

@biste5
Copy link

biste5 commented Apr 23, 2016

Please take a moment to fill out the following (change to preview to check or place x in []):

This is a

  • Bug
  • Feature Request

Which plugin does this impact:

  • Battery
  • Connectivity
  • Contacts
  • DeviceInfo
  • ExternalMaps
  • Geolocator
  • Media
  • Permissions
  • Settings
  • Text To Speech
  • Vibrate
  • Other:

Version Number of Plugin: 2.1.2.0
Device Tested On: Lumia 925 WinPhone 8.1 (Issue present)
Simulator Tested On: WinPhone 8.1 , WinMobile 10 (Issue NOT present)

Expected Behavior

The App should start normally, Connectivity plugin should be initialized

Actual Behavior

The App crashes on start (Connectivity is initialized in App class constructor)
Enabling 'break on every exception' via Exception Settings of the IDE, I can extract the real exception

Exception thrown: 'System.IO.FileLoadException' in MyApp.Mobile.WinPhone.ni.EXE
Additional information: Could not load file or assembly 'Plugin.Connectivity.Abstractions,
Version=2.1.2.0, Culture=neutral, PublicKeyToken=null' or one of its dependencies.
The located assembly's manifest definition does not match the assembly reference. (Exception from HRESULT: 0x80131040)

Steps to reproduce the Behavior

  • Install or update package in your solution to 2.1.2.0
  • Deploy to a physical WinPhone 8.1 devce (on simulators issue doesn't occur)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants