Click here to Skip to main content
15,899,679 members
Home / Discussions / C#
   

C#

 
GeneralHelp with FolderBrowserDialog... Pin
Søren Christensen21-Nov-03 3:16
Søren Christensen21-Nov-03 3:16 
GeneralRe: Help with FolderBrowserDialog... Pin
Heath Stewart21-Nov-03 4:15
protectorHeath Stewart21-Nov-03 4:15 
GeneralCaptureSound a DirectX code sample Pin
thomasa21-Nov-03 3:01
thomasa21-Nov-03 3:01 
GeneralRe: CaptureSound a DirectX code sample Pin
Heath Stewart21-Nov-03 4:22
protectorHeath Stewart21-Nov-03 4:22 
GeneralLets see Heath answer this one then! Pin
Martin Cross20-Nov-03 22:59
Martin Cross20-Nov-03 22:59 
GeneralRe: Lets see Heath answer this one then! Pin
Nick Parker21-Nov-03 3:18
protectorNick Parker21-Nov-03 3:18 
GeneralRe: Lets see Heath answer this one then! Pin
Martin Cross21-Nov-03 3:45
Martin Cross21-Nov-03 3:45 
GeneralRe: Lets see Heath answer this one then! Pin
Heath Stewart21-Nov-03 3:54
protectorHeath Stewart21-Nov-03 3:54 
Simple: don't use files. Instead of using the AssemblyKeyFileAttribute use the AssemblyKeyNameAttribute. Import the key pair into a key container using sn -i KeyFile.snk MyCompany and then specify "MyCompany" (or whatever, so long as it matches) as the sole parameter to the latter attribute's constructor. You only need to do this once.

The only thing that isn't documented is whether the key container must exist as a machine container or a user container. It probably doesn't matter, but just a heads-up.

For a brief description, see my article: Using XML Digital Signatures for Application Licensing[^]. The articles not about your problem, but the solution is discussed a little (about key containers, that is).

 

-----BEGIN GEEK CODE BLOCK-----
Version: 3.21
GCS/G/MU d- s: a- C++++ UL@ P++(+++) L+(--) E--- W+++ N++ o+ K? w++++ O- M(+) V? PS-- PE Y++ PGP++ t++@ 5 X+++ R+@ tv+ b(-)>b++ DI++++ D+ G e++>+++ h---* r+++ y+++
-----END GEEK CODE BLOCK-----
GeneralRe: Lets see Heath answer this one then! Pin
Martin Cross21-Nov-03 4:31
Martin Cross21-Nov-03 4:31 
QuestionHow to avoid menu on RMouse button Pin
A.Wegierski20-Nov-03 20:38
A.Wegierski20-Nov-03 20:38 
AnswerRe: How to avoid menu on RMouse button Pin
Heath Stewart21-Nov-03 3:58
protectorHeath Stewart21-Nov-03 3:58 
GeneralRe: How to avoid menu on RMouse button Pin
A.Wegierski21-Nov-03 17:44
A.Wegierski21-Nov-03 17:44 
GeneralRe: How to avoid menu on RMouse button Pin
Heath Stewart22-Nov-03 11:14
protectorHeath Stewart22-Nov-03 11:14 
GeneralBlobbing Pin
MitchDG20-Nov-03 20:15
MitchDG20-Nov-03 20:15 
GeneralRe: Blobbing Pin
MitchDG20-Nov-03 21:43
MitchDG20-Nov-03 21:43 
Generalsocket listening error Pin
jtmtv1820-Nov-03 17:21
jtmtv1820-Nov-03 17:21 
GeneralRe: socket listening error Pin
Ronny Andersson21-Nov-03 1:12
Ronny Andersson21-Nov-03 1:12 
GeneralRe: socket listening error Pin
jtmtv1821-Nov-03 8:08
jtmtv1821-Nov-03 8:08 
GeneralRe: socket listening error Pin
Ronny Andersson22-Nov-03 1:41
Ronny Andersson22-Nov-03 1:41 
GeneralRe: socket listening error Pin
jtmtv1822-Nov-03 3:02
jtmtv1822-Nov-03 3:02 
GeneralRe: socket listening error Pin
jtmtv1822-Nov-03 3:10
jtmtv1822-Nov-03 3:10 
QuestionDeserializing in a different assembly... how to? Pin
Carl Mercier20-Nov-03 16:15
Carl Mercier20-Nov-03 16:15 
AnswerRe: Deserializing in a different assembly... how to? Pin
Heath Stewart21-Nov-03 4:03
protectorHeath Stewart21-Nov-03 4:03 
GeneralRe: Deserializing in a different assembly... how to? Pin
Carl Mercier21-Nov-03 4:08
Carl Mercier21-Nov-03 4:08 
GeneralRe: Deserializing in a different assembly... how to? Pin
Heath Stewart21-Nov-03 5:35
protectorHeath Stewart21-Nov-03 5:35 

General General    News News    Suggestion Suggestion    Question Question    Bug Bug    Answer Answer    Joke Joke    Praise Praise    Rant Rant    Admin Admin   

Use Ctrl+Left/Right to switch messages, Ctrl+Up/Down to switch threads, Ctrl+Shift+Left/Right to switch pages.