Any template I try to execute gives me the following error. I have compared the .config file I am trying to run with other existing config files, and the appear identical (and actually all templates seem to have the same issue). However, In LLBLGen Pro, the templates run fine except new ones generated in the TemplateStudio editor. Any suggestions?
TIA!
Here's the message portion....
Load of file 'C:\d44bot\D44Bot E Drive!Projects\LLBLGen Templates\Manager Templates\Drivers\SqlServer\Templates\Gallery.Core.TemplateSet.config' failed due to an XML load/parse error.
There is an error in the XML document.
<templateSetDefinition xmlns=''> was not expected.
(note, the actual xml is <templateSetDefinition>)
Here's the stack trace portion....
-----[Core exception]--------------------
at SD.LLBLGen.Pro.GeneratorCore.GeneratorConfig.LoadGeneratorConfigFile(String generatorConfigFilename)
at SD.LLBLGen.Pro.GeneratorCore.Generator.LoadAllGeneratorConfigFiles(String path)
at SD.LLBLGen.Pro.Tools.TemplateEditor.MainForm.LoadLLBLGenProProject(String filenameToLoad)
at SD.LLBLGen.Pro.Tools.TemplateEditor.MainForm.LoadLLBLGenProProject()
at SD.LLBLGen.Pro.Tools.TemplateEditor.MainForm._commandBarManager_CommandClick(Object sender, CommandEventArgs e)
at Janus.Windows.UI.CommandBars.UICommandManager.OnCommandClick(CommandEventArgs e)
at Janus.Windows.UI.CommandBars.UICommandManager.Janus.Windows.UI.CommandBars. ICommandOwner.OnCommandClicked(CommandEventArgs e)
at Janus.Windows.UI.CommandBars.UICommandCollection.c(Object , CommandEventArgs )
at Janus.Windows.UI.CommandBars.UICommand.OnClick(CommandEventArgs e)
at Janus.Windows.UI.CommandBars.UICommand.ac()
at Janus.Windows.UI.CommandBars.UICommandBar.OnMouseUp(MouseEventArgs e)
at System.Windows.Forms.Control.WmMouseUp(Message& m, MouseButtons button, Int32 clicks)
at System.Windows.Forms.Control.WndProc(Message& m)
at System.Windows.Forms.ControlNativeWindow.OnMessage(Message& m)
at System.Windows.Forms.ControlNativeWindow.WndProc(Message& m)
at System.Windows.Forms.NativeWindow.Callback(IntPtr hWnd, Int32 msg, IntPtr wparam, IntPtr lparam)
-----[InnerException]--------------------
at System.Xml.Serialization.XmlSerializer.Deserialize(XmlReader xmlReader, String encodingStyle, XmlDeserializationEvents events)
at System.Xml.Serialization.XmlSerializer.Deserialize(XmlReader xmlReader, XmlDeserializationEvents events)
at System.Xml.Serialization.XmlSerializer.Deserialize(XmlReader xmlReader)
at SD.LLBLGen.Pro.GeneratorCore.GeneratorConfig.LoadGeneratorConfigFile(String generatorConfigFilename)
-----[InnerException]--------------------
at Microsoft.Xml.Serialization.GeneratedAssembly.XmlSerializationReader1.Read4_generatorConfiguration()