multiple .dll compilations (assembly security consideration)

  • Thread starter Thread starter cybertof
  • Start date Start date
C

cybertof

Hello,

I have a custom Excel 2003 .dll assembly, and each time i rebuild the
assembly and place it on the client PC, i have to apply again the
security on the new assembly (same location).

Is there a way to deploy an assembly without having to enable again full
permissions on it once it is place back to its destination ?

Regards,
Cybertof.
 
cybertof said:
Hello,

I have a custom Excel 2003 .dll assembly, and each time i rebuild the
assembly and place it on the client PC, i have to apply again the
security on the new assembly (same location).

Is there a way to deploy an assembly without having to enable again full
permissions on it once it is place back to its destination ?

Did you grant full trust to the network location you are getting the file
from?

"To grant full trust to a network folder" :

http://msdn.microsoft.com/library/default.asp?url=/library/en-us/dv_wrcore/h
tml/wrtskgrantingpermissionstofoldersassemblies.asp
 
Back
Top