G
Guest
For a remoting application I need to specify in the configuration the full
name of the assembly because the remoting object is in the GAC so I need to
specify the version and the public key token. Both the version and the public
key token is the same as the calling assembly so I just need to get these
values to specify a full assembly name. The version is no problem. I am
having some problem with the PublicKeyToken. From the Assembly class I can
retrieve the AssemblyName class which has a property KeyPair which also has a
property PublicKey My question is, what do I need to do to generate the
PublicKeyToken from the PublicKey?
Thank you
Kevin
name of the assembly because the remoting object is in the GAC so I need to
specify the version and the public key token. Both the version and the public
key token is the same as the calling assembly so I just need to get these
values to specify a full assembly name. The version is no problem. I am
having some problem with the PublicKeyToken. From the Assembly class I can
retrieve the AssemblyName class which has a property KeyPair which also has a
property PublicKey My question is, what do I need to do to generate the
PublicKeyToken from the PublicKey?
Thank you
Kevin