When running Visual Studio setup on Windows NT 4.0, the following error appears:
The instruction at xxxxxxxx reference
memory at xxxxxxxxx. The memory could not be read.
If you review the filemon log, you'll see several sequential queries for the file Mib.bin. For more information on how to use Filemon and download, visit the following Sysinternals Web site:
Filemon is manufactured by Sysinternals, a vendor independent of Microsoft; we make no warranty, implied or otherwise, regarding this product's performance or reliability.
Microsoft provides third-party contact information to help you find technical support. This contact information may change without notice. Microsoft does not guarantee the accuracy of this third-party contact information.
Back to the top
Visual Studio setup queries the file Snmpapi.dll for network information, which then references the Mib.bin file. If the Mib.bin file is either missing or corrupted, setup fails. Your cause may differ.
Back to the top
Use the following workaround to successfully run setup:
| 1. | Stop all SQL, Oracle, Internet Information Server, Personal Web Server, and SNMP services. |
| 2. | Rename the Snmpapi.dll file to Snmpapi.abc (if it exists). |
| 3. | Rename any additional performance monitor DLLs that are queried during setup. |
| 4. | Run Visual Studio setup. |
| 5. | Rename Snmpapi.abc to Snmpapi.dll after setup has completed succesfully. |
Back to the top