Monday, December 12, 2016

References in a project not wired up correctly.

I had to bring several projects over from a physical location into a solution. I accidentally moved nuget files with the projects and it broke things. Only bring projects themselves. I pushed to code to dev. Other devs got and it gave them errors - could not find references.

We had to fix paths in the unloaded project because the references needed to be pointed at nuget packages and not individual .dll's. But for .dll's directly referenced we needed to update the path:

had to add ..\ because the .bin folder was 1 level higher.

No comments:

Post a Comment