DevExpress's library path appears at HKEY_LOCAL_MACHINE\SOFTWARE\WOW6432Node\Microsoft\.NETFramework\v4.0.30319\AssemblyFoldersEx\DevExpress Components 16.2, value (Default).
For new csproj, the dlls in that folder never appear in the Add Reference dialog no matter what framework version I target. For legacy csproj, the dlls all show up under the Extensions category. Is this a bug?
Also, references to the dlls are unable to be resolved without HintPath or <AssemblySearchPaths>$(AssemblySearchPaths);{GAC}</AssemblySearchPaths>. If I understand correctly, they should be resolved because of the AssemblyFoldersEx key.
DevExpress's library path appears at
HKEY_LOCAL_MACHINE\SOFTWARE\WOW6432Node\Microsoft\.NETFramework\v4.0.30319\AssemblyFoldersEx\DevExpress Components 16.2, value(Default).For new csproj, the dlls in that folder never appear in the Add Reference dialog no matter what framework version I target. For legacy csproj, the dlls all show up under the Extensions category. Is this a bug?
Also, references to the dlls are unable to be resolved without HintPath or
<AssemblySearchPaths>$(AssemblySearchPaths);{GAC}</AssemblySearchPaths>. If I understand correctly, they should be resolved because of the AssemblyFoldersEx key.