Last week we've added the assembly HttpConnector to our current development environment. This assembly was also needed in the multiple demo/customer/production environments.
It appears that this assembly wasn't automatically created on the different environments. Whichresulted in errors in a customer/production environment.
Besides the above assembly we also have more assemblies that need to be passed on to every environment:
- SQLTCPExhItemSender
- HttpConnector
- Newtonsoft.Json
- System_Runtime_Serialization
Is it possible to configure these assemblies to be part of a deployment process?
It also raises the following questions:
- How do we make the assemblies part of the deployment process and prevent manual work?
- How do we maintain the original .dll files?
- How can we apply newer versions of the assemblies if newer versions are available?
- How can we still apply the assemblies without having to copy the .dll files to every environment?