Program crashes when the File menu is accessed Issue
When you attempted to access items on the File menu, the following error message was displayed and the program stopped responding: FATAL ERROR: Unhandled e06d7363h Exception at 7c812a5bh
The error may look similar to the following image:  Solution
This error will occur if an incorrect version of a Microsoft DLL file MFC80U.DLL exists on the computer. To resolve this error, use one of the following methods: Method 1 - Find and replace the incorrect version of the DLL file: - Search all local drives for the file MFC80U.DLL.
- Check the version of each such file found by right-clicking the file and clicking Properties
- If any of the files have a version number of 8.00.50727.363, do the following:
- Click Start menu (Windows) > Run.
- In the Run dialog box, copy and paste the following command into the Open box:
MsiExec.exe /X{A49F249F-0C91-497F-86DF-B2585E8E76B7}
- Click OK.
- Start AutoCAD.
If you receive an error message during startup, you will need to reinstall the correct version of this DLL file directly from Microsoft. Visit the following link and follow the instructions to install the correct version of the MFC80U.DLL file: Install correct version of MFC80U.DLL Method 2 - Disable the Most Recently Used Files list: - Start AutoCAD.
- Click Tools menu > Options.
- On the Open and Save tab, set the value of the Number of Most Recently Used Files to 0.
- Verify that you can access the File menu without receiving an error.
Give us your feedback on this document:
AUTODESK DOES NOT GUARANTEE THAT YOU WILL BE ABLE TO SUCCESSFULLY DOWNLOAD OR IMPLEMENT ANY SERVICE PACK OR WORKAROUND, OR ANY OF THE TIPS, TRICKS, EXAMPLES OR SUGGESTIONS OUTLINED IN ANY AUTODESK PRODUCT SUPPORT TECHNICAL DOCUMENTS. TECHNICAL DOCUMENTS, SERVICE PACKS AND WORKAROUNDS ARE SUBJECT TO CHANGE WITHOUT NOTICE TO YOU. AUTODESK PROVIDES TECHNICAL DOCUMENTS, SERVICE PACKS AND WORKAROUNDS "AS IS" WITHOUT WARRANTY OF ANY KIND, WHETHER EXPRESS OR IMPLIED, INCLUDING WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE. IN NO EVENT SHALL AUTODESK OR ITS SUPPLIERS BE LIABLE FOR ANY DAMAGES WHATSOEVER INCLUDING DIRECT, INDIRECT, INCIDENTAL, CONSEQUENTIAL, LOSS OF DATA, OR LOSS OF BUSINESS PROFITS OR SPECIAL DAMAGES, THAT MAY OCCUR AS A RESULT OF IMPLEMENTING ANY SERVICE PACK OR WORKAROUND, OR ANY SUGGESTION OUTLINED IN ANY AUTODESK PRODUCT SUPPORT TECHNICAL DOCUMENT, EVEN IF AUTODESK OR ITS SUPPLIERS HAVE BEEN ADVISED OF THE POSSIBILITY OF SUCH DAMAGES. |