Search results for query: *

  1. D

    Make exe work on shared network drive

    User policy I added user policy on user's machine. Still it is not working. My code uses something like FileOpen.FreeFile(), is it causing the problem? Looks like ..solution is there, Ami missing something here? I appreciate your help on this.
  2. D

    Make exe work on shared network drive

    Thanks John Thanks for the reply John. The thing is, all the users of my application are non-admin users and caspol is not allowing non-admin users to modify their machine level policy. I can modify machine level security on my machine as I have the admin rights. App works fine then but what...
  3. D

    Make exe work on shared network drive

    Here is my situation. I have installed my vb.net exe on shared network drive. I signed the assembly using mykey.snk and created fulltrust group under user level using caspol. Still I am getting security exception when the users with only 2.0 framework tries to execute it. Can any body please...
Back
Top