Posts by izabel • 23 points
3 posts
-
-1
votes1
answer292
viewsQ: Convert 1.0 (string) to 1.0 (double) in c#
Good evening, everyone, I am trying to solve a challenge in C# but when I try to convert two variable string with point (Ex. 1.0 7.0) to two double variables, loses the point and is 10 70. Can…
-
1
votes1
answer430
viewsQ: Error "max res 25, Skipping mipmap-anydpi-v26" - Xamarin Forms
am having the following error while running my app in Visual Studio 2017: max res 25, Skipping mipmap-anydpi-v26 I searched here on the Internet and found nothing that could help me solve it. Does…
-
1
votes1
answer479
viewsQ: How to publish a Webservice using Visual Studio C#?
I’m trying to publish a Webservice with Visual Studio but the connection is failing. Someone can help me connect on this project? Here’s the error message from when I try to publish: Publishing…