Quantcast
Channel: Xamarin.Forms — Xamarin Community Forums
Viewing all articles
Browse latest Browse all 77050

Cannot find function pointer IOHIDLibFactory for factory 13AA9C44-6F1B-11D4-907C-0005028F18D5 in CFB

$
0
0

Switched from out of the box to the following and the screen comes up but its blank. How do I proceed? This is with Visual Studio 2015

public App()
{
// The root page of your application
//MainPage = new ContentPage
//{
// Content = new StackLayout
// {
// VerticalOptions = LayoutOptions.Center,
// Children = {
// new Label {
// XAlign = TextAlignment.Center,
// Text = "Welcome to Xamarin Forms!"
// }
// }
// }
//};

        MainPage = new PhoneWord.ViewModels.MainPage();
    }

<?xml version="1.0" encoding="UTF-8"?>

<ContentPage.Content>


using System;
using System.Collections.Generic;

using Xamarin.Forms;

namespace PhoneWord.ViewModels{
public partial class MainPage : ContentPage {
public MainPage( ) {
InitializeComponent( );
}
}
}


Viewing all articles
Browse latest Browse all 77050

Trending Articles



<script src="https://jsc.adskeeper.com/r/s/rssing.com.1596347.js" async> </script>