DOCUMENT:Q149482 30-JUL-2001 [visualc] TITLE :BUG: MSDEV Does Not Report Error When It Cannot Find Make File PRODUCT :Microsoft C Compiler PROD/VER::4.0,4.1,4.2 OPER/SYS: KEYWORDS:kbide kbVC kbGrpDSTools ====================================================================== ------------------------------------------------------------------------------- The information in this article applies to: - Microsoft Visual C++, versions 4.0, 4.1, 4.2 ------------------------------------------------------------------------------- SYMPTOMS ======== When Developer Studio (Msdev.exe) cannot find the make (.mak) file that corresponds to the workspace (.mdp file) you are attempting to open, it does not give you any indication of the problem. It does not report an error, and most of the commands on the Insert or Build menus are disabled. RESOLUTION ========== Make sure that the .mak file that corresponds to the workspace is in the same directory as the .mdp file and has the same base name. For example, if the workspace file is Myproject.mdp, make sure that a file named Myproject.mak exists in the same directory. STATUS ====== Microsoft has confirmed this to be a bug in the Microsoft products listed at the beginning of this article. We are researching this problem and will post new information here in the Microsoft Knowledge Base as it becomes available. Additional query words: kbVC400bug 4.00 4.10 4.20 ====================================================================== Keywords : kbide kbVC kbGrpDSTools Technology : kbVCsearch kbVC400 kbAudDeveloper kbVC410 kbVC420 Version : :4.0,4.1,4.2 ============================================================================= 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. Copyright Microsoft Corporation 2001.