Velocity Reviews - Computer Hardware Reviews

Velocity Reviews > Newsgroups > Programming > ASP .Net > PublicKeyToken, GAC registering, and multiple developers

Reply
Thread Tools

PublicKeyToken, GAC registering, and multiple developers

 
 
Michael Howes
Guest
Posts: n/a
 
      01-09-2006

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.


 
Reply With Quote
 
 
 
Reply

Thread Tools

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are Off


Similar Threads
Thread Thread Starter Forum Replies Last Post
Seeking old post on developers who like IDEs vs developers who likesimple languages Steve Ferg Python 10 05-20-2009 12:33 PM
WebLink - the Web Developer's Wiki - For developers by developers nokidding HTML 7 01-24-2008 10:56 AM
wanted Java Developers/Senior Java Developers in Bangalore pacwestsoftware@gmail.com Java 0 12-07-2007 11:35 AM
PublicKeyToken, GAC registering, and multiple developers?? Michael Howes ASP .Net Web Controls 1 01-10-2006 03:38 AM
Java Architects / Sr. developers / Developers smanojs@yahoo.com Java 1 01-02-2005 05:04 AM



Advertisments
 



1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57