I'm getting a wacky error using the manager templates!

Posts   
 
    
cfwettermark avatar
Posts: 7
Joined: 04-May-2005
# Posted on: 27-Aug-2005 17:03:25   

Dear LLBLGen-using friends,

I hope the sun is shining upon all yer faces this week-end, and that no one else but me is stuck in the office working. I am, in pure and utter desperation, turning to this forum for help and spiritual guidance in finding an answer to the following:

I'm trying to use the highly interesting manager templates when creating a new project. The amount of time functional manager templates would save me is staggering, so I badly need to get this working. However, after having successfully created an adapter project, I get the following error when trying to generate the manager classes:


Compilation of templates threw errors: 
Error CS0006, at line: 0, pos: 0: Metadata file 'D:\!Share\TemplateStudio\RuntimeLibraries\DotNet11\SD.LLBLGen.Pro.ORMSupportClasses.NET11.dll' could not be found

-----[Core exception]--------------------
   at SD.LLBLGen.Pro.LptParser.DotNetTemplateEngine.Perform(IGenerator executingGenerator, ITask taskDefinition, Hashtable parameters)
   at SD.LLBLGen.Pro.GeneratorCore.Task.Perform(IGenerator executingGenerator, LogNode parentNode)
   at SD.LLBLGen.Pro.GeneratorCore.TaskGroup.Perform(IGenerator executingGenerator, LogNode parentNode)
   at SD.LLBLGen.Pro.GeneratorCore.TaskGroup.Perform(IGenerator executingGenerator, LogNode parentNode)
   at SD.LLBLGen.Pro.GeneratorCore.Generator.Start(ITaskGroup tasksToExecute, Project projectDefinition, TemplateSetDefinition templateSet, ApplicationConfiguration configurationSettings)
   at SD.LLBLGen.Pro.Gui.Forms.MainWindow.StartGeneratorProcess()

Help on this will result in free beer for all LLBLGen-users in our Stockholm office once we're rich and famous.

Best wishes,

Carl Fredrik Wettermark

bclubb
User
Posts: 934
Joined: 12-Feb-2004
# Posted on: 27-Aug-2005 17:36:56   

Carl, Not stuck in an office, but it is cloudy here at the house. Hopefully this will help you get out and enjoy your weekend. Try placing all of your template studio files into the install directory for llblgen and see if that helps with the error.

cfwettermark avatar
Posts: 7
Joined: 04-May-2005
# Posted on: 27-Aug-2005 17:57:34   

bclubb wrote:

Carl, Not stuck in an office, but it is cloudy here at the house. Hopefully this will help you get out and enjoy your weekend. Try placing all of your template studio files into the install directory for llblgen and see if that helps with the error.

Nope, no result.. tried running this from within Template Studio as well, but to no avail... Any further ideas are highly appreciated.

cmartinbot
User
Posts: 147
Joined: 08-Jan-2004
# Posted on: 27-Aug-2005 21:44:26   

Just remove this line from the base template: "D:!Share\TemplateStudio\RuntimeLibraries\DotNet11\SD.LLBLGen.Pro.ORMSupportClasses.NET11.dll"

Cheers, Chris

Otis avatar
Otis
LLBLGen Pro Team
Posts: 39786
Joined: 17-Aug-2003
# Posted on: 27-Aug-2005 22:36:43   

I've updated the templates in the repository so they don't have that line anymore simple_smile

Frans Bouma | Lead developer LLBLGen Pro
cfwettermark avatar
Posts: 7
Joined: 04-May-2005
# Posted on: 28-Aug-2005 10:10:12   

Otis wrote:

I've updated the templates in the repository so they don't have that line anymore simple_smile

In all humble n00bness, I thank you. Working like a charm.