0
Reply

C#.Net program over network

heavymetalman75672

heavymetalman75672

May 17 2006 11:12 AM
1.7k
I am creating a program that is intended to be run across a network that runs fine if you run it directly from the machine but if you try to access it on a network share it crashes. Is there something I need to include in the code or some setting to allow it to be run across a network? When I run debug after the crash I get a FileLoadException was unhandled, "Could not load file or assembly 'test.exe', Version=1.0.0.0, Culture=neutral, PublicKeyToken=null' or one of its dependencies" and it says "Failed to grant minimum permission requests".