Computing.Net > Forums > Programming > Vb.NET Application Error

Computer Problems? Computing.Net has over 1,000,000 posts about all things technology related! Click here to start participating now! Also, check out the New User Guide.

Vb.NET Application Error

Reply to Message Icon

Name: Tuyen Ly
Date: March 15, 2003 at 20:02:44 Pacific
OS: Xp Pro
CPU/Ram: 256mb
Comment:

Hi, i made a application in Visual Basic .Net and after i send it to my friends, this error came up on all of them.
"The application failed to intitialize properly (0xc0000135). Click on OK to terminate the application."
Any idea?
Thanks
TLC



Sponsored Link
Ads by Google

Response Number 1
Name: borelli34
Date: March 15, 2003 at 21:23:53 Pacific
Reply:

The most common cause of that error message that I've seen anyways, is that a component is not available on the users system but the application makes the assumption that it is. When the application initializes, it attempts to initialize its global objects and even though it can't find the object, their is no error checking for this condition to speak of. The bottom line is access is attempted to a nil pointer and creates a crash condition.

borelli34


0
Reply to Message Icon

Related Posts

See More


Check digit modulas numbe... message transfer



Post Locked

This post is quite old and has been locked from receiving new replies. Please create a new posting instead.


Go to Programming Forum Home


Sponsored links

Ads by Google


Results for: Vb.NET Application Error

Run vb.net application in *.bat www.computing.net/answers/programming/run-vbnet-application-in-bat/15129.html

Installing vb.net application www.computing.net/answers/programming/installing-vbnet-application/11695.html

VB .net application in windows98\ www.computing.net/answers/programming/vb-net-application-in-windows98/7312.html