Xamarin.Designer.DesignerException + Fix
Anyone seen this before in the Android layout designer... Mono.VisualStudio.Shell.ShellPackage Error: 0 : Connection failed Xamarin.Designer.DesignerException: The operation failed due to an internal...
View ArticleCode file just disappeared
Anyone ever had their .cs file just disappear? One of mine is gone, and unfortunately it's my main activity. The project knows it's supposed to be there because it's in red. It's not in my trash (I'm...
View ArticleBackground in buttons in iOS 7 are not shaded blue and round...
How do I get my buttons to look the same in iOS 7 as they do in iOS 6 and lower? Even on my old 3GS, the background of the button is not showing up. It just looks like a link. I like the old iOS 6...
View Articlexamarin studio ios designer
There is an issue with xamarin studio ios and storyboard designer. I have two identical mac mini machines. One the xamarin designer opens correct and the other it just hangs and spins. You have to...
View ArticleReload tableview source do not works for me
I'm trying to reload an already populated tableview. I approached like this (table is my UITableView): if (table != null && table.Source != null) { table.Dispose (); } if (tableItems != null) {...
View ArticleHttpClient execution runtime error: ExecutionEngineException - Attempting to...
Hello, I'm using Xamarin (MAC) with iOS 6.4.4 update installed. My touch project uses PCL library with HttpClient enabled. Every time I execute method which uses HttpClient I'm getting the following...
View ArticleHow do I implement a custom Host Name Verifier?
Hi all, I'm new to Android development, so please forgive me if this is a dumb question. I am currently connecting to a URL using a HttpsURLConnection (which is working fine) and I need to implement a...
View ArticleXcode 5.1 - Could not load the simulator
Apple offered me Xcode 5.1 today. Xamarin blog recommended that I update to 5.1. So I upgraded to Xcode 5.1. Now, when trying to start an app from Xamarin Studio on the simulator, I'm getting warning...
View ArticleCannot find symbol
Hello, Yesterday I added the Google Play Services (Froyo) Component in my solution. I got this compilation error below. It seems an issue with the Android Support package installed by the SDK (version...
View ArticleListView Wrap Content Height
I have a ListView inside of a ScrollView. It would be great if simply setting the ListView height to wrap_content, but that'd be too easy right? I have been trying to use a function to set the height....
View ArticleProblem after install the latest update
Do you have any problem after install the latest update? On my pc, the Visual Studio keep freeze when to change any thing.
View ArticleIOS Dev Hardware
Hi all, i have used a Macbook-Pro 2008 for Xamarin-IOS development for the last year and i would like to renew my hardware now. What would you suggest to use :-) What is your preferred hardware...
View ArticleCan't load Tasky in VS2012 / VS2013?
Hello all, I've just discovered Xamarin and, while it seems promising, I'm having some trouble getting started. I'm using express editions of Visual Studio. When I open the .sln, I get the following...
View ArticleHow to write some text to a text file in Android, iOS and WP8
How to write some data to a text file using C# in Android, iOS and WP8
View ArticleError building helloworld android app on MAC OSX 10.9.2
I am using xamarin studio on MAC (alpha channel) and am running into the following error when I do a build. Hello world IOS works fine, also have no issues with the same project on a PC. This worked a...
View ArticleError getting response stream (ReadDone1): ReceiveFailure
Hi All, I am calling a rest device and populating my object using RestSharp. All works fine with a small amount of data, but when the payload increases I receive the following error. Error getting...
View ArticleActionBarSherlock + Navigation Drawer on Android 2.3? + MvvmCross
I've got Actionbars with ActionBarSherlock working for my Android 2.3 device, but when I try to add Navigation Drawers based on this example...
View ArticleUIImage.AsJPEG() returns “Cannot cast from source type to destination type.”
Hello, hope you don't mind the cross posting: http://stackoverflow.com/questions/22361205/uiimage-asjpeg-returns-cannot-cast-from-source-type-to-destination-type I'm building an iOS App where I need to...
View ArticleWebExceptions, WebExceptions everywhere!
My app shares code between the Windows 8, Windows Phone and Android apps - the web part in question is using HttpClient. The Windows 8 and Phone apps are fine - a small amount of web related exceptions...
View ArticleCan Add-Ins Add Code Templates?
Can I write an add-in that installs a code template/snippet? I couldn't find any examples.
View Article