Answer the question
In order to leave comments, you need to log in
Lost all references when moving a project to another C# .NET computer?
Installed on another computer vs the same version, copied projects from the Project folder, but they do not start because:
"Warning The component "System" referenced. tts was not found" and so on with each link. At what I try to delete and add the link again, it still lets me know that the component was not found. That is, as I understand it, the path to the project that needs to be fixed is written somewhere, but I don’t know where.
Thanks in advance.
Answer the question
In order to leave comments, you need to log in
I found a solution, you need to edit your_project.csproj file in the root of the project.
An even better solution is to use NuGet as much as possible. If all the necessary packages are not in it, then you can write the path to a variable like $(LibraryRoot), and connect the props file to the project - then this file can be different on each computer.
Didn't find what you were looking for?
Ask your questionAsk a Question
731 491 924 answers to any question