StrataFrame Forum

WBBS Crashing Visual Studio

http://forum.strataframe.net/Topic10598.aspx

By Keith Harvey - 7/27/2007

I have a page with two WBBS controls.  I am binding each to a combo box.  In the combo boxes, I click the dropdown for the data source and select the appropriate WBBS control.  When I click the dropdown to select either the value or text fields, Visual Studio crashes.

Is there a way to get around this?  Or do you have a fix?

Cheers...

By StrataFrame Team - 7/30/2007

The only time my VS crashes when you try to set the value or display fields is when the business object has not been set on the WBBS.  Try setting the BusinessObjectName propety on the WBBS before trying to set the fields on the DropDownList.
By StrataFrame Team - 7/30/2007

In the meantime, I'll modify the designer so that it does not throw an exception, but shows a message box so that you can see that you need to specify the BO.