<?xml version="1.0" encoding="UTF-8"?><rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:wfw="http://wellformedweb.org/CommentAPI/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
	xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
	>

<channel>
	<title>How to find PublicKeyToken of a DLL &#8211; Sibeesh Passion</title>
	<atom:link href="https://sibeeshpassion.com/tag/how-to-find-publickeytoken-of-a-dll/feed/" rel="self" type="application/rss+xml" />
	<link>https://sibeeshpassion.com</link>
	<description>My passion towards life</description>
	<lastBuildDate>Wed, 02 Jun 2021 15:21:40 +0000</lastBuildDate>
	<language>en-US</language>
	<sy:updatePeriod>
	hourly	</sy:updatePeriod>
	<sy:updateFrequency>
	1	</sy:updateFrequency>
	<generator>https://wordpress.org/?v=6.9.4</generator>

<image>
	<url>/wp-content/uploads/2017/04/Sibeesh_Passion_Logo_Small.png</url>
	<title>How to find PublicKeyToken of a DLL &#8211; Sibeesh Passion</title>
	<link>https://sibeeshpassion.com</link>
	<width>32</width>
	<height>32</height>
</image> 
	<item>
		<title>How to find PublicKeyToken of a DLL</title>
		<link>https://sibeeshpassion.com/how-to-find-publickeytoken-of-a-dll/</link>
					<comments>https://sibeeshpassion.com/how-to-find-publickeytoken-of-a-dll/#disqus_thread</comments>
		
		<dc:creator><![CDATA[SibeeshVenu]]></dc:creator>
		<pubDate>Tue, 14 Jul 2015 15:07:35 +0000</pubDate>
				<category><![CDATA[.NET]]></category>
		<category><![CDATA[CodeProject]]></category>
		<category><![CDATA[Tools]]></category>
		<category><![CDATA[Visual Studio]]></category>
		<category><![CDATA[DLL details]]></category>
		<category><![CDATA[Find KeyToken]]></category>
		<category><![CDATA[How to find PublicKeyToken of a DLL]]></category>
		<category><![CDATA[Immediate Window]]></category>
		<category><![CDATA[PublicKeyToken]]></category>
		<guid isPermaLink="false">http://sibeecst_passion.com/?p=7061</guid>

					<description><![CDATA[Introduction In this article we will learn how we can find out the public key token of a DLL that we add as a reference in our project . I hope you will like it. Background Today I was trying to find out a public key of a dll that I added to my MVC project. I came to know that we can find out this by using our visual studio itself. Here by I am sharing you that information. I am using Visual Studio 2012. Using the code To find out the DLL information, you need to run your [&#8230;]]]></description>
										<content:encoded><![CDATA[<p><strong>Introduction</strong></p>
<p>In this article we will learn how we can find out the public key token of a DLL that we add as a reference in our project . I hope you will like it.</p>
<p><strong>Background</strong></p>
<p>Today I was trying to find out a public key of a dll that I added to my MVC project. I came to know that we can find out this by using our visual studio itself. Here by I am sharing you that information. I am using Visual Studio 2012.</p>
<p><strong>Using the code</strong></p>
<p>To find out the DLL information, you need to run your project, since this process will work only in debug mode. you need to put a break point somewhere in your cs page. </p>
<p>And when the break hits, you need to go to the immediate window by pressing Alt+Ctrl+I .</p>
<p>Now a window will be opening, there you need to type<br />
[csharp]<br />
?System.Reflection.Assembly.LoadFile(@&quot;C:\SVenu\TestApp\TestApp\bin\CellSetGrid2.dll&quot;).FullName<br />
[/csharp]</p>
<p>Then you can see output in the immediate window as follows.</p>
<p><img decoding="async" src="http://sibeeshpassion.com/content/images/How_to_find_PublicKeyToken_of_a_DLL2.png" alt="" /></p>
<p>If you are not in debug mode or you are in design mode, you will get a warning as follows.</p>
<p>&#8220;<em>The expression cannot be evaluated while in design mode.</em>&#8221;</p>
<p><img decoding="async" src="http://sibeeshpassion.com/content/images/How_to_find_PublicKeyToken_of_a_DLL.png" alt="" /></p>
<p>You can always check the entire details of DLL by giving the following command.</p>
<p>[csharp]<br />
?System.Reflection.Assembly.LoadFile(@&quot;C:\SVenu\TestApp\TestApp\bin\CellSetGrid2.dll&quot;)<br />
[/csharp]</p>
<p>Then you can see output in the immediate window as follows.</p>
<p><img decoding="async" src="http://sibeeshpassion.com/content/images/How_to_find_PublicKeyToken_of_a_DLL3.png" alt="" /></p>
<p><em>Please be noted that the output given here will be different according to your DLL</em></p>
<p><strong>Conclusion</strong></p>
<p>That is all. I hope you liked this article. Please share me your feedback.</p>
<p>Kindest Regards<br />
<a href="http://sibeeshpassion.com/" target="_blank" rel="noopener">Sibeesh Venu</a></p>
]]></content:encoded>
					
					<wfw:commentRss>https://sibeeshpassion.com/how-to-find-publickeytoken-of-a-dll/feed/</wfw:commentRss>
			<slash:comments>1</slash:comments>
		
		
			</item>
	</channel>
</rss>
