Article ID: 942054 - Last Review: October 9, 2007 - Revision: 1.1 Error message when you use a certain method in an MCF Web application that is hosted on IIS: "Value does not fall within the expected range"On This PageSYMPTOMSConsider the following scenario. You have a Microsoft Operations Manager Connector Framework (MCF) Web application that is hosted on Internet Information Services (IIS). You use a certain method in the MCF Web application. For example, you use the UpdateAlerts method. In this scenario, you may receive the following error message. Value does not fall within the expected range CAUSEThis problem occurs because the version of Microsoft ASP.NET in the MCF Web application in IIS is incompatible with ASP.NET 2.0. The virtual directory of MCF requires ASP.NET version 1.1.4322. RESOLUTIONTo resolve this problem, make sure that the MCF Web application uses the correct version of ASP.NET. To do this, follow these steps.
MORE INFORMATIONCall stack informationSystem.Web.Services.Protocols.SoapException was unhandled Message="System.Web.Services.Protocols.SoapException: Exception of type 'System.Web.Services.Protocols.SoapException' was thrown. ---> System.ArgumentException: Value does not fall within the expected range at Microsoft.ServerManagement.MOM.ForeignConnectors.DasInterop.DasMomConnectorFrameworkClass.UpdateAlerts(Guid ForwardeeId, Object varAlertFieldNamesToUpdate, Array psaAlertsToUpdate, Object varAlertHistoryFieldNamesToUpdate, Array psaAlertHistoryToUpdate, String& pbstrAlertsUpdated, String& pbstrFailedAlertsUpdated, Array& ppFailedAlertsUpdatedIndexes, String& pbstrAlertHistoryUpdated, String& pbstrFailedAlertHistoryUpdated)
| Article Translations
|
Back to the top
