[Mono-list] Error in web service method.

Tom Larsen tomar@apricot.com
Mon, 19 Jul 2004 07:54:21 -0700 (PDT)


Exceptions are marshalled across application domains.  What is the the
exception type, Exception.Message, Exception.StackTrace?

Tom Larsen

On Mon, 19 Jul 2004 beniniva@csr.unibo.it wrote:

>
>
> Please help me!
>
> This example of Web Service run with success on Windows with VisualStudio and
> IIS, but when I try to run on Linux (FC2) with Mono (Beta1),I get this error :
> "The remote server returned an error: (500) Internal Server Error.
> Object reference not set to an instance of an object"
>
>
> The method that gives problem is TestLogin......Why? Which is the correct
> solution?
>
> WebService code is :LoginService.asmx.cs
>
>
> Thanks,
>
> Valentina.