JIT Debugging component registration is incorrect
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.
What is better to build the program
Thank you for your reply. I am making a program that users will use to call in Excel spreadsheets. I want the program to be visually appealing and user friendly. Should I use a different program to create this? I am using Nice Panel Browser from pure components. I have figured out how to open the spreadsheets in the browser window and the browser is very appealing. I am worried though that selling this product could cause problems on customers computers if I have to make sure they have the Framework.net installed. I will be using the WISE installer. Can I have the Framework installed with the program during the installation of my program? Thank you for your help.