Prog execution in IDE works, fails when running exe

  • Thread starter Thread starter Bob
  • Start date Start date
B

Bob

Using Vs2003. Program runs in IDE mode, but when I run it from windows
explorer double clicking on the .exe file to launch, it launches OK, but
running a sub that tests exception handling gives me JIT debugging error,
JIT failed with following error - Class not registered. Can't find any
specific details on this error message in Msdn help In My VS.

Any help would be appreciated.

Bob
 
Same behaviour whether I run the exe generated in debug mode or whether
I use the one generated by the release mode.
If I have Symantec tamper protection On , in addition I get a tamper
alert and it tells me the target is the symantec ccSetMgr.exe file.
The action process is in the shared\VS7debug\mdm.exe With process id 1048.
If I try to use the release code, I get the tamper protectio warning and the
JIT error as the app .loads. Running the debug mode code I get the warnings
after clicking on a test button.

Hope someone can give me a pointer.
I tried to do a search in msdn but its useless. I get 500 topics back and
don't know what to look for.

Bob
 
Bob said:
Using Vs2003. Program runs in IDE mode, but when I run it from windows
explorer double clicking on the .exe file to launch, it launches OK, but
running a sub that tests exception handling gives me JIT debugging error,
JIT failed with following error - Class not registered. Can't find any
specific details on this error message in Msdn help In My VS.

Any help would be appreciated.

Bob

Is this on your development system or on a different computer? If it's
different computer, does it have the .net framework installed?
 
It's my development system. It has Vs2003 installed as well as VS6 also Net
framework 1.1
Bob
 
Back
Top