Hi,
I'm developing a C# application in VS 2005.
I'm referencing following dlls. Infragistics is a third party dll.
using
// serialization
I'm getting following error.
error CS0012: The type 'Accessibility.IAccessible' is defined in an assembly that is not referenced. You must add a reference to assembly 'Accessibility, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a'.
Accessiblity is declared in System.Windows.Forms which I'm referencing in my application.
It is being refernced from C:\WINDOWS\Microsoft.NET\Framework\v2.0.50727\System.Windows.Forms.dll.
And Copy Local was set to TRUE.
Do I need to change any other settings?
Please help me. It is blocking my progress.
Thanks,