The EntitySpaces Community

Share and learn about the EntitySpaces Architecture.
Welcome to The EntitySpaces Community Sign in | Join | Help
in
Home Forums Photos

Error in "Generated - Hierarchical (VB)" codesmith template - latest Beta (2)

Last post 05-01-2008, 7:05 PM by Mike.Griffin. 4 replies.
Sort Posts: Previous Next
  •  05-01-2008, 11:29 AM 9135

    Error in "Generated - Hierarchical (VB)" codesmith template - latest Beta (2)

    Hi again

    Looks like there's a spare closing parenthesis in the above template in the "One to One" section which results in code like the following:

    Code:
    Get
    	If Me._UpToPerson Is Nothing _
    		AndAlso Not PersonID.Equals(Nothing) _)
    

    Again, fix is easy enough - line 338 needs changing from:

     

    Code:
    {%>					AndAlso Not Idea)%>.Equals(Nothing) _)

     

    To:

    Code:
    {%>					AndAlso Not Idea)%>.Equals(Nothing) Then

     

    Cheers

    Martin

  •  05-01-2008, 11:30 AM 9136 in reply to 9135

    Re: Error in "Generated - Hierarchical (VB)" codesmith template - latest Beta (2)

    OK - looks like the code formatting stuffed up on my first post but hopefully the required change is clear - let me know if you want clarification

    Cheers

    Martin

  •  05-01-2008, 12:41 PM 9140 in reply to 9136

    Re: Error in "Generated - Hierarchical (VB)" codesmith template - latest Beta (2)

    Wow, thanx for these reports, new stuff to be pushed up tonight.

    EntitySpaces | Twitter | BLOG | Please honor our Software License
  •  05-01-2008, 1:14 PM 9142 in reply to 9140

    Re: Error in "Generated - Hierarchical (VB)" codesmith template - latest Beta (2)

    No prob Mike - FYI everything else seems fine so far (although all I've done is the basics) - I'll naturally report anything else I come across.

    Cheers

    Martin

  •  05-01-2008, 7:05 PM 9144 in reply to 9142

    Re: Error in "Generated - Hierarchical (VB)" codesmith template - latest Beta (2)

    New builds have been pushed up, just an FYI ...

    EntitySpaces | Twitter | BLOG | Please honor our Software License
View as RSS news feed in XML