I have a web service and a windows form client of the web service.
I have tested the windows form client locally using the web service. This
scenario works successfully.
When I attempt to run the windows form client using no-touch deployment, the
following exception is being thrown
Error in System.Web.Services. Method ___ can not be reflected.
It is probably a CAS problem, but what? The method name shown in the error
takes no arguments and returns a strongly typed dataset.

Signature
David Reavill
GMO, Boston Waterfront
DReavill - 11 Oct 2005 20:24 GMT
An update.
If I use caspol to grant full trust to localhost, the no touch deployment
works locally.
What is the necessary attribute on the assemblies to make this work across a
local intranet without turning off security completely?

Signature
David Reavill
GMO, Boston Waterfront
> I have a web service and a windows form client of the web service.
>
[quoted text clipped - 8 lines]
> It is probably a CAS problem, but what? The method name shown in the error
> takes no arguments and returns a strongly typed dataset.