Visual Studio Problem

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.
 
T

Tarek Madkour [MSFT]

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.
 
M

Matt Osborn

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.
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top