This is a migrated thread and some comments may be shown as answers.

Different PublicKeyTokens

3 Answers 77 Views
General Discussions
This is a migrated thread and some comments may be shown as answers.
Paul B
Top achievements
Rank 2
Paul B asked on 11 Dec 2015, 02:44 PM

I have upgraded to the latest UI for WinForms release (2015.2.1104) and noticed that the pre-build assemblies that are installed have a PublicKeyToken of 5bb2a467cbec794e but when I build the UI for WinForms from source the assemblies that are produced have a PublicKeyToken of bf4391287131aaeb.

 

Why are the PublicKeyTokens values different? Is there a way to align the values?

3 Answers, 1 is accepted

Sort by
0
Stefan
Telerik team
answered on 11 Dec 2015, 04:39 PM
Hello Paul,

The assemblies we ship are with our private key, their public key token is one. Of course, as our private key protects our identity, we do not ship it and we have another one that ships with our source code. 

Could you please elaborate why would you need to have these keys aligned?

Regards,
Stefan
Telerik
Do you want to have your say when we set our development plans? Do you want to know when a feature you care about is added or when a bug fixed? Explore the Telerik Feedback Portal and vote to affect the priority of the items
0
Paul B
Top achievements
Rank 2
answered on 11 Dec 2015, 07:17 PM
I am building from source to include in my builds but I am using the pre-packaged DLLs at design time. The mismatched are causing build errors. I assume I should just use the DLLs from my build from source at design time as well at build time.
0
Stefan
Telerik team
answered on 12 Dec 2015, 07:38 AM
Hello Paul,

Let me first start that recently we have up our requirements for deployment. I will suggest looking at the "Examples of Permitted Uses" section here, as you might not need to build the assemblies from the source code at all.

If you still need to, can you try to delete the license. file from your project(s) prior executing the build on your build machines, as this might help with the errors mentioned. Can you also share those errors so we can check on them?

Please let me know your thoughts on the above matters.

Regards,
Stefan
Telerik
Do you want to have your say when we set our development plans? Do you want to know when a feature you care about is added or when a bug fixed? Explore the Telerik Feedback Portal and vote to affect the priority of the items
Tags
General Discussions
Asked by
Paul B
Top achievements
Rank 2
Answers by
Stefan
Telerik team
Paul B
Top achievements
Rank 2
Share this question
or