Template Studio 2.0 - Method not found

Posts   
 
    
Posts: 1263
Joined: 10-Mar-2006
# Posted on: 09-Aug-2006 17:44:38   

(I have latest 8/3 build of support libs)

In the template bindings viewer, it shows templates. No matter what template I select, I get:

Method not found: 'System.String SD.LLBLGen.Pro.ApplicationCore.Templates.TemplateBindings.get_FileName()'.

-----[Core exception]-------------------- at SD.LLBLGen.Pro.Tools.TemplateEditor.TemplateBindingsViewer.ReflectSelectedTemplateBindingsInGui() at SD.LLBLGen.Pro.Tools.TemplateEditor.TemplateBindingsViewer._templateBindingsComboBox_SelectedIndexChanged(Object sender, EventArgs e) at System.Windows.Forms.ComboBox.OnSelectedIndexChanged(EventArgs e) at System.Windows.Forms.ComboBox.WmReflectCommand(Message& m) at System.Windows.Forms.ComboBox.WndProc(Message& m) at System.Windows.Forms.Control.ControlNativeWindow.OnMessage(Message& m) at System.Windows.Forms.Control.ControlNativeWindow.WndProc(Message& m) at System.Windows.Forms.NativeWindow.Callback(IntPtr hWnd, Int32 msg, IntPtr wparam, IntPtr lparam)

Posts: 1263
Joined: 10-Mar-2006
# Posted on: 09-Aug-2006 17:45:09   

Accidently marked as done...still a bug.

Otis avatar
Otis
LLBLGen Pro Team
Posts: 39786
Joined: 17-Aug-2003
# Posted on: 09-Aug-2006 18:54:54   

You need llblgen pro v2.0 build aug 3rd or later, thus the designer assemblies, not the runtimes. simple_smile

The method is added to applicationcore's assembly build august 3rd (the date you see in the designer is located in the applicationcore)

(I've tested this with the august 3rd installer, it work with that build).

Frans Bouma | Lead developer LLBLGen Pro
Posts: 1263
Joined: 10-Mar-2006
# Posted on: 10-Aug-2006 04:28:58   

Oh yeah - that might help flushed Works much better.