OmniSharp / omnisharp-atom

Omnisharp support for the atom editor
https://atom.io/packages/omnisharp-atom
MIT License
318 stars 61 forks source link

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

Closed JaakkoRE closed 3 years ago

JaakkoRE commented 3 years ago

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?