Tech
Forums
Jobs
Books
Events
Videos
Conference
Annual Conference
Bcrypt
Ai Conference
Live
More
Interviews
Certification
Training
Career
Members
News
Blogs
Contribute
An Article
A Blog
A Video
An Ebook
An Interview Question
Register
Login
2
Answers
InitializeComponent(); xamarin.forms error how to solve????
Ask a question
Ask a question
Upload Source Code:
Select only zip and rar file.
Logesh Palani
7y
734
1
Reply
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
}
}
}
Post
Reset
Cancel
Answers (
2
)
Next Recommended Forum
Designing the UI in Xamarin Forms
missing an assembly reference???? error