LLBLGEN Pro code generation - Helper classes

Posts   
 
    
mzohreh
User
Posts: 6
Joined: 07-Dec-2004
# Posted on: 10-Jul-2007 12:51:18   

Hi,

I'm using the following settings: Selfservicing, general VS.net 2005, C# Template. I have modified the helper classes for database connection as the connection string is encrypted. Is there a way to stop these classes from beong generated when I need to regenerate classes.

Ideally, I would like to compile the helper classes into a seperate assembly and reference it in the project so that the generated classes contain a reference to the assembly. Could you tell me if this is possible.

Thanks

Majid

jbb avatar
jbb
User
Posts: 267
Joined: 29-Nov-2005
# Posted on: 10-Jul-2007 15:17:53   

Hi,

when you generate, in the task queue tab, you have all the task that will be computed. You can disable the HelperClass task if you don't want llbl to generate again your code. You can also put all yours modifications in the user section code of your files which will not be override.