OmniSharp / omnisharp-atom

Omnisharp support for the atom editor

Home Page:https://atom.io/packages/omnisharp-atom

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

The type or namespace name 'Automation' does not exist in the namespace 'System.Windows' (are you missing an assembly reference?)

JaakkoRE opened this issue · comments

I want to get ui automation to work using microsofts ui automation. Typing using System.Windows.Automation leads to the error: Error: The type or namespace name 'Automation' does not exist in the namespace 'System.Windows' (are you missing an assembly reference?).

Is there anyway to add this reference from C:\Program Files\Reference Assemblies\Microsoft\Framework\v3.0 to omnisharps references?