Error when try to run an VB.Net App in a XP target Machine

jeva39

Well-known member
Joined
Jan 28, 2005
Messages
135
Location
Panama
Programming Experience
1-3
I finish an APP in VB.Net 2003 (with Setup). In my machine (XP) run without any problem but in the Target Machine (Also XP) I give this error

Common Language Runtime Debugging Services
.....

Registered JIT Debugger is not available. Please, check the computer settings.

cordbg.exe 0xc4

The Target machine only have installed for now Clean XP Operating System, Framework 1.1 Redistributable (Installation OK) and Office 2000.

Please, what is the cause or solution for this error?

Thanks!!
 
Ooopss!!. That's right. By mistake, my partner copy in the Autoplay Installation CD the Debug build version. But the best of all is that I know and understand a new topic in VSN (I am Newbie...): don't use Debug Build versions in target machines :) Thanks very much jmcilhinney!!
 
Unfortunately, the error again. I install and run the Release Build but generate the same error (above)

The Target machine Configuration are:

XP (OEM, Spanish) with ServicePack 2
Framework 1.1 (English) Installed OK without any error (verified)
Office 2000 (Spanish)

That's all!!

I try in other two machines with similar configuration and all run OK!!!! But, in this machine, no....Another thing: the target machine are absolutely new.

I don't know why the error again. What can be causing the error in the target machine?

Thanks...
 
Back
Top