Click here to Skip to main content
15,892,059 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
See more:
I'm working on a .Net core project. After right-clicking on References and selecting "Restore Packages" I get 4 "image is too small." errors

Double clicking the error brings me to line 262 of the Microsoft.DotNet.Common.Targets file:

<Dnx
  RuntimeExe="$(SDKToolingExe)"
  Condition="'$(_DesignTimeHostBuild)' != 'true'"
  ProjectFolder="$(MSBuildProjectDirectory)"
  Arguments="$(_BuildArguments)"
  />


What I have tried:

Tried researching the error message online, haven't found anything useful yet. Everything point to an actual image file size.

I've run the repair options on VS and DotNetCore
Posted

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900