Stop generating AssemblyInfo.cs?

Posts   
 
    
edalzell
User
Posts: 44
Joined: 27-May-2008
# Posted on: 13-Feb-2009 05:24:44   

Is there a way to not generate AssemblyINfo.cs? We have some custom stuff in ours in a different location that LLBLGen generates and having two causes problems.

THanks

daelmo avatar
daelmo
Support Team
Posts: 8245
Joined: 28-Nov-2005
# Posted on: 13-Feb-2009 05:49:21   

Follow this steps (from your previous threads I assume you are using Adapter):

  1. Press **F7 **to show the generation process screen
  2. Go to Task queue to execute tab
  3. Expand the SD.Tasks.Adapter.DatabaseGeneric
  4. Locate the SD.Tasks.Generic.AssemblyInfoFileGenerator subTask
  5. Uncheck the Is Enable checkbox. This will exclude this subTask in the generation process.
  6. Do the same for the DatabaseSpecific task (steps 4-5)
  7. You can Save As ... the preset to a custom one ("Adapter without AssemblyInfoFile", for instance).
David Elizondo | LLBLGen Support Team
edalzell
User
Posts: 44
Joined: 27-May-2008
# Posted on: 13-Feb-2009 17:24:11   

Thanks!