Error Message When Running .Exe Files

Hello,

I've made a form in Visual Basic Express which just asks a question and gives 2 options, "Yes" and "No".

If yes is clicked then a batch procedure runs and if no is clicked the form closes.

I published the project I'd made and copied the .exe file that I found, into another folder on my computer.

On my computer the .exe file opens perfectly and runs properly but when I open it on other computers on my network I get an error message.

The error message says, "The application failed to initialize properly (0xc0000135). Click on OK to terminate the application."

Is there any way to fix this



Answer this question

Error Message When Running .Exe Files

  • SQLMSFT

    Thank you very much.
  • KWH

    How do you create a click once deployment

    I've not come across this before.


  • NiklasSolna

    Do they other machines have version 2.0 of the .NET Framework installed on them.

    This is a requirement.

    Ultimately you could create a click once deployment for you application on the network which would then install the framework if they didnt have it on the machine already.


  • adolydenko

    Ste Moore wrote:

    Hello,

    I've made a form in Visual Basic Express which just asks a question and gives 2 options, "Yes" and "No".

    If yes is clicked then a batch procedure runs and if no is clicked the form closes.

    I published the project I'd made and copied the .exe file that I found, into another folder on my computer.

    On my computer the .exe file opens perfectly and runs properly but when I open it on other computers on my network I get an error message.

    The error message says, "The application failed to initialize properly (0xc0000135). Click on OK to terminate the application."

    Is there any way to fix this

    You can download .Net Framework from the following site.

    http://www.microsoft.com/downloads/details.aspx familyid=262D25E3-F589-4842-8157-034D1E7CF3A3&displaylang=en



  • martindotnet

    In the build menu select publish. It will start a wizard which will give you the option of creating a setup program to run from a website or cd.


  • Error Message When Running .Exe Files