netLearner wrote:
How exactly do we work with these templates? I have never used them before. I opened the lpt files in VS.Net what to do next?
Thanks.
I would lilke to know the same.
I've compiled the templates, but can't seem to get the proper output. I go to "Default tasks - CompileAndRunSingleLptTemplateDebug." then select templateID of "EntityManagerTemplate". The output of one of my files is
using System;
using Northwind;
using Northwind.EntityClasses;
using Northwind.FactoryClasses;
using Northwind.HelperClasses;
using SD.LLBLGen.Pro.ORMSupportClasses;
namespace Northwind.Core.Managers
{
/// <summary>
/// Use this class to add custom retrival code.
/// </summary>
public sealed class no active objectManager : no active objectManagerBase
{
/// <summary>
/// Private constructor prohibiting instantiation.
/// </summary>
private no active objectManager(){}
}
}
the other file is the templatesClassSource and looks ok.
Am i selecting the correct templateId?
thanks