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
Administrator
Tech Writer
2.2k
1.5m
Unknown Exception
Mar 27 2003 5:03 AM
Hi ! When i run me program on my Windows XP Computer which is also fast enough it works great. But when i try to run it on the ME Machine which is slower I get the following Exception in the Main() Funktion: "Object reference not set to an instance of an Object" My Main() Funktion looks like this: static void Main() { Application.Run(new MainWindows()); } Please anybody help ! Thanks, Nick
Reply
Answers (
3
)
Selecting a Row in a DataGrid
MDI Main form opening a Modal login window