PRB: Compile and Build Menu Items Are Disabled

Last reviewed: May 12, 1997
Article ID: Q168386
The information in this article applies to:
  • Microsoft Visual Studio, Professional Edition 97

SYMPTOMS

Open Visual InterDev. Start a project (for example, a Database) and add a Java file to the project. When you try to compile the Java file, the options are grayed out.

CAUSE

Some project types are not "buildable" projects. That is, some project types naturally do not have a build process (such as an InterDev project). Therefore, there is no option to build or compile files.

RESOLUTION

Files that need to be built must be placed in a buildable project. Visual C++ and Visual J++ projects are buildable. Visual InterDev projects are not buildable.

STATUS

This behavior is by design.


Keywords : VWBIss
Technology : kbInetDev
Version : 97
Platform : NT WINDOWS
Issue type : kbprb


THE INFORMATION PROVIDED IN THE MICROSOFT KNOWLEDGE BASE IS PROVIDED "AS IS" WITHOUT WARRANTY OF ANY KIND. MICROSOFT DISCLAIMS ALL WARRANTIES, EITHER EXPRESS OR IMPLIED, INCLUDING THE WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE. IN NO EVENT SHALL MICROSOFT CORPORATION OR ITS SUPPLIERS BE LIABLE FOR ANY DAMAGES WHATSOEVER INCLUDING DIRECT, INDIRECT, INCIDENTAL, CONSEQUENTIAL, LOSS OF BUSINESS PROFITS OR SPECIAL DAMAGES, EVEN IF MICROSOFT CORPORATION OR ITS SUPPLIERS HAVE BEEN ADVISED OF THE POSSIBILITY OF SUCH DAMAGES. SOME STATES DO NOT ALLOW THE EXCLUSION OR LIMITATION OF LIABILITY FOR CONSEQUENTIAL OR INCIDENTAL DAMAGES SO THE FOREGOING LIMITATION MAY NOT APPLY.

Last reviewed: May 12, 1997
© 1998 Microsoft Corporation. All rights reserved. Terms of Use.