CSharp comment in VB.Net Project

Posts   
 
    
GabeNodland avatar
Posts: 65
Joined: 31-Dec-2004
# Posted on: 18-Mar-2005 00:17:03   

This is a strange one, I have a project that has about 20 entities, every time i regenerate it puts a cSharp comment in my vb.net project. The strange thing is it only happens in 1 of the entities on 1 of the comments. The comment that is in CSharp is:

// unset the sync info With the old value Set For PnfHeader.

every time i regenerate i just change the // to a ' and i am fine.

not a big deal, but thought you should know

i am using 1.0.2004.1

Otis avatar
Otis
LLBLGen Pro Team
Posts: 39589
Joined: 17-Aug-2003
# Posted on: 18-Mar-2005 10:10:28   

Found it.

Very rare situation. I'll upload new templates within half an hour. This situation happens when you hide a relation on one side. This is not supported in Selfservicing: either hide both sides or no side. (it is not supported because the code can fail to compile (not due to wrong comments but due to missing methods wink )

(new templates uploaded. Though recommended: unhide one side of the relation so both are either non-hidden or both are hidden.)

Frans Bouma | Lead developer LLBLGen Pro