c# - Could not load assembly WindowsBase after project migration from VS2015 to VS2017 -


recently upgraded xamarin - android (included pcl , shared projects) visual studio 2015 visual studio 2017, building process finishes ok no errors, when tried deploy mobile device in debug mode, app crashes inmediatelly. visual studio 2017 shows in output window following:

07-25 15:35:26.561 d/mono ( 1768): assembly loader probing location: 'windowsbase'. 07-25 15:35:26.647 f/monodroid-assembly(13855): not load assembly 'windowsbase' during startup registration. 07-25 15:35:26.647 f/monodroid-assembly(13855): might due invalid debug installation. 07-25 15:35:26.647 f/monodroid-assembly(13855): common cause 'adb install' app directly instead of doing ide.

checking windowsbase assembly, points : c:\program files (x86)\reference assemblies\microsoft\framework.netframework\v4.0\windowsbase.dll

app installs on device crashes.

project worked on visual studio 2015

please help! thanks

windowsbase assembly wpf exclusively. guess mistake xamarin include in installer previously, , correct removing it.

your app should not use assembly or class, , if use, must migrate other suitable api.


Comments

Popular posts from this blog

node.js - Node js - Trying to send POST request, but it is not loading javascript content -

javascript - Replicate keyboard event with html button -

javascript - Web audio api 5.1 surround example not working in firefox -