Exception on Xamarin.Forms UWp
I am trying to move my app into a xamarin forms solution and starting to get some where but I get the following exception with no stack trace Failed to create backbuffer depth-stencil texture (HRESULT...
View ArticleXamlFilePathAttribute class not found error after updating to Visual studio...
I am getting XamlFilePathAttribute class not found error after updating to Visual Studio for Mac. Error CS0234 The type or namespace name 'XamlFilePathAttribute' does not exist in the namespace...
View ArticleAndroid emulator opens, but project does not deploy and start
When I try to use "Deploy" to deploy my app to any Android emulator, the emulator opens, but the deployment does not start. There is no error, and the only way to stop it is Ctrl+Break. I've waited up...
View ArticleRender with a transparent background
Hello, I have recently discovered how awesome UrhoSharp is and I'd love to make use of it in my forms app. Possibly the most important thing for me is whether it's possible to make a surface with a...
View ArticleWhy does the installer throw this error?
I wanted to install Xamarin Studio on my MacBook and found out that it's been replaced by Visual Studio for Mac, but when I try to install it, it throws this error message: La excepción interrumpió la...
View ArticleUITableView, UICollectionView Placeholder cells/Items
On the first run of an application we have developed there is a one time trade off. It has to do an initial large pull of custom content for the specific logged in user. This data refresh becomes...
View ArticleBuild issue using Jenkins "error CS0246: The type or namespace name `Xamarin'...
Hi there. I'm having issues with Jenkins and was wondering if anyone here had run into it. Xbuild doesn't seem to handle building my Xamarin.forms iOS app, giving me these warning and errors: I...
View Article(SOLVED) Error with include layout, invalid reference (android)
Hello, I am new in android and xamarin studio depelopment. I am having issues when I use the include layout tag. The app compile well and I can run the app. I think that this must be a xamarin studio...
View ArticleVisual studio unable to Identify Xamarin Tests
Hi Everyone, I writing few automation scripts to test android app using Visual studio 2015 Enterprise version. I wrote a simple android app to load a map and doing some operations like zoom in and out....
View ArticleXamarin.Forms release builds suddenly crashing on iOS device
We have a major product in Xamarin Forms (PCL) that we have been releasing Ad Hoc iterative builds to our client for months now. I have reason to believe there is something wrong with the environment...
View ArticleRefreshing page bindings
Is there a way to tell a Xamarin.Forms page to reevaluate all of its bindings?
View ArticleHow to refresh the BindingContext of a page after a child page is popped off...
Hi all, I'm implementing an MVVM solution and for the requirements of the solution I need to share a portion of the view model on multiple screens. As I add new NavigationPages onto the stack, all the...
View ArticleHow to connect to ADFS and azure WEB API
Hi i am developing mobile APP that connects to ADFS for Authentication and once it is successful , it should connect to Web API to retreive data. Anyone have guidelines or reference doc that helps in...
View ArticleApp crashes trying to CreateTable in App.xaml.cs
I have a cross platform PCL app that has the typical IOS, Android, and PCL projects as part of the solution. In the App.xaml.cs file prior to setting my main page I am creating my database and tables....
View ArticleListview with header and content with the same width
i've been trying to do a list like this one where the header and the content take the same width size but with my actual code i can't do it. If i set the columns in auto the header size will just take...
View ArticleApp executing faster on iOS9 device than iOS10 device
We have a number of iOS devices from iPhone 5s to iPhone 7s and OS versions from 8.3 to 10.1. I am doing some performance tuning of a particular View in the app and I am finding that it consistently...
View ArticleFirebase Dynamic Links
Is there an equivalent component for Firebase dynamic links for Android? I only see one for iOS. Any help would be appreciated.
View ArticleAndroid Binding Library 'package does not exist', 'cannot find symbol'
My solution has two Xamarin projects. Websockets.Droid, a xamarin binding library. Websockets.DroidTest, a xamarin android unit test project The Websockets.Droid binding library has 2 jar files and one...
View ArticleApply Custom Renderer Without ExportRenderer Attribute
The normal way to apply a platform specific custom renderer is like this: [assembly: ExportRenderer(typeof(PlatformSpecificContentPage), typeof(UWPContentPageRenderer))] This blanket affects all...
View ArticleFreshMVVM error on FreshPageModelResolver.ResolvePageModel
I am getting an exception on this line var page = FreshPageModelResolver.ResolvePageModel(); telling me with that System.Exception: myAppplication.TestPage, myAppplication, Version=1.0.0.0,...
View Article