Computer Problems? Computing.Net has over 1,000,000 posts about all things technology related! Over 90% answered within 24 hours! Click here to start participating now! Also, be sure to check out the New User Guide.
Vb.NET Application Error
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
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.
Summary: I'm not a VB.net expert, but you have to run your application inside the batch the same way you would start it from the command prompt. Be aware that a batch executes the apps sequentially, i.e. it do...
Summary: Is that possible to deploy a vb.net windows application with the backend of sql server 2000 with only msde provied by .net(sql server 2000 not installed on the server machine). ...
Summary: I have developed a program in vb .net and want to run the application in win98. after installing dotnetfx.exe file and then extracting setup in win98, it gives an exception at the strat of the program...