Template Studio - Entities.Fields.Field view generates Exception

Posts   
 
    
ADF1969
User
Posts: 37
Joined: 28-Mar-2006
# Posted on: 27-Apr-2006 18:19:53   

I saw in a post that it was recommended to use the 'Project Viewer' in Template Studio to learn about the project structure.

I thought it was very cool that I could drill down into the various properties and learn what the settings were for each....

However, when I click on: [Project].Entities.EntityDefinition(0).Fields.EntityFieldDefinition(0) I get the following:


Message:
Property Get method was not found.

Stack trace:
-----[Core exception]--------------------
   at System.Reflection.RuntimePropertyInfo.GetValue(Object obj, Object[] index)
   at sliver.Windows.Forms.StateTreeNode.PopulateObject()
   at sliver.Windows.Forms.StateBrowser.tv_BeforeExpand(Object sender, TreeViewCancelEventArgs e)
   at System.Windows.Forms.TreeView.OnBeforeExpand(TreeViewCancelEventArgs e)
   at System.Windows.Forms.TreeView.TvnExpanding(NMTREEVIEW* nmtv)
   at System.Windows.Forms.TreeView.WmNotify(Message& m)
   at System.Windows.Forms.TreeView.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)

Any thoughts as to why this is? Is this a known issue? This also happens for ALL entries in the tree that are of type: "EntityFieldDefinition". The "DBTableFields" work, however...

Andrew.

Otis avatar
Otis
LLBLGen Pro Team
Posts: 39786
Joined: 17-Aug-2003
# Posted on: 27-Apr-2006 18:23:22   

That's an issue with the used version of the statebrowser. You can safely ignore it. V2 of llblgen pro has a plugin with this control as well where I fixed the issue. Templatestudio will be updated with that new control after v2 of llblgen pro has been released.

Frans Bouma | Lead developer LLBLGen Pro