I'm using a copy of SF that I downloaded July 23rd of last month but I'm still getting the same error as described in this thread.
My copy of StrataFrame BO.dll is 1.6.0.0 but my help file has a section named "What's New in StrataFrame Version 1.6.1" so I'm pretty confident that I installed 1.6.0.1.
I changed the Null Value option on three columns from Return Alternate on Null to Return Alternate on Null / Set Null on Alternate (value type) and the generated code was missing an End If - see below:
<Browsable(
BusinessFieldDisplayInEditor(), _
Description(
DesignerSerializationVisibility(DesignerSerializationVisibility.Hidden)> _
loValue =
<----- missing end if here.
Cheers, Peter