Web Services Client Error

Collapse
This topic is closed.
X
X
 
  • Time
  • Show
Clear All
new posts
  • Mark Stevens

    Web Services Client Error

    Have developed a web service which is running on Window 2003 server
    SP1 and is has been developed in .NET 2.0.

    The client app is a Windows app developed in .NET 2.0 on Windows XP
    using VS 2005. The target platform is Windows XP in a managed
    environment so I do not have much luxury in the service packs
    installed.

    Typical developers problem, the Windows app works fine on the
    developers machine but occasionally fails on the target box. The
    error is intermittent. I have put an error trap around the main
    program but it fails catch the error and I get a standard Windows
    exception message "Do you want to let MS know about this error". The
    error message is telling me that the problem is in
    system.web.serv ices. There is very little information in the message
    box - not enough to go on with anyway. I know the exception code is
    working as it has caught other system errors during user testing.

    Anyone any thoughts or pointers?

    Thanks in advance,
    Mark
    --
    |\ _,,,---,,_ A picture used to be worth a
    ZZZzzz /,`.-'`' -. ;-;;, thousand words - then along
    |,4- ) )-,_. ,\ ( `'-' came television!
    '---''(_/--' `-'\_)

    Mark Stevens (mark at thepcsite fullstop co fullstop uk)

    This message is provided "as is".
  • John Saunders [MVP]

    #2
    Re: Web Services Client Error

    "Mark Stevens" <nevyn@nospam.n ospamwrote in message
    news:empts3hr3d kjcqrabs1nhe45n b3c38lprf@4ax.c om...
    Have developed a web service which is running on Window 2003 server
    SP1 and is has been developed in .NET 2.0.
    >
    The client app is a Windows app developed in .NET 2.0 on Windows XP
    using VS 2005. The target platform is Windows XP in a managed
    environment so I do not have much luxury in the service packs
    installed.
    >
    Typical developers problem, the Windows app works fine on the
    developers machine but occasionally fails on the target box. The
    error is intermittent. I have put an error trap around the main
    program but it fails catch the error and I get a standard Windows
    exception message "Do you want to let MS know about this error". The
    error message is telling me that the problem is in
    system.web.serv ices. There is very little information in the message
    box - not enough to go on with anyway. I know the exception code is
    working as it has caught other system errors during user testing.
    Can you post the code you're using to catch the exception? It's unusual, to
    say the least, to be unable to catch a .NET exception.
    --
    --------------------------------------------------------------------------------
    John Saunders | MVP - Windows Server System - Connected System Developer


    Comment

    Working...