I've recently started having the following error with an Automation Package for WCF I have been writing when calling the host from a client.
"Could not load file or assembly 'Microsoft.Practices.EnterpriseLibrary.Data' or one of its dependencies. The system cannot find the file specified."
The only way I have been able to solve this error is by placing the Microsoft.Practices.ObjectBuilder.dll inside the bin folder of my host project for the time being. I am wondering why the Guidance Automation Package didn't place this into the bin folder of the host automatically my theory is that this may need to be referenced from the GAC?