Home All Groups Group Topic Archive Search About

Path of the strong name

Author
17 Jul 2005 6:25 AM
amos hchmon
Which path I need to sign in the attribute assemblykeyfile if I develop with
c#.
If you can give me example this help me because I find material but I am not
successful to run the application this fail about cryptographic failure
...error reading
Thanks.

Author
17 Jul 2005 7:12 AM
Dominick Baier [DevelopMentor]
Hello amos,

IIRC, the path is relative to obj\ - e.g. ..\..\key.snk - or use absolute
paths...(this behaviour will change in 2.0 btw)

---------------------------------------
Dominick Baier - DevelopMentor
http://www.leastprivilege.com

Show quoteHide quote
> Which path I need to sign in the attribute assemblykeyfile if I
> develop with
> c#.
> If you can give me example this help me because I find material but I
> am not
> successful to run the application this fail about cryptographic
> failure
> ..error reading
> Thanks.