visual basic.net version 2003

  • Thread starter Thread starter John Buchanan
  • Start date Start date
J

John Buchanan

When attempting to run my program on another computer, I
get the error message,

The application failed to initialize properly
(0xc0000135). Click OK to terminate the application.

Any ideas?
 
This error normally means your trying to run a .net app on a computer that
does not have the .net framework installed. Go to windows update on the
client machine and install the .net framework.

Bryan Martin
 
Back
Top