Getting Error (Unexpected error ; quitting) while registering vb6 exe file on windows 7

StackOverflow https://stackoverflow.com/questions/19291864

  •  30-06-2022
  •  | 
  •  

문제

Getting Error (Unexpected error ; quitting) while registering vb6 exe file on windows 7 machine it was running well on windows xp. could some one help me out to solve this error....

도움이 되었습니까?

해결책 2

Check that the DCOM Server Process Launcher Service is running. See here for more information: http://www.xtremevbtalk.com/showthread.php?t=192360

다른 팁

Run as admin:

This error is caused by insufficient registry permissions for the user that is attempting to build an index.

http://support.microsoft.com/kb/966741

Received the same error while trying to register a VB6 class library (MyClass.Exe) in Windows 10 64-bit. I elevated a Command Prompt to Administrator and typed "MyClass.EXE" and it registered.

라이센스 : CC-BY-SA ~와 함께 속성
제휴하지 않습니다 StackOverflow
scroll top