G
Guest
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
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