Hi all
Finally had a chance to download the latest beta (header info below) and ran it through codesmith - there looks to be a stray template closing "bracket" which appears at the top of the Custom (query) files - example of the output follows:
Code:
%>
'===============================================================================
' EntitySpaces(TM) by EntitySpaces, LLC
' A New 2.0 Architecture for the .NET Framework
' http://www.entityspaces.net
'===============================================================================
' EntitySpaces Version # 2008.0.0427.0
' CodeSmith Version # 4.0.3.1813
' Date Generated : 01/05/2008 18:22:07
'-------------------------------------------------------------------------------
Imports System
Imports System.Collections.Generic
Imports System.Text
The fix is easy enough - line 196 of the "Custom - Query (VB)" template needs to be deleted (the only code on it is "%>" which is the culprit)
Cheers
Martin