The following scriplet in a ViewModel is generating an undefined error.
[Import] public IEventAggregator EventAggregator { get; set; }
The type or namespace name 'ImportAttribute' could not be found (are you missing a using directive or an assembly reference?)
What must be included either in terms of a reference or a using to allow this particular attribute to be properly handled?
Richard Lewis Haggard