TECHNOLOGIES
FORUMS
JOBS
BOOKS
EVENTS
INTERVIEWS
Live
MORE
LEARN
Training
CAREER
MEMBERS
VIDEOS
NEWS
BLOGS
Sign Up
Login
No unread comment.
View All Comments
No unread message.
View All Messages
No unread notification.
View All Notifications
Answers
Post
An Article
A Blog
A News
A Video
An EBook
An Interview Question
Ask Question
Forums
Monthly Leaders
Forum guidelines
Logesh Palani
192
10k
1.9m
InitializeComponent(); xamarin.forms error how to solve????
Apr 21 2017 9:37 AM
am creating forms application but staring the application
starting error for InitializeComponent();
using
System;
using
System.Collections.Generic;
using
System.Linq;
using
System.Text;
using
Xamarin.Forms;
namespace
Popups
{
public
partial
class
App : Application
{
public
App()
{
InitializeComponent();
MainPage =
new
Popups.MainPage();
}
protected
override
void
OnStart()
{
// Handle when your app starts
}
protected
override
void
OnSleep()
{
// Handle when your app sleeps
}
protected
override
void
OnResume()
{
// Handle when your app resumes
}
}
}
Reply
Answers (
2
)
Designing the UI in Xamarin Forms
missing an assembly reference???? error