Designer auto assigning bogus string resource values

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!
 
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!

Any ideas on this?
 

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