Skip to content

Assemblies in the DLLs folder are not loaded properly #524

Open
@slozier

Description

@slozier

Assemblies in the DLLs folder are not loaded properly. This only occurs for .NET Core since the assembly probing occurs differently.

Changing InitializeExtensionDLLs to use AddReferenceToFile loads the assembly into memory (as I tried in #523), however when the sqlite3 module calls AddReference("IronPython.SQLite") the assembly still fails to resolve.

Metadata

Metadata

Assignees

No one assigned

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions