Known problem with Xamarin Studio 4.0.11 when loading 4.0.10 solution?
With a simple solution I started with Studio version 4.0.10 (it's only one line more than a default new project) and then opening with Studio version 4.0.11, I get this error msg: Error while trying to...
View Articleproblems binding FreeType
Xamarin Studio 4.0.10 (build 7), Xcode 4.6.3 (2068), Xamarin.iOS 6.4.0.2 (Business Edition) Has anybody created bindings for FreeType? I've been trying everything I can think of for the last couple of...
View ArticleClicking on "view all versions" does nothing on Download page
When I click on the "view all versions" link on the download page nothing happens. Right clicking to open in a new page / window just takes it back to the same download page.
View Article4.0.11 version control problem
After updating Xamarin Studio to 4.0.11 all solutions appear to be under version control - even though they are not. Therefore I am no longer able to update any solution (adding new files, renaming...
View ArticleDowngrading MonoTouch
I recently upgraded my MonoTouch environment and it broke my code (see bug 13732). I would like to downgrade to the version I know works. Is there a location for previous versions?
View ArticlePCL / REST Advice
Hi all, I'm still trying to understand where we sit with PCL support so I apologize if these questions have been asked before. I will be developing an iOS & Android version of an app. The...
View ArticleSDWebImage crashes using DownloadImageWithURL()
Hello, I got this Exception when i try to call DownloadImageWithUrl(). System.InvalidCastException: Unable to cast object of type 'MonoTouch.Foundation.NSObject' to type...
View ArticleBuild a custom service manager or use something likeMono.Addins (does MEF...
Hi all, In my application (iOS, Android and possibly WP) I'm building a service manager, this manager would be responsible for registering all the existing services (types that implement IService -...
View ArticleMVVMCross for WPF UI - Getting Error
I need to build a WPF UI and I am trying to use MVVMCross as the MVVM framework. I download MVVMCross binaries from github and followed the article on code project...
View ArticleUpgraded to Xamarin Studio 4.0.11- Getting compiler errors
I just upgraded to 4.0.11 and built my project I receive the following errors when I build my project. I did not get these errors when I built my project with 4.0.10 These files are part of a project...
View ArticleZxing overlay scanner not working in landscape on iPad
@Redth, I have been trying to stop the scanner overlay from rotating when moving to landscape. On the iPhone, my code is working fine. However on the iPad it is still rotating. I have no specific...
View ArticleCannot install Xamarin
Mac OSX 10.8.4 - when I download and run the installer, after agreeing to the licence, I get "Checking network connectivity" then "Network is not reachable". I assume a firewall is blocking a port but...
View ArticleForwarding calls to voicemail
Hi, Bit of a long shot this (knowing how Apple do things), but here goes. Is there a way to programatically send all calls to voicemail on condition "A" and then allow as normal when condition "B"? I...
View ArticleDirectional Annotations in Mapkit
I am making an app for IOS using maps, and im trying to add a directional annotation to my map. I currently receive a bearing parameter from an API that I'm using for my project. Is there any way that...
View ArticleApp Crash when opening ZBar barcode scanning view controller
I'm working on a Xamarin.iOS app currently which has a feature that allows the user to scan barcodes using the device camera, done through the ZBar SDK (bound from an Obj-C library). When it wants to...
View ArticleUsing System.Linq.Expressions in a PCL method causes TypeLoadExpression...
Given the following method code in a Profile78 Portable Class Library: public static void Calculate() { var constantExpression = System.Linq.Expressions.Expression.Constant(5); } When I call the method...
View ArticleVersion Control Issue: Could Not Resolve Host
Hello, When I try to commit my changes, I get the following error: Version control operation failed: . Could not resolve host 'macmini.domain' I setup macmini.domain during the initial configuration. I...
View ArticleHow to keep 1 controller in portrait?
I have a controller, that is the tab of a tab controller. I want that controller to launch into portrait, regardless of what orientation the phone is currently in. I also want that controller's view to...
View Article