After pulling the project from the source control to the new dev with VS 2013, I found that I can no longer create my proxies and entity classes on the client side (from the .tt file created by the OData Client Code Generator)
I get exceptions compiling the conversion with
- Microsoft.OData.Client.dll
- Microsoft.OData.Core.dll
- Microsoft.OData.Edm.dll
eg.
Compiling transformation: Metadata file 'Microsoft.OData.Client.dll' could not be found
This is followed by several hundred other build errors, since the tt file did not generate the required classes, giving instead only scary
ErrorGeneratingOutput
This is despite the fact that these libraries and their accompanying XML files are present in the right place in the Bin project.
source share