hi,

i have written a small dll which calls a webservice (just strings). if i
call my webmethod from the dll in may application i get a
"NotSupportedException", if i call the webmethod directly from my
application everything works just fine. Can someone please explain this
strange behavior to me? For you information, the dll is not signed and
AssemblyCulture is "en".

thx for your help


henrik

Re: webservice call from dll vs. direct call from application by Chris

Chris
Mon Oct 04 08:33:03 CDT 2004

Without more information and possibly a code snippet, the only viable answer
we can give is that you're calling it differently in the app than in the
DLL.

-Chris


"Henrik Holle" <holle@folter.org> wrote in message
news:%23hyJbGhqEHA.2636@TK2MSFTNGP09.phx.gbl...
> hi,
>
> i have written a small dll which calls a webservice (just strings). if i
> call my webmethod from the dll in may application i get a
> "NotSupportedException", if i call the webmethod directly from my
> application everything works just fine. Can someone please explain this
> strange behavior to me? For you information, the dll is not signed and
> AssemblyCulture is "en".
>
> thx for your help
>
>
> henrik
>
>