PRB: "Jview.exe Failed to Launch" Error Message When You Debug a Visual J++ Application After You Remove Office XP (814714)
The information in this article applies to:
- Microsoft Visual J++ 6.0
- Microsoft Visual Studio, Enterprise Edition 6.0
- Microsoft Visual Studio 6.0 SP1
- Microsoft Office XP
SYMPTOMSWhen you remove Office XP from your computer, and then
you try to debug a Visual J++ application, you may receive the following
error message: Application
'C:\WINDOWS\System32\jview.exe' failed to launch CAUSEMicrosoft Visual J++ uses Vs7jit.exe to debug your Visual
J++ application. However, when you remove Office XP, Vs7jit.exe is
removed from your computer. However, Machine Debug Manager (Mdm.exe) is not
removed.
Because the Visual J++ application tries to locate Vs7jit.exe to start a
new debugging session, you receive the error message as mentioned in the
"Symptoms" section.RESOLUTIONTo resolve this problem, follow these steps:
- Copy Vs7jit.exe from the Office XP installation CD-ROM to the
following folder:
C:\Program Files\Common Files\Microsoft Shared\VS7Debug - Start a command prompt.
- To register Vs7jit.exe, type the following command, and then press ENTER:
c:\Program Files\Common Files\Microsoft Shared\VS7Debug\VS7JIT.EXE /regserver - To restart Machine Debug Manager, type the following commands
net stop mdm
net start mdm :
REFERENCES
For additional information, click the following article number to view the article in the Microsoft Knowledge Base:
321410
OFF: How to Turn Off Machine Debug Manager, Mdm.exe
Modification Type: | Minor | Last Reviewed: | 8/15/2005 |
---|
Keywords: | kberrmsg kbsetup kbJava kbDebug kbprb KB814714 kbAudDeveloper |
---|
|