I have a solution with 3 projects:
1) winform application project
2) webform application project
3) business object project
I am making maintenance forms for projects 1 & 2 using the business objects in project 3.
everything is ok, but when trying to set the bindingfield for the textboxes in one webform I get this message:
"The selected business object name doeas not appear to be valid. The fields could not be enumerated"
I can select the business object by means of the BusinessObjectName Property and I used the same object succesfully in the winform counterpart, and certainly haven't had problems with other business objects.
I have deleted the business object, created and configured it again, built and rebuilt all the projects, have shutdown visual studio and the computer. but still the same.
Please somebody can tell me what can be wrong?
Thanks