Designer automatically assigning string resource values
"Bhatnagar, Amit" <[email protected]>
| Newsgroups | gmane.comp.windows.devel.dotnet.winforms |
|---|---|
| Message-ID | <[email protected]> |
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. In the designer.cs file, it looks like: this.m_multiWpToSpinCtrl.FormatString = global::OurNameSpace.Strings.Help_ConvoyDialog_Details; 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! The information contained in this e-mail message is PRIVATE. It may contain confidential information and may be legally privileged. It is intended for the exclusive use of the addressee(s). If you are not the intended recipient, you are hereby notified that any dissemination, distribution or reproduction of this communication is strictly prohibited. If the intended recipient(s) cannot be reached or if a transmission problem has occurred, please notify the sender immediately by return e-mail and destroy all copies of this message. Thank you.