Skip to content

System.TypeLoadException: "Could not load type 'WinCopies.Util.Util' from assembly 'WinCopies.Util, Version=3.21.0.0" #31

@diev

Description

@diev
using Microsoft.WindowsAPICodePack.Shell; //v2.12.0.2
namespace WinCopies.Bug.Net7;

internal static class Program
{
    static void Main()
    {
        string file = "TEST.docx";
        using var shell = ShellFile.FromFilePath(file);
        string[]? authors = shell.Properties.System.Author.Value; //TODO bug
    }
}

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions