Search results for query: *

  1. S

    All Visual Studio 2017 references in solution project are broken.

    the error appeared only after MOVING the project to a different directory - using both xcopy and TFS "Move" tool. So I guess the path to that file was incorrect once moved?
  2. S

    All Visual Studio 2017 references in solution project are broken.

    Thank you Skydiver for following up on this. I appreciate it.
  3. S

    All Visual Studio 2017 references in solution project are broken.

    Ok so I followed this instruction and it worked. Whatever this element is in the .csproj file, it was breaking everything: https://stackoverflow.com/questions/32254439/nuget-packages-are-missing <Target Name="EnsureNuGetPackageBuildImports" BeforeTargets="PrepareForBuild"> <PropertyGroup>...
  4. S

    All Visual Studio 2017 references in solution project are broken.

    Same error and only one error appears: Severity Code Description Project File Line Suppression State Error This project references NuGet package(s) that are missing on this computer. Use NuGet Package Restore to download them. For more information, see Troubleshooting...
  5. S

    All Visual Studio 2017 references in solution project are broken.

    No - that's the problem, only a few are. Even if I delete and re-add one pointing to the right path, they are still broken. I checked the .csproj file before and after re-adding and the hint path is definitely changing, but I still have the yellow warnings on them
  6. S

    All Visual Studio 2017 references in solution project are broken.

    Ok I executed this and it replaced all the packages, but all the references in the whole project are still warnings. Also of note, this project was added to an existing Solution that is in Teams DevOps source control; the project that was added does NOT have a lock next to it, but it does show...
  7. S

    All Visual Studio 2017 references in solution project are broken.

    "All packages are already installed and there is nothing to restore."
  8. S

    All Visual Studio 2017 references in solution project are broken.

    " all of the references have broken"...in the added project only.
  9. S

    All Visual Studio 2017 references in solution project are broken.

    I have an existing Visual Studio solution with many projects. All projects are using .net version 4.7.1 (no core). The solution is composed of WinForms projects, wcf services projects, asp.net projects and MVC projects. All projects are pointing to the same .dll references. Upon adding an...
Back
Top Bottom