Error activating Xamarin
Hi all, I've a probleem, I am trying to active Xamarin. But it gives an error. I am using the newest (App Store download) Xcode and Xamarin studio version. Does anyone have a idea Thank you!
View ArticleSubversion: Another Subversion operation is already in progress
Hi I get this very often on the Mac on Xamarin Studio. Currently on version 4.0.9 (build 12). It usually occurs the second time I run update. MonoDevelop.VersionControl.Subversion.SubversionException:...
View ArticlePossibly Utah meetup
The forums are new and I think I'm the only person on here from Utah so far, but I'm wondering if there is enough interest to get a meetup going in Utah? PS, I'm too cheap to pay for a group on the...
View Articlemonotouch-bindings
Hi, I think I either lack some basic Mac or xCode knowledges or there should be a pre-requisite for what I am doing. I have Monotouch 5.2.13 and xCode 4.5.1 If you go to this :...
View ArticleXamarin.Mac: Not Installed - Unable to start Mac trial
I'm trying to start the Xamarin.Mac trial, but Xamarin Studio says it's not installed. See the "About Xamarin Studio" output below. I've read all the directions on the website and followed the steps in...
View ArticleIs a Mac Mini a good hardware choice to develop using Xamarin Studio?
Hello, I consider purchasing a pretty basic Mac Mini. Are those specs good enough for me to use Xamarin Studio with no lag at all? I could upgrade pretty much anything, but the more basic it is, the...
View ArticleSplit design-source view?
In Visual Studio, with WPF I got in the habit of keeping the XAML and designer open at the same time. Once I got comfortable with XAML itself, I found editing it much faster than working through the...
View ArticleDeveloper Preview 3 unable to compile - "Could not connect to the debugger"
Hi there, I've had developer preview 2 working fine, and now with the install of DP3 I'm unable to even publish an empty solution to my iPhone 4s. I've added the clang compiler argument, pointed the...
View ArticleIssues with HttpClient.PostAsync and file upload?
Hi, Firstly apologies for the cross-post but I'm really stuck with this now... I'm trying to upload a file from an iOS device via Xamarin and the HttpClient.PostAsync method. The post arrives at the...
View ArticleAlarmManager resets when the app starts.
I have an app whose AlarmManager resets when the app starts up again (ie, not just resume, but OnCreate runs again). Case 1 I set the alarm to go off in 8 hours and I hit home to exit the app. I do not...
View ArticleReturning from a listview
I'm having some challenges regarding collecting a selected value from a ListActivity. In my work I will depend on pick lists to fill a form and so will be jumping back and forth. In my old VB days this...
View ArticleProblem to set a OnClickListener
Hi everyone, I am new to Xamarin, I have a problem. Here are my codes: using System; using Android.App; using Android.Content; using Android.Runtime; using Android.Views; using Android.Widget; using...
View ArticleXamarin Failing to Install
I just joined the Xamarin community, and I'm looking for solutions to my installation woes. Any help would be greatly appreciated. I'm running a Macbook Air on OS X 10.8.2. I get an error report right...
View ArticleWhere to start
Hi, Xamarin developers! I apologize for a newbie question. Currently I develop C# wrappers over a native C++ DLL. I want to investigate whether or not it is possible to apply those wrappers to Xamarin...
View ArticleAccesing JToken Value without localization limits
I want to access a double value form a JToken like this: token{{ "title": 4, "value1": 42.78875, "value2": -90.255, }} I have some solution. One: double d=token ["value1"].Value () Second: string s=...
View ArticleCSLA.Android and Scan.Xamarin.com
I ran our upcoming CSLA.Android Dlls through the tool at scan.xamarin.com and came up with a 97% compatibility. At first is seemed strange as these were Xamarin Android created DLLs; then I realized...
View ArticleMissing ID's in Android.Resource.Attributes?
Is it me or are some ID's missing from Android.Resource.Attributes? For instance I cannot find Android.Resource.Attributes.ShowDivider and Android.Resource.Attributes.DividerPadding is there a way to...
View ArticleMapsAndLocationDemo_v2 - Linking fails to resolve "Android.App.Fragment"
https://github.com/xamarin/monodroid-samples/tree/master/MapsAndLocationDemo_v2 Can you try to build the sample in release with linking on? I wonder if you can reproduce the following build error. I'm...
View ArticleCould not load file or assembly 'System.ServiceModel.Web, Version=2.0.5.0...
When using the servicestack.dll I get with the 4.7.11 Xamarin.Android the following error at runtime: Could not load file or assembly 'System.ServiceModel.Web, Version=2.0.5.0, Culture=neutral,...
View ArticleUnsubscribing from events
I am reposting a question I asked on stackoverflow, hopefully someone can help me on this forum. (I have read...
View Article