Posts by Deivison Santos • 1 point
4 posts
-
0
votes4
answers2605
viewsA: Breakpoint in visual studio does not load at debug
I know I’m being delayed, but I hope to help someone else who may need it. I also went through it today. my solution was to disable only my code option. to do so, you need to go to [debugger] ->…
-
0
votes4
answers1341
viewsA: Update Listview after return with Popasync in Xamarin Forms
Create a event handler in the viewmodel, and another in view, when calling form, whether modal or not. In the form who will call the form modal, make the following call: var modalform = new…
-
0
votes1
answer11
viewsA: error resolvelivraryimports in Xamarin visual studio 2015
After a long run, I discovered the cause. I originally made a dependency on the Ios project on my Droid, so I didn’t have the dlls, so I accidentally checked the dependencies on Roid, clicked with…
-
-2
votes1
answer11
viewsQ: error resolvelivraryimports in Xamarin visual studio 2015
I am new in the stack, I was developing my application good and practically out of nowhere, I get an error when deploying in my project . Droid in Xamarin. the error is described as…