I am receiving an error message when I attemtp to open a UserControl in design mode.
"Could not find type 'IdeaBlade.Util.BindableList'.
Please make sure that the assembly that contains this type is referenced.
If this type is a part of your development project, make sure that the project has been successfully built."
I have the IdeaBlade.Util assembly referenced and have the using statement for same in the class.
It does not seem to happen on every control and I can't seem to identify what is different
on some controls that may cause this.
Has anyone ever seen this before?
Thanks.