<?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>DLL &#8211; Sibeesh Passion</title>
	<atom:link href="https://mail.sibeeshpassion.com/tag/dll/feed/" rel="self" type="application/rss+xml" />
	<link>https://mail.sibeeshpassion.com</link>
	<description>My passion towards life</description>
	<lastBuildDate>Wed, 02 Jun 2021 15:15:19 +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>DLL &#8211; Sibeesh Passion</title>
	<link>https://mail.sibeeshpassion.com</link>
	<width>32</width>
	<height>32</height>
</image> 
	<item>
		<title>How to find CLSID of a DLL</title>
		<link>https://mail.sibeeshpassion.com/how-to-find-clsid-of-a-dll/</link>
					<comments>https://mail.sibeeshpassion.com/how-to-find-clsid-of-a-dll/#disqus_thread</comments>
		
		<dc:creator><![CDATA[SibeeshVenu]]></dc:creator>
		<pubDate>Thu, 21 Jan 2016 10:50:37 +0000</pubDate>
				<category><![CDATA[.NET]]></category>
		<category><![CDATA[ASP.NET]]></category>
		<category><![CDATA[How to]]></category>
		<category><![CDATA[CLSID]]></category>
		<category><![CDATA[DLL]]></category>
		<category><![CDATA[HKEY_CLASSES_ROOT]]></category>
		<guid isPermaLink="false">http://sibeecst_passion.com/?p=11149</guid>

					<description><![CDATA[In this post we will discuss we can find the CLSID of a DLL. A CLSID is a global unique identifier that identifies a COM class object. You may need to register and know the CLSID of a particular DLL when you work with COM especially when your server allows linking to its embedded objects. I had the same situation to know the CLSID of a DLL. How to find CLSID of a DLL Go to start and select Run, or you Press Windows key + R. And type regedit. Click Yes, if you get any pop up as follows. [&#8230;]]]></description>
										<content:encoded><![CDATA[<p>In this post we will discuss we can find the CLSID of a DLL. A CLSID is a global unique identifier that identifies a COM class object. You may need to register and know the CLSID of a particular DLL when you work with COM especially when your server allows linking to its embedded objects. I had the same situation to know the CLSID of a DLL.</p>
<p><strong>How to find CLSID of a DLL</strong></p>
<p>Go to start and select Run, or you Press Windows key + R. And type regedit.</p>
<div id="attachment_11150" style="width: 420px" class="wp-caption alignnone"><a href="http://sibeeshpassion.com/wp-content/uploads/2016/01/Run_Command_With_regedit.png"><img fetchpriority="high" decoding="async" aria-describedby="caption-attachment-11150" src="http://sibeeshpassion.com/wp-content/uploads/2016/01/Run_Command_With_regedit.png" alt="Run_Command_With_regedit" width="410" height="211" class="size-full wp-image-11150" srcset="/wp-content/uploads/2016/01/Run_Command_With_regedit.png 410w, /wp-content/uploads/2016/01/Run_Command_With_regedit-300x154.png 300w, /wp-content/uploads/2016/01/Run_Command_With_regedit-400x206.png 400w" sizes="(max-width: 410px) 100vw, 410px" /></a><p id="caption-attachment-11150" class="wp-caption-text">Run_Command_With_regedit</p></div>
<p>Click Yes, if you get any pop up as follows.</p>
<div id="attachment_11151" style="width: 477px" class="wp-caption alignnone"><a href="http://sibeeshpassion.com/wp-content/uploads/2016/01/regedit_pop_up.png"><img decoding="async" aria-describedby="caption-attachment-11151" src="http://sibeeshpassion.com/wp-content/uploads/2016/01/regedit_pop_up.png" alt="regedit_pop_up" width="467" height="242" class="size-full wp-image-11151" srcset="/wp-content/uploads/2016/01/regedit_pop_up.png 467w, /wp-content/uploads/2016/01/regedit_pop_up-300x155.png 300w, /wp-content/uploads/2016/01/regedit_pop_up-400x207.png 400w" sizes="(max-width: 467px) 100vw, 467px" /></a><p id="caption-attachment-11151" class="wp-caption-text">regedit_pop_up</p></div>
<p>Select HKEY_CLASSES_ROOT from the list. </p>
<div id="attachment_11152" style="width: 660px" class="wp-caption alignnone"><a href="http://sibeeshpassion.com/wp-content/uploads/2016/01/Select_HKEY_CLASSES_ROOT-e1453373084404.png"><img decoding="async" aria-describedby="caption-attachment-11152" src="http://sibeeshpassion.com/wp-content/uploads/2016/01/Select_HKEY_CLASSES_ROOT-e1453373084404.png" alt="Select_HKEY_CLASSES_ROOT" width="650" height="248" class="size-full wp-image-11152" srcset="/wp-content/uploads/2016/01/Select_HKEY_CLASSES_ROOT-e1453373084404.png 650w, /wp-content/uploads/2016/01/Select_HKEY_CLASSES_ROOT-e1453373084404-300x114.png 300w, /wp-content/uploads/2016/01/Select_HKEY_CLASSES_ROOT-e1453373084404-400x153.png 400w" sizes="(max-width: 650px) 100vw, 650px" /></a><p id="caption-attachment-11152" class="wp-caption-text">Select_HKEY_CLASSES_ROOT</p></div>
<p>Now search for your DLL name. In my case it was MyWindowsControl. You can find a folder called CLSID under your DLL name. </p>
<div id="attachment_11153" style="width: 343px" class="wp-caption alignnone"><a href="http://sibeeshpassion.com/wp-content/uploads/2016/01/CLSID_Folder.png"><img decoding="async" aria-describedby="caption-attachment-11153" src="http://sibeeshpassion.com/wp-content/uploads/2016/01/CLSID_Folder.png" alt="CLSID_Folder" width="333" height="38" class="size-full wp-image-11153" srcset="/wp-content/uploads/2016/01/CLSID_Folder.png 333w, /wp-content/uploads/2016/01/CLSID_Folder-300x34.png 300w, /wp-content/uploads/2016/01/CLSID_Folder-320x38.png 320w, /wp-content/uploads/2016/01/CLSID_Folder-330x38.png 330w" sizes="(max-width: 333px) 100vw, 333px" /></a><p id="caption-attachment-11153" class="wp-caption-text">CLSID_Folder</p></div>
<p>On the right side you can see a column &#8216;Data&#8217;, that is your CLSID. </p>
<div id="attachment_11154" style="width: 660px" class="wp-caption alignnone"><a href="http://sibeeshpassion.com/wp-content/uploads/2016/01/CLSID-e1453373366296.png"><img decoding="async" aria-describedby="caption-attachment-11154" src="http://sibeeshpassion.com/wp-content/uploads/2016/01/CLSID-e1453373366296.png" alt="CLSID" width="650" height="199" class="size-full wp-image-11154" srcset="/wp-content/uploads/2016/01/CLSID-e1453373366296.png 650w, /wp-content/uploads/2016/01/CLSID-e1453373366296-300x92.png 300w, /wp-content/uploads/2016/01/CLSID-e1453373366296-400x122.png 400w" sizes="(max-width: 650px) 100vw, 650px" /></a><p id="caption-attachment-11154" class="wp-caption-text">CLSID</p></div>
<p><strong>Conclusion</strong></p>
<p>Did I miss anything that you may think which is needed? Could you find this post as useful? I hope you liked this article. Please share me your valuable suggestions and feedback.</p>
<p><strong>Your turn. What do you think?</strong></p>
<p>A blog isn&#8217;t a blog without comments, but do try to stay on topic. If you have a question unrelated to this post, you’re better off posting it on C# Corner, Code Project, Stack Overflow, Asp.Net Forum instead of commenting here. Tweet or email me a link to your question there and I’ll definitely try to help if I can.</p>
<p>Kindest Regards<br />
Sibeesh Venu</p>
]]></content:encoded>
					
					<wfw:commentRss>https://mail.sibeeshpassion.com/how-to-find-clsid-of-a-dll/feed/</wfw:commentRss>
			<slash:comments>0</slash:comments>
		
		
			</item>
	</channel>
</rss>
