BUG: Changes to Remote Project Files Not Detected

ID: Q145995


The information in this article applies to:
  • Microsoft Visual C++, 32-bit Editions, versions 4.0, 4.1, 4.2, 5.0
  • Microsoft Visual C++, 32-bit Professional Edition, versions 4.0, 4.1, 4.2, 5.0


SYMPTOMS

Developer Studio does not detect changes to project files located on remote computers when those project files are modified by an external source on a remote computer. This occurs when Developer Studio is running on Windows 95. It may also occur on Windows NT when the remote files are on network servers that are not running Windows.


CAUSE

The problem occurs on networked systems that do not support the file change notification functions defined in the Win32 API.


RESOLUTION

To work around problem 1, you need to reload the file manually.

To work around problem 2, you need to do a Rebuild All of the project, rather than a Build.


STATUS

Microsoft has confirmed this to be a bug in the Microsoft products listed at the beginning of this article. Microsoft has confirmed this to be a bug in the Microsoft products listed at the beginning of this article.


MORE INFORMATION

There are two ways this problem manifests:

  1. If a remote file is open in Developer Studio and is modified by an external source, Developer Studio should notify the user that the file has been changed outside of the source editor and prompts the user to reload the file. However, there is no notification.


  2. If a remote file is modified by an external source on a remote computer and a build is launched, Developer Studio does not detect it. It will not recompile the file or do whatever build step is necessary to rebuild files that are dependent on the remote file.


Additional query words: modify update dependency

Keywords : kbusage kbide kbVC kbVC400bug kbVC410bug kbVC420bug kbVC500bug kbVC600bug kbGrpDSTools
Version : winnt:4.0,4.1,4.2,5.0
Platform : winnt
Issue type : kbbug


Last Reviewed: June 2, 1999
© 2000 Microsoft Corporation. All rights reserved. Terms of Use.