show/hide this revision's text 2 added 127 characters in body

I believe if you change AttributeTargetAssemblies to "PresentationFramework", it might work. (Don't have PostSharp down that well yet).

The Assembly for WPF is PresentationFramework.dll. The AttributeTargetAssemblies needs the dll that it should target.

show/hide this revision's text 1

I believe if you change AttributeTargetAssemblies to "PresentationFramework", it might work. (Don't have PostSharp down that well yet).