Xamarin Studio won't start up
Hi all, When I double-click my Xamarin Studio shortcut, or XamarinStudio.exe in C:\Program Files\Xamarin Studio\bin\XamarinStudio.exe, nothing happens apart from the mouse cursor flickering to busy and...
View Article--include not working for some tags
I am seeing a strange error, I currently have 2 feature files in my project "@Login" "@Filters" When I send the test project up to test cloud with the tag "--include Filters", it works fine but when I...
View ArticleError when building with Visual Studio for Mac Preview 4
I am getting the following error whem buiding... /Volumes/MacBook Pro Backup 1/Xamarin/NSE/iOS/NSE.iOS.csproj(3,3): Error MSB4019: The imported project...
View ArticleCannot Add AutoLayout constraints in static table view cell
I am using Xamarin ios designer. It works fine to add constraints in table view cell when the table view is set to dynamic mode. While, with the static mode, the designer cannot present any layout...
View ArticleProblem on uploading photo
Hi! I'm trying to upload photo to server but i'm getting exceptions on both android and ios. Exceptions don't occurred everytime but very often. This is the method where i'm trying to upload: ` public...
View ArticleXamarin Test Recorder won't install
Using Visual Studio 2005 Professional, downloaded the addin from: https://marketplace.visualstudio.com/items?itemName=XamarinInc.XamarinTestRecorder2015 I get the following error during installation:...
View ArticleForms Droid build causes System.OutOfMemoryException
We have a rather large project involving a number of external packages and components. During the droid build I've noticed a warning from the file "Xamarin.Android.Common.Targets" Severity Code...
View ArticleThe content of a picker view is empty
A picker's contents are retrieved from my web services via HttpClient (async). If tap the picker immediately after the the picker is shown, the picker is empty (i.e. the picker is shown but the...
View ArticleXamarin.Forms.GoogleMaps Shows green screen on emulator
hi, i am trying to use Xamarin.Forms.GoogleMaps nuget in a xamarin.forms project but all i get is a green screen with "Xamarin.Forms.GoogleMaps" text in the middle on my emulator this is the app.cs...
View ArticleHow to make an image slider
Hello , I'm new Mobile Devolpoer I started with xamarin android, I'm trying to make a homepage that contain image sliders similler to the attached image it will be located at the bottom and the page...
View ArticleCollectionView
Summary A virtualized collection view that utilizes native layout controls to present an ordered set of data items using a flexible and changeable layout. The portable control must be bindable, support...
View ArticleApp works in Debug not in release
Hi guys i am having serious issues publishing my application and installing it as a apk file. I have followed the guide of preparing an application for release...
View ArticleI got "Could not find 7zip.exe in xamarin installation" error
Hi all, Does anyone know what to do? This error only occur in the IOS version of my xamarin.forms project. Everything was running fine until I installed nuget package for WindowsAzure.MobileServices...
View ArticleIs it possible to grab a screenshot of part of the screen
Using Xamarin.UITests app.screenshot is great in UITests. I was wondering how it was possible to take part of part of the screen. The reason for this is take screenshots of graphs and do a pixel...
View ArticleUnable to load DLL 'libglib-2.0-0.dll"
I am developing a GTK# application and I experience a problem when attempting to develop between Linux and Windows. After a while, I always get the following run-time error when launching the debugger...
View ArticleSystem.Net.NetworkInformation.Ping BUG (Always returns Ttl Expired even when...
can be found at mono/Ping.cs (line 339) That calls the system ping command and checks the exit code: if (!ping.WaitForExit (timeout) || (ping.HasExited && ping.ExitCode == 2)) status =...
View ArticleSetting height of WebView dynamically
Hi, I have random HTML content coming from service which I am displaying in a webview in a xamarin forms application. Now, I want to adjust the height of this webview as per the content. Currently I am...
View ArticleiOS Enterprise App Install - Entitlelments error
HI Guys We are deploying an enterprise app as the last leg of our development and we are getting a really strange error that does not let the app to install on a device. it goes to 80% and it...
View Articlerun application with root privileges when a user run the application
is there a way to prompt the user/pass and get file access etc.. i need to write files and create launch daemon but i need root privileges for doing it
View ArticleHow to create Xamarin Menu Item like Youtube
Hi everyone, How can I design a menu item like Youtube app as below screenshots Android Ios I'm using Content Pages embed in a Tabbed Page as below code <?xml version="1.0" encoding="utf-8" ?>...
View Article