Add Managed Module There was an error while performing this operation

Asked By 60 points N/A Posted on -
qa-featured

Hello there,

Today I made some updates to my PC and when I tried to open Microsoft Exchange this error appeared. I have reinstalled the latest version of Microsoft Exchange and I still have this error. Does anyone can help me to fix this ?

Thank you !

Add Managed Module

There was an error while performing this operation.

Details:

Could not load file or assembly

‘Microsoft.Exchange.Configuration.RedirectionModule, Version=14.0.0.0, Culture=neutral, PublicKey Token=31bf3856ad36e35’ or one of its dependencies.

The system cannot find the file specified. (C:Program FilesMicrosoftExchange ServerV14Client AccessPowerShellweb.config line 40)

OK

SHARE
Answered By 0 points N/A #191342

Add Managed Module There was an error while performing this operation

qa-featured

Hello Jose

You need to do the following to get the Microsoft exchange running

(a) Open the file with name web.config. When you read this file you will find a environment variable %ExchangeInstallDir% which actually does not exist.

(b) So what we do is replace this variable with actual path. So replace all "file:///%ExchangeInstallDir%" with "file:///x:Program FilesMicrosoftExchange Server" where x is the drive where Exchange is installed

(c) Save the file and reset Internet Information Services (IIS).

This should solve the problem

Related Questions