ASP.net GUI template issue (4.2) .net 4.51

Posts   
 
    
lhughey
User
Posts: 19
Joined: 18-May-2009
# Posted on: 01-Apr-2015 23:14:15   

I'm trying to run the ASP GUI as a quick way to enter data for development support, but I'm having a problem getting them going. I keep getting the following error when I try to generate the code. The error is happening at the Task: SD.Tasks.Adapter.WebDbEditor.AddNewAspx

I'm running it against the Northwind database on SQLExpress2014 and I'm only including the entities (no sp's, vw's etc). I'm trying the adapter templategroup against the 4.2.15.323 LL runtime. Thanks for your help.

Exception message:

Exception type: GeneratorAbortException Compilation of templates threw errors: Error CS0117, at line: 1625, pos: 39: 'SD_GeneralUtils' does not contain a definition for 'ProduceEditControlTagForField' Error CS0117, at line: 1632, pos: 38: 'SD_GeneralUtils' does not contain a definition for 'DetermineFieldLabelText' Error CS0117, at line: 1634, pos: 53: 'SD_GeneralUtils' does not contain a definition for 'FindRelation' Error CS0117, at line: 1713, pos: 39: 'SD_GeneralUtils' does not contain a definition for 'ProduceEditControlTagForField' Error CS0117, at line: 1720, pos: 38: 'SD_GeneralUtils' does not contain a definition for 'DetermineFieldLabelText' Error CS0117, at line: 1766, pos: 54: 'SD_GeneralUtils' does not contain a definition for 'FindRelation' Error CS0117, at line: 1849, pos: 38: 'SD_GeneralUtils' does not contain a definition for 'DetermineFieldLabelText' Error CS0117, at line: 1852, pos: 53: 'SD_GeneralUtils' does not contain a definition for 'FindRelation' Error CS0117, at line: 2019, pos: 52: 'SD_GeneralUtils' does not contain a definition for 'FindRelation' Error CS0117, at line: 2256, pos: 39: 'SD_GeneralUtils' does not contain a definition for 'ProduceEditControlTagForField' Error CS0117, at line: 2263, pos: 38: 'SD_GeneralUtils' does not contain a definition for 'DetermineFieldLabelText' Error CS0117, at line: 2290, pos: 40: 'SD_GeneralUtils' does not contain a definition for 'ProduceEditControlTagForField' Error CS0117, at line: 2297, pos: 38: 'SD_GeneralUtils' does not contain a definition for 'DetermineFieldLabelText' Error CS0117, at line: 2363, pos: 43: 'SD_GeneralUtils' does not contain a definition for 'ProduceEditControlTagForField' Error CS0117, at line: 2371, pos: 42: 'SD_GeneralUtils' does not contain a definition for 'ProduceEditControlTagForField' Error CS0117, at line: 2696, pos: 44: 'SD_GeneralUtils' does not contain a definition for 'GetForfsToProcess' Error CS0117, at line: 2788, pos: 38: 'SD_GeneralUtils' does not contain a definition for 'DetermineFieldLabelText' Error CS0117, at line: 2793, pos: 53: 'SD_GeneralUtils' does not contain a definition for 'FindRelation' Error CS0117, at line: 2926, pos: 44: 'SD_GeneralUtils' does not contain a definition for 'GetForfsToProcess'


LLBLGen Pro version 4.2. Build February 16th, 2015 -----[Core exception]-------------------- at SD.LLBLGen.Pro.LptParser.DotNetTemplateEngine.Perform(IGenerator executingGenerator, ITask taskDefinition, Dictionary2 parameters) at SD.LLBLGen.Pro.ApplicationCore.CodeGenerationMetaData.Tasks.Task.PerformElement(IGenerator executingGenerator, LogNode parentNode) at SD.LLBLGen.Pro.ApplicationCore.CodeGenerationMetaData.Tasks.TaskGroupElement.Perform(IGenerator executingGenerator, LogNode parentNode) at SD.LLBLGen.Pro.ApplicationCore.CodeGenerationMetaData.Tasks.TaskGroup.PerformElement(IGenerator executingGenerator, LogNode parentNode) at SD.LLBLGen.Pro.ApplicationCore.CodeGenerationMetaData.Tasks.TaskGroupElement.Perform(IGenerator executingGenerator, LogNode parentNode) at SD.LLBLGen.Pro.ApplicationCore.CodeGenerationMetaData.Tasks.TaskGroup.PerformElement(IGenerator executingGenerator, LogNode parentNode) at SD.LLBLGen.Pro.ApplicationCore.CodeGenerationMetaData.Tasks.TaskGroupElement.Perform(IGenerator executingGenerator, LogNode parentNode) at SD.LLBLGen.Pro.ApplicationCore.CodeGenerationMetaData.Tasks.TaskGroup.PerformElement(IGenerator executingGenerator, LogNode parentNode) at SD.LLBLGen.Pro.ApplicationCore.CodeGenerationMetaData.Tasks.TaskGroupElement.Perform(IGenerator executingGenerator, LogNode parentNode) at SD.LLBLGen.Pro.GeneratorCore.Generator.RunTasks(String rootNameSpaceToUse, String destinationRootFolder, String groupName) at SD.LLBLGen.Pro.GeneratorCore.Generator.Start(ITaskGroup tasksToExecute, ApplicationConfiguration configurationSettings, Language languageToUse, Platform platformToUse, List1 templateBindingsToUse, String templateGroupToUse, String rootNameSpaceToUse, String destinationRootFolder, Project projectDefinition, CodeGenerationCycleOutputType outputType) at SD.LLBLGen.Pro.GeneratorCore.Generator.Start(ITaskGroup tasksToExecute, CodeGenerationCyclePreferences preferences, ApplicationConfiguration configurationSettings, Project projectDefinition) at SD.LLBLGen.Pro.Gui.Classes.GuiController.PerformRunCodeGenerationCycleAction(ITaskGroup toExecute, CodeGenerationCyclePreferences codeGenerationCyclePreferences, HashSet1 entitiesToUse, HashSet1 spCallsToUse, HashSet1 typedViewsToUse, HashSet1 typedListsToUse, HashSet1 valueTypesToUse, HashSet1 tvfCallsTouse, List`1 vsNetProjectsCreated, LogNode& tasksResultLog)

daelmo avatar
daelmo
Support Team
Posts: 8245
Joined: 28-Nov-2005
# Posted on: 02-Apr-2015 08:05:15   

Are you sure that you follow all steps in the template installation readme.txt?

What is the preset, language and platform that you are using when generating the code?

David Elizondo | LLBLGen Support Team
lhughey
User
Posts: 19
Joined: 18-May-2009
# Posted on: 03-Apr-2015 04:24:31   

Thanks, David. Yes, I've run through them three times. If you confirm that they're working, I'll give them another go with a fresh set of eyes.

I'm running it against the Northwind database on SQLExpress2014 using entities (no sp's, vw's etc). I'm trying the adapter templategroup against the 4.2.15.323 LL runtime targeting .Net 4.5.1. The output language is C#.

thanks again.

daelmo avatar
daelmo
Support Team
Posts: 8245
Joined: 28-Nov-2005
# Posted on: 03-Apr-2015 07:59:40   

I reproduced your problem, using the latest DBEditorASPNet templates for v4.2, and LLBLGen Pro Designer v4.2 Final (February 16th, 2015).

Looking closer, the problem seems to be the SD_GeneralUtils template: there is another template that uses the same template ID at SharedTemplates/Net3.5/C#/generalTemplateUtils.lpt, which is a Linq helper.

Changing the precedence on Template bindings sub-tab (moving up the DbEditor's SD_GeneralUtils) won't help, as the Linq utils template is compiled anyway, so an error will pop-up there.

So, my workaround was to update the templates to use SD_WEGeneralUtils as the new name. This should be updated in the .templatebindings file and on all templates that refer to it.

I already did this, please see the zip attached to this post. Give it a try. We will look into this to see whether or not the templates should be updated.

Attachments
Filename File size Added on Approval
DbEditorASPNET_Modified.zip 49,910 03-Apr-2015 07:59.59 Approved
David Elizondo | LLBLGen Support Team
Otis avatar
Otis
LLBLGen Pro Team
Posts: 39589
Joined: 17-Aug-2003
# Posted on: 03-Apr-2015 09:55:14   

Indeed a bug on our side. The fixed templates should work now. (Updated the ones on the site as well).

Frans Bouma | Lead developer LLBLGen Pro
lhughey
User
Posts: 19
Joined: 18-May-2009
# Posted on: 03-Apr-2015 18:55:10   

Thanks for the prompt replies daelmo! These templates are a great way to comfirm the validity of schemas. Glad to be riding the LL train again.

Otis avatar
Otis
LLBLGen Pro Team
Posts: 39589
Joined: 17-Aug-2003
# Posted on: 04-Apr-2015 10:05:55   

smile

Frans Bouma | Lead developer LLBLGen Pro