Exchange 2013 CU1 Breaks my Transport Agent
I have a transport agent that works fine with Exchange 2013 RTM, but no longer installs with Exchange 2013 CU1!
install-transportagent fails with:
Error: The TransportAgentFactory type "xxxxx.yyyyy" doesn't exist. The TransportAgentFactory type must be the Microsoft .NET class type of the transport agent factory.
So I rebuilt the agent with the dlls shipped in CU1, and it installed and worked fine!
I am referring to these dlls of course:
Microsoft.Exchange.Data.Common.dll
Microsoft.Exchange.Data.Transport.dll
This is not good enough because I don’t want to redistribute a different agent build for each CU that MS releases.
Here are the details of my agent:
* VS 2012 C#
* .NET Framework 4
Project References to the MS DLLs are configured with Specific Version = False