Re: Strange error
- From: "John Saunders" <john.saunders at trizetto.com>
- Date: Tue, 19 Sep 2006 05:53:39 -0400
<nonamehkg@xxxxxxxxxxx> wrote in message
news:1158643239.301546.214060@xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx
Hi, my web service has recently got some strange error, and even the
most simplest(empty) web method would crash with the error below:
System.IndexOutOfRangeException: Index was outside the bounds of the
array.
at System.Web.Services.Protocols.HttpServerType..ctor(Type type)
at System.Web.Services.Protocols.HttpServerProtocol.Initialize()
at System.Web.Services.Protocols.ServerProtocolFactory.Create
This error makes no sense to me because my method does nothing, so
where the error comes from?
[WebMethod]
public void Test1()
{
}
Does anyone have any idea of what is going on here?
What does the rest of your webservice class do? Does it have any
constructor? Any field initializers? Any statics?
John
.
- Follow-Ups:
- Re: Strange error
- From: nonamehkg@xxxxxxxxxxx
- Re: Strange error
- References:
- Strange error
- From: nonamehkg@xxxxxxxxxxx
- Strange error
- Prev by Date: Re: Accessing Soap Header
- Next by Date: Internal Webservice - UDDI Needed?
- Previous by thread: Strange error
- Next by thread: Re: Strange error
- Index(es):
Relevant Pages
|