Showing related tags and posts accross the entire site.
-
Full error: "The type or namespace name 'Bindable' does not exist in the namespace xxx.Entities' (are you missing an assembly reference?) C:\Projects\xxx.Domain\xxxBase.generated.cs)" on line: [Entities.Bindable, DataObjectField ( false , false , true )] I started getting this error after modfiying my...
-
I have been having problems getting the Infragistics WinGrid display the information in deep hierarchical relationships for the last couple of days. After some research, and some previous issues i've had to deal with, I think I nailed it down to the implementation of ITypedList.GetItemProperties() in...
-
Thanks for deliver this new version. I downloaded the latest version of NetTiers and generated my solution with 10 projects (including Windows.Forms). However this version generate the following error message (in my case more than 300): Error 1 The type or namespace name 'Bindable' does not exist in...
-
We use Infragistics controls which have this feature called "Bands", it's basically a child grid, quite cool stuff. The issue we're having is when binding to a DeepLoaded list of entity objects, the UltraGrid can't seem to discover the Bindable Properties for the objects in the sub collection. We have...
-
I'm not certain for sure who did it or the reasoning behind it. But isn't that the point of ITypedList? The 3rd party controls are trying to do what ITypedList already provides, and are using reflection to try and get the properties when we're already supporting what properties we want to...