> Hi Ben,
>
[quoted text clipped - 5 lines]
> System.Security.Permission.SecurityPermission
> The zone of the assembly on which a error occured: Intranet"
"Intranet" instead of "Local Computer" appearing here confirms my guess.
.NET security prevents applications running over the network from accessing
local hardware, like the serial port. The easiest thing to do is install
the application locally.
> Any more idea?
> Christian
[quoted text clipped - 19 lines]
>> can either enable full trust for that network location, or copy the
>> executables locally.
Christian Havel - 11 Mar 2008 17:02 GMT
Hi Ben,
thanks for your help again. I wait on the users feedback.
Christian
> > Hi Ben,
> >
[quoted text clipped - 34 lines]
> >> can either enable full trust for that network location, or copy the
> >> executables locally.
Christian Havel - 12 Mar 2008 09:03 GMT
Hi Ben,
your are fantastic :-)
The user really tried to start the app from a network folder.
Now it works.
Thanks a lot.
Christian
> > Hi Ben,
> >
[quoted text clipped - 34 lines]
> >> can either enable full trust for that network location, or copy the
> >> executables locally.