My combobox list is empty. I select the enum from the Enum Browser... but nothing is displayed at run-time. I tried with SqlDbType and it works. My enum are simple ones... like this onepublic enum SelectionType
{
AllItem = 0,
SelectedItem = 1
}
Is there any requirements? Like every project has to be strataframe projects? I had a sample SF project which contains the enums.