Can't open VS for mac after opened with sudo
Hi! I opened my vs for mac with sudo "sudo /Applications/Visual\ Studio.app/Contents/MacOS/VisualStudio" after that, I can't open it without sudo. How can I "revert" this?
View ArticleUpdate Picker ItemSource and SelectedItem in ViewModel in...
Hi, I'm facing a problem during the update of a Picker ItemSource and SelectedItem in the ViewModel during a callback of a received message. I'm using XF 2.5.0 and I've reproduced the error on emulator...
View Articleemulator error
1>Starting emulator Android_Accelerated_Nougat ... 1>C:\PROGRA~2\Android\ANDROI~1\tools\emulator.EXE -partition-size 512 -no-boot-anim -avd Android_Accelerated_Nougat -prop...
View ArticleSet Transparent Background color of Navigation Bar
Hi , I tried to set the transparent background color of the navigation bar using below code snippet, But I can't able to proceed this. For more info please find the snap
View ArticleXamarin Forms - Make Toolbar Transparent
Hey guys , Is there any way to make the navbar transparent or set the opacity ? BarBackgroundColor = Color.Blue;
View ArticleCannot authorize Xamarin to access Google Play account
Hi, I have an app published to the Play Store. Yesterday my laptop crashed and I had to reinstall Windows and Visual Studio. After I set everything up, I tried to publish an updated version of the app...
View ArticleCannot use Android Support Fragment within non AppCompat Activity
Just today I started getting this error when I start my Xamarin.Forms/MVVMCross Android app. I have tried to search to find what it even means, but am a bit lost. I don't think I've updated anything in...
View ArticleHow to implement localization in the latest 2017 VS without using PCL?
Hello In previous projects I used the resx/PCL approach to implement localization in my Xamarin.forms solutions. As of the update to VS, this has been deemed deprecated and the information I find...
View Articlexib .h file not showing up
I recently had a problem with an xib that didnt seem to go away. I got error messages about an action I had deleted in runtime. So I did the natural thing -- created new universal view controller in XS...
View ArticleAnyone with iOS Breakpoint problems?
I'm using Visual Studio for Mac version 7.3.2 and the latest builds on the stable channel, but I can't get VS to stop at breakpoints when using Xamarin.iOS. I'm definitely in debugging mode and have...
View ArticleThe "LinkAssemblies" task failed unexpectedly
I updated all packages in my project and now I get this error with Linker enabled: looks like an old bug: https://bugzilla.xamarin.com/show_bug.cgi?id=57645 Xamarin.Android.Common.targets(1696,5):...
View ArticleIcon in the navigation bar in the TabbedPage
See below my App running below is the Login Page code public void Login_Clicked(object sender, EventArgs e) { LoginService svc = new LoginService(); LoginRS res = svc.Login(txtUsuario.Text,...
View ArticleFailed resolution of: Landroid/support/v7/appcompat/R$styleable. Code works...
I have been struggling with this error for a very long time and just can't seem to find a solution. I have tried removing all Google Services and v7 appcompat packages and re-added them, tried changing...
View ArticleI'm getting an error when trying to run a blank android app on Visual Studio...
The error and the warning I get are : Failed to get the java SDK version.Found java version 9.0.4 "javac"exited with code 2 .(MSB6006) I hava Java 8 SDK installed
View ArticleiOS Map Memory Leaks
I'm running the latest version for Forms and iOS, and I am seeing VKMapView crashes occurring on iOS when navigating between pages with Map controls on them. Anyone else seeing this behavior? If so,...
View ArticleWhy is Xamarin.Forms.Platform.UWP.ConvertExtensions marked as internal?
How can we access the extension function ToWindowsColor?
View ArticleVS for Mac - Application Output Window stops scrolling on starting app
Had this problem with (old) XS but it's still happening in the latest VSfM - basically when you start your app, the output window starts scrolling as it fills up but then after a few seconds stops...
View ArticleXamarin Forms Still Alive?
Hi guys, I just wanted to make sure Xamarin Forms is being actively worked by the team. I do see some activity; however, I don't think I've seen a release in awhile (since December). I checked the...
View ArticlePUBLIC WARNING! Barcode scanning in Xamarin Forms
BACKGROUND: We are building a Xamarin Forms product that uses barcode scanning as a central function. In the early stages we decided not to buy a barcode scanning component, but use the free ZXing...
View ArticleHow to send multiple content to the post server method
I want to send multiple records to database in the sever at the same time
View Article