Skip to content

New .csproj does not resolve AssemblyFoldersEx "Extensions" references #994

@jnm2

Description

@jnm2

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.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type
    No fields configured for issues without a type.

    Projects

    No projects

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions