|
-
Nov 1st, 2004, 09:22 PM
#1
Thread Starter
Junior Member
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.
-
Nov 1st, 2004, 10:00 PM
#2
Make sure that the .NET framework is installed on the target machine. It will be needed for every machine that is to run your exe. Also make sure that it is the same version as you developed on.
Also if you use any COM objects they will need to be registered and on the machine in question.
-
Nov 1st, 2004, 10:06 PM
#3
Thread Starter
Junior Member
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.
-
Nov 1st, 2004, 10:23 PM
#4
I'm pretty sure WISE can install the framework with the app although it may depend on the version of WISE you have. Check the documentation to confirm. You should also check if they have Excel installed since it sounds like it is another requirement.
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|