Hello, > When I tried to build and test the branch project in VS2012, I received a > number of errors along the lines of "could not resolve this reference. could > not locate the assembly "[something]", where the assemblies were all > references I installed in the project using the NuGet package manager. > > If I used the "manage NuGet packages" dialog in VS2012, the packages were > showing as installed. I was able to uninstall then reinstall each package, > which resolved the errors, but I'm not sure if this is going to break > something down the line? I'm not sure if the versions I reinstalled from > NuGet were the same versions installed on the Trunk project... > > Did I do something wrong or miss a step when creating the branch? Is what I > did to resolve the issue OK, or will it create problems if I try to merge > the branch back into the trunk? > > I don't want to try anything else for fear of messing up the main (Trunk) > project.
Looks like you are missing NuGet package restore feature which will automatically restore NuGet dependencies. By default, VisualSVN does not add dependencies added via NuGet to version-control. After checking out a solution from a repository you should manually restore NuGet packages using package restore option. Please check the article "Using NuGet without committing packages to source control" at http://docs.nuget.org/docs/workflows/using-nuget-without-committing-packages Hope it helps! Thank you. -- With best regards, Pavel Lyalyakin VisualSVN Team -- You received this message because you are subscribed to the Google Groups "VisualSVN" group. To unsubscribe from this group and stop receiving emails from it, send an email to visualsvn+unsubscr...@googlegroups.com. To post to this group, send email to visualsvn@googlegroups.com. Visit this group at http://groups.google.com/group/visualsvn. For more options, visit https://groups.google.com/groups/opt_out.