Re: Microsoft ESB Guidance

Home Page Forums BizTalk 2004 – BizTalk 2010 Microsoft ESB Guidance Re: Microsoft ESB Guidance

#20713

 Hi

I am getting this error when I try to access esb.portal

Exception Details: System.Web.Services.Protocols.SoapException: An unexpected error occurred during initialization of the BizTalk Operations Service. —> Index (zero based) must be greater than or equal to zero and less than the size of the argument list.

Source Error:

Line 389:        [return: System.Xml.Serialization.XmlArrayItemAttribute(IsNullable=false)]
Line 390:        public BTApplication[] Applications() {
Line 391:            object[] results = this.Invoke("Applications", new object[0]);
Line 392:            return ((BTApplication[])(results[0]));
Line 393:        }

Source File: C:\Projects\Microsoft.Practices.ESB\Source\Samples\Management Portal\ESB.Portal\Web References\BizTalkOperationsService\Reference.cs    Line: 391