Hi FRANS,
I don't know if this warning started after I updated my binaries with ones that support design time binding or it was there before.
Anyhow, the warning goes as follows:
Project: JCL.DAL
Class: EntityCollection.vb
Function:
Public Overrides Function GetPropertyDescriptors(entityToCheck As IEntity2, typeOfEntity As Type) As PropertyDescriptorCollection
Warning message :
D:\Projects\LLBL\JCL\JCL.DAL\DatabaseGeneric\HelperClasses\EntityCollection.vb(104): function 'GetPropertyDescriptors' shadows an overloadable member declared in the base class 'EntityCollectionBase2'. If you want to overload the base method, this method must be declared 'Overloads'.
As I said, this is just a warning...