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

Error Message When Running .Exe Files
SQLMSFT
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
You can download .Net Framework from the following site.
http://www.microsoft.com/downloads/details.aspx familyid=262D25E3-F589-4842-8157-034D1E7CF3A3&displaylang=enmartindotnet