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