G
Guest
I've designed a very simple VB.NET project that uses the .NET framework
functionality to access registry keys. At the moment it pulls values from a
few keys and puts them into a listbox. The program works just fine and
compiles just fine, I set the build mode to release and built an EXE.
Whenever I try to run the EXE on any other computer I get this error: The
application failed to initialize properly (0xc0000135). Click on OK to
terminate the application. I understand that this probably has something to
do with the .net framework on other computers or lack thereof, but it must be
possible to compile an application that works on computers with older
versions of Windows or no .net framework etc. Do I need to include something
or compile differently? Please help.
functionality to access registry keys. At the moment it pulls values from a
few keys and puts them into a listbox. The program works just fine and
compiles just fine, I set the build mode to release and built an EXE.
Whenever I try to run the EXE on any other computer I get this error: The
application failed to initialize properly (0xc0000135). Click on OK to
terminate the application. I understand that this probably has something to
do with the .net framework on other computers or lack thereof, but it must be
possible to compile an application that works on computers with older
versions of Windows or no .net framework etc. Do I need to include something
or compile differently? Please help.