Prevent Generation of App.Config

Posts   
 
    
Posts: 32
Joined: 01-Oct-2007
# Posted on: 12-Nov-2007 16:33:29   

Hi All

How do I prevent LLBLGen creating the App.Config file - I don't need it but it gets added back into the solution file each time I generate.

2.5 C# Adaptor

Cheers

Matt

GizmoTN76
User
Posts: 36
Joined: 22-Oct-2007
# Posted on: 12-Nov-2007 17:27:13   

In the llglgen interface go to generate, it has 3 tabs, choose the 3rd "Task queue to execute". Scroll down until you see the "AppConfigFileGenerator" in the tree. Select it, click remove on the right, and save the preset under a new name.

I think that should do it, hope it helps!

Scott

goose avatar
goose
User
Posts: 392
Joined: 06-Aug-2007
# Posted on: 12-Nov-2007 17:54:38   

Hi, in the generation process configuration dialog (designer): go to the "task queue to execute" tab and look for the SD.Task.Generic.AppConfigFileGenerator Task under The SD.Task.Adapter.DatabaseSpecific Group and uncheck the IsEnabled checkbox.

Posts: 32
Joined: 01-Oct-2007
# Posted on: 12-Nov-2007 18:01:35   

Got it, thanks.