StrataFrame Forum

BrowseDialog sample problem...

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

By StarkMike - 9/15/2006

I downloaded and tried to run to BrowseDialog sample from the developer'sblog thread and I was met with these errors (screenshot attached). Wasnt sure whether to delete them and re-add them as references or to just change the SpecificVersion property to False.



Please advise. Thanks
By Trent L. Taylor - 9/15/2006

Just delete those references and add them back in.  Don't worry about settings the SpecificVersion property.  These samples will be included in the installation of 1.5 and will be for both VB and C# and will be adjusted to take account of the new assembly versions.
By StarkMike - 9/15/2006

Ok, did that. Here are the two errors I am getting.

Error 1 function 'GetFieldSecurityEventArgsType' cannot be declared 'Overrides' because it does not override a function in a base class. C:\Documents and Settings\MMurphy\Desktop\BrowseDialogSample\BrowseDialogSample\CustomersBO.Designer.vb 603 31 BrowseDialogSample

Error 2 Too few type arguments to 'MicroFour.StrataFrame.Business.CheckFieldSecurityEventArgs(Of TEnum)'. C:\Documents and Settings\MMurphy\Desktop\BrowseDialogSample\BrowseDialogSample\CustomersBO.Designer.vb 612 18 BrowseDialogSample

Thanks

By Trent L. Taylor - 9/15/2006

Yeah, the partial classes need to be rebuilt for the sample.  Are you on 1.4.1?  I will have to rebuild the partials and repost the sample.  I will not be able to get to this today, sorry.  We are going to revamp all of the samples before next week though.  I will let you know when I repost the sample the works with the newer version.