Re: Web service fails to run on Windows 2003
- From: "Pablo Cibraro [MVP]" <pcibraro@xxxxxxxxxxx>
- Date: Mon, 31 Jul 2006 09:56:04 -0400
Hi Tom,
What is your web service basically doing ?. Could you provide the fragment
of code that is throwing the exception ?.
Did you chech the eventviewer for more details about this error.
Regards,
Pablo Cibraro
http://weblogs.asp.net/cibrax
"Tom" <Tom@xxxxxxxxxxxxxxxxxxxxxxxxx> wrote in message
news:3623FA4D-2096-40B1-9308-B8944AFAC403@xxxxxxxxxxxxxxxx
Hi,
We have a web service (developed in C# framework 1) that run for some time
on Windows 2000. Recently we upgraded it to framework 2 and run
successfully
on Windows 2000 and XP. However, we cannot run it on our new Windows 2003
box. The service runs and we can even instantiate it but then it dies
point
to NULL login object.
-------------------------------------------------------------------------------------
ERROR(7/27/2006 2:55 PM):
FUNCTION: ProcessFile: Loop for processing lines
System.Web.Services.Protocols.SoapException: Server was unable to process
request. ---> System.NullReferenceException: Object reference not set to
an
instance of an object. at CustomerUpdateService..ctor() --- End of inner
exception stack trace ---
STACK TRACE: at
System.Web.Services.Protocols.SoapHttpClientProtocol.ReadResponse(SoapClientMessage
message, WebResponse response, Stream responseStream, Boolean asyncCall)
at
System.Web.Services.Protocols.SoapHttpClientProtocol.Invoke(String
methodName, Object[] parameters) at
WService.CustomerUpdateService.SetAllCustomerStatus(Char status, String
accessPassword) at COMP.BLAH.BLAHCustomerExtract.ProcessFile(String
fileName)
SOURCE: System.Web.Services
-------------------------------------------------------------------------------------
On box that runs windows 2003 we have framework 2.0 installed and properly
configured. The site that uses this service runs fine and we have no
problems. Except that the web services cannot run.
Any help is greatly appreciated,
Tom
.
- Follow-Ups:
- Prev by Date: DCom Object in .Net WebService
- Next by Date: Web Service Compression with .net 1.1 and gzip
- Previous by thread: DCom Object in .Net WebService
- Next by thread: Re: Web service fails to run on Windows 2003
- Index(es):
Relevant Pages
|