M
musosdev
Hi
I've written an app in C# (.net 2) that I need to put on a network share so
it's available from any computer in the building.
The app works, but obviously fails on the network share.
I've worked out that I need to use CASPOL, and that I should bea ble to use
a batch file to run caspol before the app, to make sure the permission is
granted.
The problem is I can't get CASPOL to work. Here is my command...
c:\windows\microsoft.net\framework\v2.0.50727\caspol -af "ArtifaxReport.exe"
"ArtifaxReport"
Unfortunately I get the error "the assembly is not strong name signed" - how
can I strong name my assembly, or get the command to work?
Thanks..
Dan
I've written an app in C# (.net 2) that I need to put on a network share so
it's available from any computer in the building.
The app works, but obviously fails on the network share.
I've worked out that I need to use CASPOL, and that I should bea ble to use
a batch file to run caspol before the app, to make sure the permission is
granted.
The problem is I can't get CASPOL to work. Here is my command...
c:\windows\microsoft.net\framework\v2.0.50727\caspol -af "ArtifaxReport.exe"
"ArtifaxReport"
Unfortunately I get the error "the assembly is not strong name signed" - how
can I strong name my assembly, or get the command to work?
Thanks..
Dan