Visual Studio Problem

  • Thread starter Thread starter Matt Osborn
  • Start date Start date
M

Matt Osborn

For a project containing help; set the resource.hm file attributes to
include read only.
Uncheck Tools->Options->Environment->Documents->Edit read only files.
Open Project
Open Resource View
In Resource View, expand project.rc
Expand dialog

Notice that all dialog IDs have been replaced with the ID number rather than
the defined name.
Open the dialogs one at a time (pretend that you're searching for a specific
dialog)
Notice that any DateTime pickers on the dialog revert from time format to
short date format
(be sure to change them back to time format before moving to next dialog)

Modify the last dialog and save your work.
Close your project.

Open the Project.rc file with notepad.
Notice that all IDD_XXX names are now numbers.
Manually edit your rc file to restore the names.

Check Tools->Options->Environment->Documents->Edit read only files
Now you're ok.
 
Notice that all dialog IDs have been replaced with the ID number
rather than the defined name.

We have seen reports of this happen before but were never able to
isolate the problem with specific repro steps. We'll use the steps
you provided and will hopefully be able to isolate the problem
now. I'll let you know if we can't.
Open the dialogs one at a time (pretend that you're searching
for a specific dialog)
Notice that any DateTime pickers on the dialog revert from time
format to short date format

We fixed this for VS2005.

Thanks for the bug report.
 
My T-shirt size is XL.

Tarek Madkour said:
We have seen reports of this happen before but were never able to
isolate the problem with specific repro steps. We'll use the steps
you provided and will hopefully be able to isolate the problem
now. I'll let you know if we can't.


We fixed this for VS2005.

Thanks for the bug report.
 
Back
Top