I created an .msi file for a project I built using VB.Net
When another user tried to install it, she got two errors:
Obsolescence.ex e - Common Language Runtime Debugging Services
Application has generated an exception that could not be handled.
Procces id = 0xefc (3836), Thread id=0xf68 (3944).
CLick ok to terminate application
Click cancel to debug the application
And (after clicking cancel to debug):
Obsolescence.ex e - No debugger found.
Registered JIT debugger is not available. An attempt to luanch a JIT
debugger withthe following command resulted in an error code of 0x2(2).
Please check computer settings.
cordbg.exe la 0x588
Click on Retry to hav e the process wait while attaching debugger manually.
Click on Cancel to abort the JIT request.
Can I add this needed debugger to my application? I am already creating it
with a bootstrap for the dotnetx.exe file to be installed.
Any advice would be appreciated,
Thanks in advance!
~Elena
When another user tried to install it, she got two errors:
Obsolescence.ex e - Common Language Runtime Debugging Services
Application has generated an exception that could not be handled.
Procces id = 0xefc (3836), Thread id=0xf68 (3944).
CLick ok to terminate application
Click cancel to debug the application
And (after clicking cancel to debug):
Obsolescence.ex e - No debugger found.
Registered JIT debugger is not available. An attempt to luanch a JIT
debugger withthe following command resulted in an error code of 0x2(2).
Please check computer settings.
cordbg.exe la 0x588
Click on Retry to hav e the process wait while attaching debugger manually.
Click on Cancel to abort the JIT request.
Can I add this needed debugger to my application? I am already creating it
with a bootstrap for the dotnetx.exe file to be installed.
Any advice would be appreciated,
Thanks in advance!
~Elena