I have been working on setting up Mirroring between 2 servers. I have the mirring service and EPiServer both running on each server. I am at the step of configuring the new channel on the source. I have created the channel, choosing only one section of the main site just to test. I have made sure to use the destination server's URL as well. But every time I receive the following error when I click 'Check System' to validate the Channel.
Failed to check system, the reason is Error executing task "MirroringChannel": Could not load file or assembly 'StructureMap, Version=3.1.6.186, Culture=neutral, PublicKeyToken=e60ad81abae3c223' or one of its dependencies. The system cannot find the file specified.
You should make sure the StructureMap, Version=3.1.6.186 exist in both CMS site and Mirroiring site bin folders, and assembly bidning in the web.config files to correct version.
I have been working on setting up Mirroring between 2 servers. I have the mirring service and EPiServer both running on each server. I am at the step of configuring the new channel on the source. I have created the channel, choosing only one section of the main site just to test. I have made sure to use the destination server's URL as well. But every time I receive the following error when I click 'Check System' to validate the Channel.
Failed to check system, the reason is
Error executing task "MirroringChannel": Could not load file or assembly 'StructureMap, Version=3.1.6.186, Culture=neutral, PublicKeyToken=e60ad81abae3c223' or one of its dependencies. The system cannot find the file specified.
What am i missing?