C#C
C#3y ago
Pillow

❔ Unhandled exception. System.IO.FileNotFoundException: Could not load file or assembly

Full error:
Unhandled exception. System.IO.FileNotFoundException: Could not load file or assembly 'xTile, Version=2.0.4.0, Culture=neutral, PublicKeyToken=null'. The system cannot find the file specified.
File name: 'xTile, Version=2.0.4.0, Culture=neutral, PublicKeyToken=null'
   at ToasterMapCLI.ToasterMapCLI.Main(String[] args)


the part of the csproj for it
<ItemGroup>
        <Reference Include="xTile" HintPath="C:\Program Files (x86)\Steam\steamapps\common\Stardew Valley\xTile.dll" />
    </ItemGroup>
that dll exists, both in the hintpath and the compiled folders though
Was this page helpful?