Failed to resolve assembly Microsoft.CSharp
I'm getting this error when I try to deploy to a phone: error MT2002: Failed to resolve assembly: 'Microsoft.CSharp, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a' How do I figure...
View ArticleDisable the "Google Android emulators are slow" dialog in Visual Studio?
Is there a way to disable this warning that happens the first time you run a Xamarin Android build with an Android emulator from Visual Studio? Launching Emulator You are about to launch the emulator....
View Article[Xamarin Blog] Android Support Library v7: Hello ActionBarCompat
Just posted: Android Support Library v7: Hello ActionBarCompat on the Xamarin Blog. Read the full article to learn how to use the ActionBarCompat to provide Action Bar backwards compatibility support...
View ArticleAPK file not installing in android device???
Hi.,, i am using visual studio and running the code , it's working fine in emulator, after i copied apk file in android device, it's not installing properly. please help., am i doing wrong in...
View ArticlePrint out code to printer
I am embarrassed to ask this but, How do you print out the code for a solution from the Xamarin studio? If I use print only 11 lines per page result. I am printing to a Hp Officejet printer.
View ArticleReally Poor Phone Performance when connected to Xamarin Studio
My phone has really poor performance when it is connected to Xamarin Studio. Meaning, there a noticeable hiccups in the famerate every half second or so. It starts when I hit "Play" in Xamarin Studio,...
View ArticleText isn't wrapping properly
I have a textview that displays the store name from my database. It is inside of a table row. Every object's width and height is set to wrap_content. It is wrapping and putting some of the name into...
View ArticleXamarin Studio vs. Eclipse vs. Visual Studio vs. Android Studio
well folks, I'd like to share a little journey I took for the past week. I've been writing code for the desktop for over 20 years now and use C-family and Visual Studio most of the time. This year, I...
View ArticleError: No valid iPhone code signing keys found in keychain.
I just finished the HelloWorld_iPhone when i started running it and this error showed up: Error: No valid iPhone code signing keys found in keychain. What does this mean? And how can I fix it? Thanks,...
View ArticleHow to make animation stop at the last image?
I have this animation going on. It shows 0 and 1 image. I want the animation to stop at the last image and not go away. What property can I use? // an animating image animatedCircleImage = new...
View ArticleDebugging upgrades, app restarts
I have been trying to track down a bug that only repros on app restart (after killing the app) on android. Currently if I start the app with debug, then kill it, and restart, I could not find a way to...
View ArticleLots of problems with the latest studio builds, Monogame and IOS
There are two major issues that I'm facing with Xamarin Studio right now, and both are critical and I don't think I'm being too dramatic in saying they are blockers for releasing a rather large profile...
View ArticleIs watching video recordings counting for certifications?
Hi, Before feb. 24, I spend my waiting time wathcing the session recordings available. Do I still have to attend the live classes in order to take the certifications? Btw. It would be great to have an...
View ArticleLayout_weight and Fragment
Hi, I have small application with ActionBar. On tab select I switch view using code below: ContactFragment fragment = new ContactFragment();...
View ArticleError install ?
I'm little bit stranger in Xamarin. I'm copying the debug of 'Hello world,click me' apk to the phone. one of them I can not install to my phone, but other one i could install but stopped by error. Can...
View ArticleUnable to set Name for iOS controls in storyboard designer
Hi, I am using the latest alpha build of Xamarin Studio where I have created a storyboard for my iOS application. I am having an issue with setting the Widget -> Identity -> Name property of my...
View ArticleSQLite & PCL
Hi, Is there a way to use SQLite in a PCL or is this still the best workaround http://stackoverflow.com/questions/13699544/using-sqlite-inside-portable-class-library Thanks Lee
View ArticleClose an activity or go back from withing webview using javascript
I have an android activity with WebView in it. When the activity loads with a page, it has two buttons (in html) one for accept and one for decline. When the user clicks accept, the application works...
View ArticleMVVMCross and iOS Storyboards
Hi everyone, With support for XS integration of iOS storyboards about to make the Stable stream, I would love to be able to use this feature in conjunction with MVVMCross. Fundamentally it does seem a...
View Article