Cannot AOT the assembly?
Hi all We have a project based on MVVM and it all works fine in the simulator. I'm having trouble building for the device or ad-hoc. Can anybody shed some light on this? Build log attached... Build...
View ArticleNamespace does not correspond to file location
If I have MyProject.Core.ViewModels and my namespace is MyProject.Core.ViewModels, I get the warning, should be: MyProject.Core. I don't know if its a bug or considered to be correct and that namespace...
View Articlenot enough storage space on the device to store package
Hi I am new to Android i have a app which m trying to run on simulator. But it gives error: here is not enough storage space on the device to store package: /data/local/tmp/Mono.Android.Platform.apk....
View Articlemaster-detail navigation?
I'm just starting out with Xamarin Studio and creating iOS apps in C#. I'm using the Master-Detail project template and want to create a navigation/action pane in the master to show different pages or...
View Article"Connection to the layout renderer failed" after today's update
Today, after a Xamarin update got installed, I cannot get into any of my layout files. I’ve seen posts on this before, but they were from a while ago, and I even saw that a bug was fixed. Whenever I...
View ArticleSQLite.NET, background thread and application crashing.
Hello, I have spent a fair amount of time and I keep failing when it comes to prevent my app from crashing due to heavy use of SQLite.NET. This is the scenario: My app is supposed to work both...
View Articlecan't see xamarin inside visual studio options
Hello I installed visual studio and xamarin on windows 8.1 but still can't see xamarin inside visual studio options, I want to connect it to mac host. Anyone have a fix?
View ArticleECSlidingViewController binding causes crash
I am using a binding project to wrap ECSlidingViewController for use with MonoTouch/Xamarin. I have this setup. However when I attempt to open the menu (by triggering a segue on button click) the app...
View ArticleExecutionEngineException in DrawMapRect of MKOverlayRenderer
Hi Xamarin Team, I have serious problems with these kind of exceptions. I get them collected with raygun.io. So I know they occur not only once but also not every time. Both exceptions occur in...
View ArticleRecognize multiple gestures
I am developing an application and I need to recognize diferents(Pinch, Pan and Rotation) gestures at the same time. I'm using UIGesturesRecongizers, so I have a UIPanGestureRecognizer,...
View ArticleC# intellisense not indexing all files in solution
My Xamarin Studio's C# intellisense is regularly missing symbols from files in the current solution. They don't show up in either the code completion list or the search and usages of the symbols are...
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 ArticleMVC razor view code format
I am having big trouble in code format MVC razor views, or any html files on my asp.net projects, is there a bug or any problem with xamarin studio? I am currently using ver 4.2.3 (build 60)
View ArticleBunch of errors while using Xamarin Studio (Error Executing Command: *)
I keep getting a bunch of errors when trying to do simple task in the application like adding folders. I get Error Executing Command: New Folder when trying to do this. Here is the error details:...
View ArticleIndentation in anonymous methods (lambdas)
I am struggling to get Xamarin Studio to stop screwing up my preferred indentation in lambdas. Consider this block of code: UIView.Animate(duration, () => { view.Alpha = 0; }, null); I realize that...
View ArticlePrefer types in the search popup
The new search popup in Xamarin Studio 4 is great but it bugs me that often members are listed before types. I mostly use the popup to jump to types and sometimes end up in the wrong file that happens...
View ArticleF# templates
the F# android templates have disappeared on me again. i've reinstalled the language bindings to no end and they're enabled. In fact, i think i've lost one of the other F# template types as well. We're...
View ArticleHas MvvmCross good performance/speed?
Hi everyone, I have seen that a lot of people is using Xamarin with MvvmCross and I may give it a try. After my research I found a lot of advantages in development, but I haven't read much about...
View ArticleXamarin.Android performance
hey, I read or heard many times that monodroid was kind of slow at startup (3 sec) during the mono startup. I wanted to experiment it myself. And ... I cannot reproduce or see this startup delay in the...
View Articlehow can i enable local storage in webview in android app?
how can i enable local storage in webview in android app? is there any property for webview to enable it like setDomStorageEnabled in native android?
View Article