Newbie Question About GUI

Posts   
 
    
ChrisMoses
User
Posts: 18
Joined: 22-Feb-2005
# Posted on: 07-Aug-2005 01:12:57   

Hi, Whatever I do I seem to keep having the following lines highlighted in red when I generate code:

Task ActionProceduresClassGenerator Could not find template 'SD_ActionProceduresAdapterTemplate'. It is not defined in the template set config file. Task RetrievalProceduresClassGenerator Could not find template 'SD_RetrievalProceduresAdapterTemplate'. It is not

I'm trying to generate code for VB.Net, and and access DB using the Adapter Scenario.

I've tried a couple of the diffent adapter scenario generators and a couple of different DBs. Including a simple one with just one table. I'm using VS.net 2003.

is this something I should worry about? If so, what can I do about it?

Thanks, WCM

Otis avatar
Otis
LLBLGen Pro Team
Posts: 39933
Joined: 17-Aug-2003
# Posted on: 07-Aug-2005 09:52:40   

This is with access and mysql, you can safely ignore the remark, as they don't support procedures so don't have the templates defined.

The generator uses a generator config which contains all the tasks, also tasks to generate stored proc classes. If a db doesn't have these supported, the files stay empty (just a header), which isn't that useful, so by omitting the template binding in the template set, the task isn't executed.

Frans Bouma | Lead developer LLBLGen Pro