I’m following a video tutorial on data binding with Visual Studio / Expression Blend. In the tutorial the application’s custom objects are listed when the presenter clicks on the ‘+CLR Object’ button, but in when I do it, my application’s objects are not listed.
What do I need to do to get my application’s objects to be listed here?
Do you have a reference between the projects? Seems like the child project is just missing a reference to the parent so they can be picked up.