473,407 Members | 2,359 Online
Bytes | Software Development & Data Engineering Community
Post Job

Home Posts Topics Members FAQ

Join Bytes to post your question to a community of 473,407 software developers and data experts.

What is PublicKeyToken?

Hello,

I just compiled a library and I am adding a similar code line in my
Web.Config file to my library:
<add assembly = "System, Version = 1.0.3300.0, Culture = neutral,
PublicKeyToken = B77A5C561934E089" />

My question is: what is PublicKeyToken?
Where can I find it?

In my library the only thing I have near it is:
GUID: e8fb24dc-72c0-4da1-b730-a475a11cdc76

But it is not in the same format.

Thanks,
Miguel

Oct 12 '06 #1
1 41383
The public key token is a 64-bit hash of the public key which
corresponds to the private key used to sign the assembly. It's used to
make an assembly name unique, so two strongly named assemblies can have
the same filename, but .NET will treat them as different assemblies.

shapper wrote:
Hello,

I just compiled a library and I am adding a similar code line in my
Web.Config file to my library:
<add assembly = "System, Version = 1.0.3300.0, Culture = neutral,
PublicKeyToken = B77A5C561934E089" />

My question is: what is PublicKeyToken?
Where can I find it?

In my library the only thing I have near it is:
GUID: e8fb24dc-72c0-4da1-b730-a475a11cdc76

But it is not in the same format.

Thanks,
Miguel
Oct 12 '06 #2

This thread has been closed and replies have been disabled. Please start a new discussion.

Similar topics

0
by: Faisal | last post by:
I have a question regarding the "PublicKeyToken" attribute of the "<section>" tag in the web.config file. Pretty much most references have this value set to "b77a5c561934e089"; the same value as in...
3
by: james | last post by:
I am getting this and I have no idea what it means. All I did was install VS.Net 2003 and re-load my 2002 version project and re-compile Thanks, JIM Signature of the body and declaration...
0
by: Michael Howes | last post by:
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...
1
by: kplkumar | last post by:
This problem is really weird, I generated a stong name key called myKey1.snk and signed my dll and installed it to GAC. The public key token was something like e36633e879d21f40 on my machine but...
2
by: Rod | last post by:
I've been struggling with this thing for 2 days, and after searching the 'net for help, I cannot find what is wrong. We're using Crystal Reports XI Release 2, with Visual Studio .NET 2003 in...
1
by: ad | last post by:
I find an assemblies section in web.config. There are some PublicKey in it. What do these PublicKey do? What does <assembliessession do? <assemblies> <add...
1
by: Jeff | last post by:
ASP.NET 2.0 I'm about to add a membership provider to my web.config. I came across a tutorial on internet telling how to do it. This tutorial shows an example on how to do it. part of the...
1
by: nish85 | last post by:
Hi, i have uploaded my sit to web server goddady.com i have a button to download dyanmically generated excel file.This button is ajax enabled.....When i am click on this button it will popup a...
2
by: wildman | last post by:
I'm having to create a manifest.xml file so I can deploy a webpart into a Sharepoint server. I need to plug in a PublickeyToken for the assembly.. where do I get this? <SafeControl...
0
by: Charles Arthur | last post by:
How do i turn on java script on a villaon, callus and itel keypad mobile phone
0
BarryA
by: BarryA | last post by:
What are the essential steps and strategies outlined in the Data Structures and Algorithms (DSA) roadmap for aspiring data scientists? How can individuals effectively utilize this roadmap to progress...
1
by: Sonnysonu | last post by:
This is the data of csv file 1 2 3 1 2 3 1 2 3 1 2 3 2 3 2 3 3 the lengths should be different i have to store the data by column-wise with in the specific length. suppose the i have to...
0
by: Hystou | last post by:
There are some requirements for setting up RAID: 1. The motherboard and BIOS support RAID configuration. 2. The motherboard has 2 or more available SATA protocol SSD/HDD slots (including MSATA, M.2...
0
marktang
by: marktang | last post by:
ONU (Optical Network Unit) is one of the key components for providing high-speed Internet services. Its primary function is to act as an endpoint device located at the user's premises. However,...
0
by: Hystou | last post by:
Most computers default to English, but sometimes we require a different language, especially when relocating. Forgot to request a specific language before your computer shipped? No problem! You can...
0
by: Hystou | last post by:
Overview: Windows 11 and 10 have less user interface control over operating system update behaviour than previous versions of Windows. In Windows 11 and 10, there is no way to turn off the Windows...
0
tracyyun
by: tracyyun | last post by:
Dear forum friends, With the development of smart home technology, a variety of wireless communication protocols have appeared on the market, such as Zigbee, Z-Wave, Wi-Fi, Bluetooth, etc. Each...
0
isladogs
by: isladogs | last post by:
The next Access Europe User Group meeting will be on Wednesday 1 May 2024 starting at 18:00 UK time (6PM UTC+1) and finishing by 19:30 (7.30PM). In this session, we are pleased to welcome a new...

By using Bytes.com and it's services, you agree to our Privacy Policy and Terms of Use.

To disable or enable advertisements and analytics tracking please visit the manage ads & tracking page.