I believe the csla 2.1 templates for VB are being finalized, and should be available shortly. Unfortunately I'm not sure of the timeframe.
While your waiting the current VB templates on codeplex should work, with minor changes to your code after generation. The only limitation in the current templates are,the new objects and features in csla are not supported.
Mike
Thanks. All I have to change in the existing templates to get them to work with 2.1 is the "New" factory method.
i.e. From
Return
DataPortal.Create(Of InvoiceCode)()To
Return
DataPortal.Create(Of InvoiceCode)(_id)Copyright (c) Marimer LLC