Tools -> Options -> Projects and Solutions -> General -> Track Active Item in Solution Explorer
Archiv des Autors: Dominik Ernst
Visual Studio – The following property is missing or has incorrect value: SccLocalPath
Error
Dialog: One or more Projects in the solution were not loaded correctly. Please see the Output Window for Details.
In Output „Source Control – Team Foundation“: The following property is missing or has incorrect value: SccLocalPath<no>
Solution
- Open your Solution-File with Notepad.
- Search for SccLocalPath, find the last one below, e.g. „SccLocalPath227„.
- Find „SccNumberOfProjects = <no>“.
- Correct the number „<no>“ to 228 (0-based!).
- Save the Solution File.
Update Noobs or Raspbian
- sudo -s (gives the root access)
- apt-get update (get the updates)
- apt-get upgrade (upgrades the system)