I developed a program at home on my computer and made the executable files. I then went to the computer lab at the university and tried to run my program to see how it would work. It works on my desktop and home and my laptop. But when I ran it on the computer at the University I received these errors.

JIT Debugging component registration is incorrect

Please repair the installation of the most recent version of Visual Studio. net or Remote Debugging components.

Alternatively, execute the following command as an administrator to manually repair the JIT Debugging component registration.
C:\Program Files\Common Files\Microsoft Shared\vs7Debug\vs7jit.exe"\RegServer

I am logged in as adminstrator and I went to this file and clicked on the vs7jit.exe. It did not fix the problem.

Also I thought that if I had an exe program that it would run on any window machine (should have known better). How can I fix this? I need to be able to run it on any window machine. Thank you.