FIX: Access Violation on MSVC.EXE When Scanning Dependencies
Article ID: 122788
Article Last Modified on 11/13/2001
APPLIES TO
- Microsoft Visual C++ 2.0 Professional Edition
This article was previously published under Q122788
SYMPTOMS
Updating project dependencies or adding a resource file generates a
message box containing this error:
MSVC.EXE
Exception: access violation (0xc0000005), Address <number>
CAUSE
The size of the resource file is a multiple of 4096 bytes.
RESOLUTION
Change the size of the resource file. Use the following steps to open
the resource file as a text file and add a few spaces:
- From the File menu, choose Open.
- Change the Open As: option to Text.
- Select the resource file.
- Add some spaces.
- Save the file.
STATUS
Microsoft has confirmed this to be a bug in the Microsoft products listed
at the beginning of this article. This problem was fixed in Microsoft
Visual C++, 32-bit Edition, version 4.0.
Additional query words: 2.00 9.00 Update visual workbench
Keywords: kbbug kbfix kbide KB122788