V
V
vadim_tur2015-10-30 16:17:16
.NET
vadim_tur, 2015-10-30 16:17:16

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

2 answer(s)
V
vadim_tur, 2015-10-30
@vadim_tur

I found a solution, you need to edit your_project.csproj file in the root of the project.

S
Stanislav Makarov, 2015-10-30
@Nipheris

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 question

Ask a Question

731 491 924 answers to any question