<?xml version="1.0" encoding="UTF-8"?><rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	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/"
		>
<channel>
	<title>Comments on: Register Silverlight Controls with Visual Studio and Blend</title>
	<atom:link href="http://www.ningzhang.org/2009/04/30/register-silverlight-controls-with-visual-studio-and-blend/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.ningzhang.org/2009/04/30/register-silverlight-controls-with-visual-studio-and-blend/</link>
	<description>About Silverlight, Microsoft technologies, and software development in general.</description>
	<lastBuildDate>Tue, 20 Jul 2010 04:58:30 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.0</generator>
	<item>
		<title>By: Ning Zhang</title>
		<link>http://www.ningzhang.org/2009/04/30/register-silverlight-controls-with-visual-studio-and-blend/comment-page-1/#comment-66023</link>
		<dc:creator>Ning Zhang</dc:creator>
		<pubDate>Tue, 20 Jul 2010 04:58:30 +0000</pubDate>
		<guid isPermaLink="false">http://www.ningzhang.org/?p=343#comment-66023</guid>
		<description>&lt;a href=&quot;#comment-49608&quot; rel=&quot;nofollow&quot;&gt;@Doych &lt;/a&gt; 
Hi Doych, 

Besides HKEY_LOCAL_MACHINE\SOFTWARE\Wow6432Node\Microsoft\Microsoft SDKs\Silverlight\v4.0\AssemblyFoldersEx\RedControl\Toolbox, you will also need to set HKEY_LOCAL_MACHINE\SOFTWARE\Wow6432Node\Microsoft\Microsoft SDKs\Silverlight\v4.0\AssemblyFoldersEx\RedControl&#039;s default value to its install folder. As to internal classes on toolbox, it was a bug with TCI (many of the internal controls are from non TK assemblies), and should be mostly worked around in latest TK release. 

Thanks, 

-Ning</description>
		<content:encoded><![CDATA[<p><a href="#comment-49608" rel="nofollow">@Doych </a><br />
Hi Doych, </p>
<p>Besides HKEY_LOCAL_MACHINE\SOFTWARE\Wow6432Node\Microsoft\Microsoft SDKs\Silverlight\v4.0\AssemblyFoldersEx\RedControl\Toolbox, you will also need to set HKEY_LOCAL_MACHINE\SOFTWARE\Wow6432Node\Microsoft\Microsoft SDKs\Silverlight\v4.0\AssemblyFoldersEx\RedControl&#8217;s default value to its install folder. As to internal classes on toolbox, it was a bug with TCI (many of the internal controls are from non TK assemblies), and should be mostly worked around in latest TK release. </p>
<p>Thanks, </p>
<p>-Ning</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Ning Zhang</title>
		<link>http://www.ningzhang.org/2009/04/30/register-silverlight-controls-with-visual-studio-and-blend/comment-page-1/#comment-66022</link>
		<dc:creator>Ning Zhang</dc:creator>
		<pubDate>Tue, 20 Jul 2010 04:51:10 +0000</pubDate>
		<guid isPermaLink="false">http://www.ningzhang.org/?p=343#comment-66022</guid>
		<description>&lt;a href=&quot;#comment-61096&quot; rel=&quot;nofollow&quot;&gt;@Harsha &lt;/a&gt; 
Hi Harsha, 

Yes, this only works for VS2010. For VS2008, you have to use TCI, and it is not guaranteed to work. If you develop for Silverlight, your best option is to upgrade to VS2010. 

Thanks, 

-Ning</description>
		<content:encoded><![CDATA[<p><a href="#comment-61096" rel="nofollow">@Harsha </a><br />
Hi Harsha, </p>
<p>Yes, this only works for VS2010. For VS2008, you have to use TCI, and it is not guaranteed to work. If you develop for Silverlight, your best option is to upgrade to VS2010. </p>
<p>Thanks, </p>
<p>-Ning</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Harsha</title>
		<link>http://www.ningzhang.org/2009/04/30/register-silverlight-controls-with-visual-studio-and-blend/comment-page-1/#comment-61096</link>
		<dc:creator>Harsha</dc:creator>
		<pubDate>Sun, 06 Jun 2010 14:40:06 +0000</pubDate>
		<guid isPermaLink="false">http://www.ningzhang.org/?p=343#comment-61096</guid>
		<description>Thanks a lot,
This is working for me with vs 2010. But the controls are not appearing in vs 2008. How to achieve this .. please help !!</description>
		<content:encoded><![CDATA[<p>Thanks a lot,<br />
This is working for me with vs 2010. But the controls are not appearing in vs 2008. How to achieve this .. please help !!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Doych</title>
		<link>http://www.ningzhang.org/2009/04/30/register-silverlight-controls-with-visual-studio-and-blend/comment-page-1/#comment-49608</link>
		<dc:creator>Doych</dc:creator>
		<pubDate>Wed, 07 Apr 2010 08:40:39 +0000</pubDate>
		<guid isPermaLink="false">http://www.ningzhang.org/?p=343#comment-49608</guid>
		<description>Hi Ning, 

I&#039;m using VS2010 RTM with SL4. And I followed your suggestions in order to register my Silverlight control in Visual Studio Toolbox.  It doesn&#039;t work for me. I tried to register my control without using Toolbox Control Installer. I just added the registry key - 
HKEY_LOCAL_MACHINE\SOFTWARE\Wow6432Node\Microsoft\Microsoft SDKs\Silverlight\v4.0\AssemblyFoldersEx\RedControl\Toolbox

If you add the control to the Toolbox by creating a new Tab and then Choose Items, it works fine.

It is interesting that after installing Silverlight 4 Toolkit March 2010, the Toolkit controls weren&#039;t registered correctly. All of their internal classes were visible. 

Do you have any suggestions ? 

Thanks. 

Doychin.</description>
		<content:encoded><![CDATA[<p>Hi Ning, </p>
<p>I&#8217;m using VS2010 RTM with SL4. And I followed your suggestions in order to register my Silverlight control in Visual Studio Toolbox.  It doesn&#8217;t work for me. I tried to register my control without using Toolbox Control Installer. I just added the registry key &#8211;<br />
HKEY_LOCAL_MACHINE\SOFTWARE\Wow6432Node\Microsoft\Microsoft SDKs\Silverlight\v4.0\AssemblyFoldersEx\RedControl\Toolbox</p>
<p>If you add the control to the Toolbox by creating a new Tab and then Choose Items, it works fine.</p>
<p>It is interesting that after installing Silverlight 4 Toolkit March 2010, the Toolkit controls weren&#8217;t registered correctly. All of their internal classes were visible. </p>
<p>Do you have any suggestions ? </p>
<p>Thanks. </p>
<p>Doychin.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Ning Zhang</title>
		<link>http://www.ningzhang.org/2009/04/30/register-silverlight-controls-with-visual-studio-and-blend/comment-page-1/#comment-12157</link>
		<dc:creator>Ning Zhang</dc:creator>
		<pubDate>Mon, 03 Aug 2009 14:49:56 +0000</pubDate>
		<guid isPermaLink="false">http://www.ningzhang.org/?p=343#comment-12157</guid>
		<description>&lt;a href=&quot;#comment-12123&quot; rel=&quot;nofollow&quot;&gt;@pushp&lt;/a&gt; 
Hi Pushp, 

Sorry for the trouble :-( Yes, the icon issue is known, and there is no publicly documented/supported way to work around it, AFAIK. You may want to try install your controls first, and then install Silverlight SDK, or its updates, and see whether that fix your control registration issue. 

We will release a new control registration mechanism, as well as fix the TCI issue, with VS2010, so hopefully this will get a lot easier.

Thanks, 

-Ning</description>
		<content:encoded><![CDATA[<p><a href="#comment-12123" rel="nofollow">@pushp</a><br />
Hi Pushp, </p>
<p>Sorry for the trouble <img src='http://www.ningzhang.org/wp-includes/images/smilies/icon_sad.gif' alt=':-(' class='wp-smiley' />  Yes, the icon issue is known, and there is no publicly documented/supported way to work around it, AFAIK. You may want to try install your controls first, and then install Silverlight SDK, or its updates, and see whether that fix your control registration issue. </p>
<p>We will release a new control registration mechanism, as well as fix the TCI issue, with VS2010, so hopefully this will get a lot easier.</p>
<p>Thanks, </p>
<p>-Ning</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: pushp</title>
		<link>http://www.ningzhang.org/2009/04/30/register-silverlight-controls-with-visual-studio-and-blend/comment-page-1/#comment-12123</link>
		<dc:creator>pushp</dc:creator>
		<pubDate>Mon, 03 Aug 2009 05:53:56 +0000</pubDate>
		<guid isPermaLink="false">http://www.ningzhang.org/?p=343#comment-12123</guid>
		<description>Hi Ning,

Thanks for the clarification. Is there some other approach I could follow to achieve the same result? This is critical to my project.

I also tried the way silverlight toolkit registers its controls (putting registry entries in Microsoft SDKs/Silverlight... and using the custom action (managed toolkit actioins) to update toolbox but the issue I&#039;m facing here is that I dont see the icons for my controls in the toolbox, instead I see a default icon for all my controls.

Any help is greatly appreciated.

Thanks,

Pushp</description>
		<content:encoded><![CDATA[<p>Hi Ning,</p>
<p>Thanks for the clarification. Is there some other approach I could follow to achieve the same result? This is critical to my project.</p>
<p>I also tried the way silverlight toolkit registers its controls (putting registry entries in Microsoft SDKs/Silverlight&#8230; and using the custom action (managed toolkit actioins) to update toolbox but the issue I&#8217;m facing here is that I dont see the icons for my controls in the toolbox, instead I see a default icon for all my controls.</p>
<p>Any help is greatly appreciated.</p>
<p>Thanks,</p>
<p>Pushp</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Ning Zhang</title>
		<link>http://www.ningzhang.org/2009/04/30/register-silverlight-controls-with-visual-studio-and-blend/comment-page-1/#comment-12027</link>
		<dc:creator>Ning Zhang</dc:creator>
		<pubDate>Sat, 01 Aug 2009 22:52:31 +0000</pubDate>
		<guid isPermaLink="false">http://www.ningzhang.org/?p=343#comment-12027</guid>
		<description>&lt;a href=&quot;#comment-11626&quot; rel=&quot;nofollow&quot;&gt;@pushp&lt;/a&gt; 
Hi Pushp, 

It doesn&#039;t work. As I called out, there are some issues with TCI in VS2008 that will be fixed in VS2010 (not CTP or Beta1). We are also working on simplifying toolbox registration, so stay tuned for next public release of VS2010. 

Thanks,

-Ning</description>
		<content:encoded><![CDATA[<p><a href="#comment-11626" rel="nofollow">@pushp</a><br />
Hi Pushp, </p>
<p>It doesn&#8217;t work. As I called out, there are some issues with TCI in VS2008 that will be fixed in VS2010 (not CTP or Beta1). We are also working on simplifying toolbox registration, so stay tuned for next public release of VS2010. </p>
<p>Thanks,</p>
<p>-Ning</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: pushp</title>
		<link>http://www.ningzhang.org/2009/04/30/register-silverlight-controls-with-visual-studio-and-blend/comment-page-1/#comment-11626</link>
		<dc:creator>pushp</dc:creator>
		<pubDate>Tue, 28 Jul 2009 02:57:20 +0000</pubDate>
		<guid isPermaLink="false">http://www.ningzhang.org/?p=343#comment-11626</guid>
		<description>Hi,

Did setting registry value of SilverlightControls to 1 (instead of WPFControls) for registering silverlight controls in VS work for you? While it works for WPF, its not working for silverlight controls.

Thanks,
Pushp</description>
		<content:encoded><![CDATA[<p>Hi,</p>
<p>Did setting registry value of SilverlightControls to 1 (instead of WPFControls) for registering silverlight controls in VS work for you? While it works for WPF, its not working for silverlight controls.</p>
<p>Thanks,<br />
Pushp</p>
]]></content:encoded>
	</item>
</channel>
</rss>
