-1

When I attempt to add a reference I get the following error, it happens in every VS 2013 project, even new ones

"Value does not fall within the expected range"

  • possible duplicate of ["Value does not fall within the expected range" when trying to add a reference in a project](http://stackoverflow.com/questions/23901514/value-does-not-fall-within-the-expected-range-when-trying-to-add-a-reference-i) – Rahul Singh Mar 31 '15 at 18:11

1 Answers1

0

Just try running

devenv /setup

from the command line. It sounds as if your installation has a problem.

Jim W
  • 4,866
  • 1
  • 27
  • 43