Delete comment from: C# Bits
Carl said...
if your DataContext ain't in the executing assembly you have to replace the line in the GetContextKey(MetaColumn column) method to:
return String.Format("{0}#{1}#{2}", column.Table.DataContextType.AssemblyQualifiedName, column.Table.Name, column.Name);
Dec 4, 2008, 6:39:00 PM
Posted to Dynamic Data Futures – Part 3 – AnyColumnAutocomplete Filter