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
Prathap
NA
38
32.4k
does not contain a static 'Main' method WPF
Jul 31 2015 6:11 AM
I had deleted the App.xaml file and added new class named App.cs as the entry point. The buildAction property is compile.
class App : Application
{
[STAThread()]
static void main()
{
}
}
But when i compile an error had shown: d:\Projects\....\obj\x86\Debug\Test.exe does not contain a static 'Main' method suitable for an entry point.
How to solve this?
Reply
Answers (
1
)
I would like to develop android game using c#,htmll,css...
How to connect single client to multiple server?