Designer auto assigning bogus string resource values

  • Thread starter Thread starter Flyte
  • Start date Start date
F

Flyte

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::TheNameSpace.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!
 
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::TheNameSpace.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!

Any ideas on this?
 
Back
Top