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
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.
Any idea when this will be available?
http://forum.strataframe.net/Topic10915-10-1.aspx
There were several threads that brought up this issue... I'll try to find all of them and post the link to the update.
I installed the patch, but immediately lost my Strataframe menu. I looked at this post (http://forum.strataframe.net/Topic211-10-1.aspx) but everything seems to look fine. I extracted the files to both C:\Program Files\Common Files\MicroFour\StrataFrame and c:\windows\assembly (i'm guessing that is where I screwed up). See info below for more detail
This file was renamed with an underscore after I opened Visual Studio.
I get this when VS starts. I'm guessing you can't read it but basically...this just says that the addin will be renamed.
Here is the contents of the StrataFrame.addin file
<?xml version="1.0" encoding="UTF-8" standalone="no"?><Extensibility xmlns="http://schemas.microsoft.com/AutomationExtensibility"> <HostApplication> <Name>Microsoft Visual Studio Macros</Name> <Version>8.0</Version> </HostApplication> <HostApplication> <Name>Microsoft Visual Studio</Name> <Version>8.0</Version> </HostApplication> <Addin> <FriendlyName>StrataFrame Add-In Manager</FriendlyName> <Description>Adds extended functionality to the Visual Studio development environment for teh MicroFour StrataFrame Application Framework and Database Management Toolkit.</Description> <AboutBoxDetails>For more information about MicroFour StrataFrame, visit our website at\rhttp://www.strataframe.net\rCopyright (c) 2005 MicroFour, Inc. Inc.</AboutBoxDetails> <Assembly>C:\Program Files\Common Files\MicroFour\StrataFrame\MicroFour StrataFrame AddIns.dll</Assembly> <FullClassName>MicroFour.StrataFrame.AddIns.AddInManager</FullClassName> <LoadBehavior>1</LoadBehavior> <CommandPreload>0</CommandPreload> <CommandLineSafe>0</CommandLineSafe> </Addin></Extensibility>