LanceMcCarthy / MvpApi

An application for Microsoft MVPs to easily browse and upload contributions
MIT License
36 stars 10 forks source link

AddContributionPage crashes on mobile #26

Closed LanceMcCarthy closed 6 years ago

LanceMcCarthy commented 6 years ago

When trying to add contributions in the Windows 10 Mobile app, an exception occurs.

Diagnositic Information MVP Companion Exception The text associated with this error code could not be found. Cannot create instance of type 'MvpApi.Uwp.ViewModels.AddContributionsViewModel' [Line: 0 Position: 0] The text associated with this error code could not be found. Cannot create instance of type 'MvpApi.Uwp.ViewModels.AddContributionsViewModel' [Line: 0 Position: 0]

Supported Package Architecture: Arm Culture: en-US OS: WindowsPhone System Manufacturer: HPSystem Product Name: Elite x3 Friendly System Name: HP Elite x3 Current Memory Usage: 3.595 MB Window Bounds: 411.428588867188 x 731.428588867188 Logical DPI: 336 Resolution Scale: Scale350Percent Current Orientation: Portrait Native Orientation: Portrait Is Stereo Enabled: False Supports Keyboard: False Supports Mouse: False Supports Touch (contacts): True (10) Is Network Available: True Is Internet Connection Available: True

LanceMcCarthy commented 6 years ago

This is also happening on some PCs. It appears to be related to running on OS builds less than 16299.

LanceMcCarthy commented 6 years ago

Solved by moving to NET Standard 2.0, which eliminates the problem by default.