HI
I REALLY have a HUGE problem with my xamarin.forms app. I'm using 1.4.1 and working with System.Net.Http within my PCL. Works fine on android and iOS. Apps already submitted to app store.
It also works fine on WP81 in debug mode on simulator and on device, it also works on the device with debug build. Now I wanted to do the final testing with a release build on the device to then submit the app to the app store, but at the first call of a method from System.Net.Http an exception is thrown "Could not find file or assembly System.Net.Http.Phone.dll, Version 2.0.5.0".
After spending the whole day re-installing packages and removing components, ... I still have no clue how to get rid of this exception. The app starts and shows the correct pages, but no network calls are possible.
I upgraded the project vom WP8 to WP81 silverlight two weeks ago, and had no problems working with the debug build on simulator and on the device.
PLEASE HELP !
Thanks in advance,
Frounz