Custom Preset Not Loading

Posts   
 
    
Ian avatar
Ian
User
Posts: 511
Joined: 01-Apr-2005
# Posted on: 06-May-2008 00:55:38   

Hi,

I've saved out a custom preset to the same directory as the LLBLGen project file. Even though the custom preset is selected upon code generation and the project is saved before exiting the designer, when I load the project back the custom preset is not available for selection. It seems to just select the first one in the list that is available as if its looking for the custom preset but can't find it.

How do I get the designer to look for the preset in the folder that it was saved to?

Cheers, Ian.

daelmo avatar
daelmo
Support Team
Posts: 8245
Joined: 28-Nov-2005
# Posted on: 06-May-2008 03:11:01   

Hi Ian. You need to configure **AdditionalTasksFolder **Project's property (under Miscellaneous settings group):

LLBLGenPro wrote:

AdditionalTasksFolder If specified, LLBLGen Pro will look for *.tasks/.platform/.presets files in this folder as well, besides the default Tasks folder. Specify the folder with full path or if you want to make the path relative to the project location, specify the path as a relative path. A relative path starts with '.\' or with '..\' (without the quotes). If you don't want to use an additional folder, leave it empty.

David Elizondo | LLBLGen Support Team
Ian avatar
Ian
User
Posts: 511
Joined: 01-Apr-2005
# Posted on: 06-May-2008 15:18:55   

Great. Thanks.