Hello,
I have a solution with over thirty projects, including a DBModel project and a project that only runs tests which require an actual database connection. When run from my development machine, the console tool works perfectly.
When running from an NCrunch grid server, I get:
Code:
System.Data.Entity.Core.MetadataException : Unable to load the specified metadata resource
The metadata is included in resources in the DBModel.dll, and we have no problems when running from other non-development systems. Including running from the same server as a grid node.
Any ideas?
Thanks,
Patrick