Designer auto assigning bogus string resource values
Hi All.
We are experiencing weird behavior from the VS2005 designer. It seems that at random, the designer generated code will assign a global:: resource string to a text property of a control. We see this happening when the text property has no default value.
We are seeing this now in many of our dialogs, but in our previous release this didn't happen. Does anyone know what is causing this? Could we have set some property or setting on the project that causes the designer to stick in these global:: resource strings?
Help!
flyte Wednesday, June 13, 2007 3:03 PM
(wild guess) did you set the Localizable property to true?
timvw Wednesday, June 13, 2007 9:35 PM
Yes localizable is set to true, and it needs to be because we need to support both french and english. Even with this setting, I don't know why it is arbitrarily setting a control's Text property to this global:: string..