PublicKeyToken, GAC registering, and multiple developers

M

Michael Howes

Because of web server security issues we need to register a 3rd party
control in the GAC.
From my understanding once this happens, any page that references the
control gets something like the following added.
<%@ Register TagPrefix="jwg" Namespace="MyControl" Assembly="MyControl,
Version=1.5.1011.0, Culture=neutral, PublicKeyToken=21d5517571b185bf" %>

My question is, how can multiple developers register this control in the GAC
and have the PublicKeyToken be the same?

Won't the PublicKeyToken for each developer/machine that registers the
control be different? Or will the page work on developer machines with a
"normal" install of the 3rd party control but when moved to the production
server, where the control has been registered in the GAC it will pick up the
correct reference?

How do we get around this issue?

thanks

mike

PS remove the x from the email address if you'd like to respond directly.
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Members online

No members online now.

Forum statistics

Threads
473,767
Messages
2,569,570
Members
45,045
Latest member
DRCM

Latest Threads

Top