Skip to content

Instantly share code, notes, and snippets.

@chrisortman
Created January 18, 2012 21:50
Show Gist options
  • Save chrisortman/1635993 to your computer and use it in GitHub Desktop.
Save chrisortman/1635993 to your computer and use it in GitHub Desktop.
MSBuild output when EntityFramework installed in GAC
Primary reference "EntityFramework, Version=4.1.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089". (TaskId:16961)
Resolved file path is "C:\Builds\10\OSS\Current\Sources\Current\Billing\Web\packages\EntityFramework.4.1.10715.0\lib\EntityFramework.dll". (TaskId:16961)
Reference found at search path location "{HintPathFromItem}". (TaskId:16961)
For SearchPath "C:\Builds\10\OSS\Current\Sources\Current\_Dependencies". (TaskId:16961)
Considered "C:\Builds\10\OSS\Current\Sources\Current\_Dependencies\EntityFramework.dll", but it didn't exist. (TaskId:16961)
Considered "C:\Builds\10\OSS\Current\Sources\Current\_Dependencies\EntityFramework.exe", but it didn't exist. (TaskId:16961)
For SearchPath "C:\Builds\10\OSS\Current\Sources\Current\_GAC Dependencies". (TaskId:16961)
Considered "C:\Builds\10\OSS\Current\Sources\Current\_GAC Dependencies\EntityFramework.dll", but it didn't exist. (TaskId:16961)
Considered "C:\Builds\10\OSS\Current\Sources\Current\_GAC Dependencies\EntityFramework.exe", but it didn't exist. (TaskId:16961)
Found related file "C:\Builds\10\OSS\Current\Sources\Current\Billing\Web\packages\EntityFramework.4.1.10715.0\lib\EntityFramework.xml". (TaskId:16961)
This reference is not "CopyLocal" because it's registered in the GAC. (TaskId:16961)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment