Click here to Skip to main content
15,886,689 members
Articles / General Programming / Exceptions

WINDOWS APPLICATION EXCEPTION

Rate me:
Please Sign up or sign in to vote.
1.00/5 (1 vote)
4 Apr 2012CPOL 0  
Here is my advice: run it under debugger. When execution is stopped where the exception is thrown, see Exception.InnerException for detail. Those details are so informative (in contrast to your question), that most developers can immediately see where they screwed up. :-)If you won't see it...

Alternatives

Members may post updates or alternatives to this current article in order to show different approaches or add new features.

Please Sign up or sign in to vote.
4 Apr 2012Heer91 1 alternative  
clicked build project and An error occurred creating the form. See Exception.InnerException for details. The error is: Object reference not set to an instance of an object.

License

This article, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)


Written By
Architect
United States United States
Physics, physical and quantum optics, mathematics, computer science, control systems for manufacturing, diagnostics, testing, and research, theory of music, musical instruments… Contact me: https://www.SAKryukov.org

Comments and Discussions