Hello Martin.
It is encrytpted and read by a thrid party dll. I am trying to pass the
path to the dll. I'm sure it's something silly I'm doing, but can't seem to
figure it out.
Thanks
Hi Scott,
Have you tried putting the DLL in the same directory as the service's bin?
This is the recommended way to do this. Additionally, once the DLL is
loaded, the file being opened will need to be properly permissioned and in
a reachable path.
Regards
Dan Rogers
Microsoft Corporation
--------------------
>Thread-Topic: Accessing a file from web service
>thread-index: AcTLS3Yenw0afZ7pSyKGAO8sUA0/wA==
>X-WBNR-Posting-Host: 216.212.41.2
>From: "=?Utf-8?B?U2NvdHQgVw==?=" <ScottW@discussions.microsoft.com>
>References: <698FB92A-97CD-4C53-956B-AD6732859335@microsoft.com>
<uuztLl0yEHA.3408@tk2msftngp13.phx.gbl>
>Subject: Re: Accessing a file from web service
>Date: Mon, 15 Nov 2004 11:44:03 -0800
[quoted text clipped - 13 lines]
>Path: cpmsftngxa10.phx.gbl!TK2MSFTNGXA03.phx.gbl
>Xref: cpmsftngxa10.phx.gbl
microsoft.public.dotnet.framework.aspnet.webservices:26538
>X-Tomcat-NG: microsoft.public.dotnet.framework.aspnet.webservices
>
[quoted text clipped - 14 lines]
>> Martin Kulov
>> www.codeattest.com
Scott W - 18 Nov 2004 19:08 GMT
Yes, that's whhat I was doing.. I worked around this issue by building the
path to the file dynamically.
Thanks for the input.
> Hi Scott,
>
[quoted text clipped - 52 lines]
> >> Martin Kulov
> >> www.codeattest.com