PRB: Solution Build Fails Without Errors in the Task List (275639)



The information in this article applies to:

  • Microsoft Visual J++ 6.0

This article was previously published under Q275639

SYMPTOMS

When you build a Visual J++ 6.0 solution, the build process fails, and the following error message appears in the output window:
Solution Update Failed
No further compilation errors are listed in the task list.

CAUSE

This problem occurs when you have an incorrect version of COMCAT.dll installed.

RESOLUTION

To resolve this problem, follow these steps:
  1. Search your hard disk for all the copies of COMCAT.dll. Rename all of them except for the one in C:\%windir%\System32 folder, where %windir% represents your operating system folder. There are two versions of COMCAT.dll on C:\%windir%\System32:
    • Version 4.71: 22 KB (Correct version)
    • Version 5.00: 6 KB (Incorrect version)

  2. On the Start menu, click Run, and type the following command to unregister COMCAT.dll version 5.0:

    regsvr32 /u Comcat.dll

  3. Delete or rename the incorrect COMCAT.dll file in the C:\%windir%\System32 folder.
  4. Copy COMCAT.dll version 4.71 from the Visual J++ 6.0 CD-ROM to the C:\%windir%\System32 folder.

    NOTE: You can find the correct version on the CD-ROM in the \Common\Ide\Ide98\Redist folder.
  5. On the Start menu, click Run, and type the following command to register COMCAT.dll version 4.71:

    regsvr32 Comcat.dll

  6. In Control Panel, click Add/Remove Programs, click Microsoft Visual J++ 6.0, and then click Reinstall to repeat the last installation to restore missing files and settings.
  7. Restart the computer.
  8. Start Visual J++ and rebuild your project.
If you still receive the "Solution Build Failed" error with nothing in the Task List, upgrade to the latest build of the Microsoft virtual machine for Java from the following Microsoft Web site:

REFERENCES

For support information about Visual J++ and the SDK for Java, visit the following Microsoft Web site:

Modification Type:MajorLast Reviewed:6/14/2006
Keywords:kbCompiler kbFAQ kbide kbprb KB275639