In several different packages, such as SquishIt and DotNetOpenAuth, I get an error:
Failed to create binding redirects for "MyProject". The reference to the object is not installed in the instance of the object.
I have seen many reports that other people have problems with "binding redirection", but no links to this problem were found in combination with "Link to an object not installed on an instance of an object".
What exactly is NuGet trying to do at this point? Is it trying to update binding redirects in Web.Config? Can I have some problems with my Web.Config? How can I debug this?
I will say that this does not happen in a "clean" project.
source share