2
Reply

CS0117: 'string' does not contain a definition for 'PropertyInfo'

cdog

cdog

Apr 4 2007 10:59 PM
3.3k
Here is the error I am getting:

Compiler Error Message: CS0117: 'string' does not contain a definition for 'PropertyInfo'

Source Error:

Line 182:		txtSubjectListingNumber.Text = test; 
Line 183:
Line 184:		ddlDefault = ddlPropertyType.Items.FindByValue(bpo.PropertyInfo.propertyCharacteristics.propertyType);
Line 185:		
Line 186:

Can anyone help?

Answers (2)