C# Windows App - SecurityException

Tech-Archive recommends: Fix windows errors by optimizing your registry

From: Grigs (Grigs_at_discussions.microsoft.com)
Date: 10/15/04


Date: Fri, 15 Oct 2004 11:05:04 -0700

Hello,

I created a very simple C# application that does nothing more than starts an
IE session and points to a specific site. Works great on my LocalMachine or
anyone's localmachine.

However, when we attempt to run it from the network we get a
System.Security.SecurityException error. From some searching that I have
done I needed to create a StrongName for it. I did and referenced it in my
AssemblyInfo.cs file, gave it a build version and recompiled. That doesn't
seem to do anything differently.

I am wondering what to do, step by step instructions in how to get an .exe
file to run from a network?

TIA,
Kevin