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.