version 1.0.2005.1 final (self-servicing)
VS2005 asp.net 2.0
hiya,
I have:
1) added a field to a typedList
2) saved the project
3) regenerated the project
4) reloaded the c# generated project
5) rebuilt my entire client solution.
I've tried several other things, but the bottom line is that the new field is not being found.
I don't think it's relationship issue, becuause the field in question is a simple text field, and I can ALREADY display a similar field from the same table.
I can also see the field in the "TypedListClasses" folder of the DAL project.
Any ideas? I've been cleaning, building, rebuilding and even manually adding the dll from the DAL project.
I'm not using source control, so that can't be the issue
Why can't it find it? When I look at the datagrid field, it simply displays System.Data.DataRowView
I have the column correctly set up, and as I say, the field isn't in the generated sql..so that is my issue.
many thanks,
yogi