Microsoft KB Archive/132725

From BetaArchive Wiki
Knowledge Base


Article ID: 132725

Article Last Modified on 12/4/2003



APPLIES TO

  • Microsoft Visual C++ 2.0 Professional Edition
  • Microsoft Visual C++ 2.1
  • Microsoft Visual C++ 2.2
  • Microsoft Visual C++ 4.0 Standard Edition



This article was previously published under Q132725

SYMPTOMS

When debugging projects located on a Novell Netware server from Windows NT version 3.51, you may receive this error:

The breakpoint "{,<filename>,} .<line>" cannot be set.

CAUSE

There is a problem in NWRDR.SYS. The file read modes are not set correctly.

RESOLUTION

This problem has been fixed in the Service Pack 2 for Windows NT. Please see article 128465 for information on how to obtain the Windows NT 3.51 Service Pack.

STATUS

Microsoft has confirmed this to be a bug in Windows NT version 3.51. This bug was corrected in the Windows NT 3.51 Service Pack 2.

MORE INFORMATION

To reproduce the bug using the HELLO, MFC sample:

  1. Place the HELLO sample on the Netware Server.
  2. Build HELLO for the Debug Target.
  3. Place a breakpoint in InitInstance().
  4. Press F5 (Go) to run the program.

NOTE: This problem occurs only under Windows NT version 3.51.

Keywords: kberrmsg kbbug kbfix kbide kb3rdparty KB132725