<?xml version="1.0" encoding="UTF-8" ?>
<?xml-stylesheet type="text/xsl" href="http://forums.asp.net/utility/FeedStylesheets/rss.xsl" media="screen"?><rss version="2.0" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:slash="http://purl.org/rss/1.0/modules/slash/" xmlns:wfw="http://wellformedweb.org/CommentAPI/"><channel><title>Visual Studio 2005</title><link>http://forums.asp.net/138.aspx</link><description>General discussions of Visual Studio 2005.  &lt;a href="http://aspadvice.com/SignUp/list.aspx?l=162&amp;c=30" target="_blank"&gt;Email List&lt;/a&gt;</description><dc:language>en</dc:language><generator>CommunityServer 2007 SP1 (Build: 20510.895)</generator><item><title>Re: CompositeControl descendants do not appear in ToolBox - bug?</title><link>http://forums.asp.net/thread/1582893.aspx</link><pubDate>Fri, 16 Feb 2007 22:20:34 GMT</pubDate><guid isPermaLink="false">4c671506-2930-414c-a40b-8bf57ded5924:1582893</guid><dc:creator>RobK410</dc:creator><author>RobK410</author><slash:comments>0</slash:comments><comments>http://forums.asp.net/thread/1582893.aspx</comments><wfw:commentRss>http://forums.asp.net/commentrss.aspx?SectionID=138&amp;PostID=1582893</wfw:commentRss><description>&lt;p&gt;This possibly could be of use...&lt;/p&gt;
&lt;p&gt;&amp;nbsp;&lt;a href="http://msdn2.microsoft.com/en-us/library/12yydcke.aspx"&gt;http://msdn2.microsoft.com/en-us/library/12yydcke.aspx&lt;/a&gt;&lt;/p&gt;
&lt;p&gt;&amp;nbsp;I tried and tried to get my CompositeControl based class to show up from my Referenced Project to no avail... I decompiled (.Net Reflector) System.Web.UI.WebControls to see how Microsoft was doing it since I know Wizard is a CompositeControl... and they use a Designer, so I went and created a designer, I did some further tweaking of my ToolboxData string and for some reason now the component shows up in the designer toolbox. There are some other wacky things going on now but it shows up and renders in the designer. I am running on Vista w/ SP1 (non-Vista-ready update)&lt;/p&gt;</description></item><item><title>Re: CompositeControl descendants do not appear in ToolBox - bug?</title><link>http://forums.asp.net/thread/1579186.aspx</link><pubDate>Wed, 14 Feb 2007 22:42:21 GMT</pubDate><guid isPermaLink="false">4c671506-2930-414c-a40b-8bf57ded5924:1579186</guid><dc:creator>echoSwe</dc:creator><author>echoSwe</author><slash:comments>0</slash:comments><comments>http://forums.asp.net/thread/1579186.aspx</comments><wfw:commentRss>http://forums.asp.net/commentrss.aspx?SectionID=138&amp;PostID=1579186</wfw:commentRss><description>&lt;p&gt;Yes: this keeps getting added to my web.config:&lt;/p&gt;
&lt;pre&gt;&amp;lt;compilation defaultLanguage="c#" debug="true"&amp;gt;&lt;br /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;lt;assemblies&amp;gt;&lt;br /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;lt;add assembly="System.Design, Version=2.0.0.0, Culture=neutral, PublicKeyToken=B03F5F7F11D50A3A"/&amp;gt;&lt;br /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;lt;/assemblies&amp;gt;&lt;br /&gt;&amp;lt;/compilation&amp;gt;&lt;/pre&gt;</description></item><item><title>Re: CompositeControl descendants do not appear in ToolBox - bug?</title><link>http://forums.asp.net/thread/1577937.aspx</link><pubDate>Wed, 14 Feb 2007 09:58:27 GMT</pubDate><guid isPermaLink="false">4c671506-2930-414c-a40b-8bf57ded5924:1577937</guid><dc:creator>kimoy</dc:creator><author>kimoy</author><slash:comments>0</slash:comments><comments>http://forums.asp.net/thread/1577937.aspx</comments><wfw:commentRss>http://forums.asp.net/commentrss.aspx?SectionID=138&amp;PostID=1577937</wfw:commentRss><description>&lt;p&gt;strange, i had SP1 installed like 2 weeks ago and when i started doing custom composite controls i got stuck on this toolbox issue. that's why i opted doing the solution i mentioned coz inheriting from CompositeControl simply didn't work for me even with SP1 installed. by the way, i did include my custom composite control project in the solution but still wasn't able to see the control in the toolbox.&lt;/p&gt;&lt;p&gt;i would greatly appreciate to know if you did anything aside from installing SP1.&lt;br /&gt;&lt;br /&gt;&amp;nbsp;&lt;/p&gt;</description></item><item><title>Re: CompositeControl descendants do not appear in ToolBox - bug?</title><link>http://forums.asp.net/thread/1577836.aspx</link><pubDate>Wed, 14 Feb 2007 08:02:23 GMT</pubDate><guid isPermaLink="false">4c671506-2930-414c-a40b-8bf57ded5924:1577836</guid><dc:creator>echoSwe</dc:creator><author>echoSwe</author><slash:comments>0</slash:comments><comments>http://forums.asp.net/thread/1577836.aspx</comments><wfw:commentRss>http://forums.asp.net/commentrss.aspx?SectionID=138&amp;PostID=1577836</wfw:commentRss><description>&lt;p&gt;I mean that I had less of a problem once SP1 was installed, and that if you inherit from e.g. CompositeControl, have the project in your solution and go to design view it should appear in the toolbox. Glad you solved it another way though.&lt;br /&gt;&amp;nbsp;&lt;/p&gt;</description></item><item><title>Re: CompositeControl descendants do not appear in ToolBox - bug?</title><link>http://forums.asp.net/thread/1577580.aspx</link><pubDate>Wed, 14 Feb 2007 03:33:56 GMT</pubDate><guid isPermaLink="false">4c671506-2930-414c-a40b-8bf57ded5924:1577580</guid><dc:creator>kimoy</dc:creator><author>kimoy</author><slash:comments>0</slash:comments><comments>http://forums.asp.net/thread/1577580.aspx</comments><wfw:commentRss>http://forums.asp.net/commentrss.aspx?SectionID=138&amp;PostID=1577580</wfw:commentRss><description>i'm not really sure what you mean by SP1 has fixed a lot of these issues coz i have SP1 installed but the problem still persists. so, in building my custom composite control i didn't inherit from CompositeControl class but instead inherited from 'WebControls' and 'INamingContainer'. By doing this, my custom composite control appears in the toolbox.&lt;br /&gt;</description></item><item><title>Re: CompositeControl descendants do not appear in ToolBox - bug?</title><link>http://forums.asp.net/thread/1576250.aspx</link><pubDate>Tue, 13 Feb 2007 11:20:46 GMT</pubDate><guid isPermaLink="false">4c671506-2930-414c-a40b-8bf57ded5924:1576250</guid><dc:creator>echoSwe</dc:creator><author>echoSwe</author><slash:comments>0</slash:comments><comments>http://forums.asp.net/thread/1576250.aspx</comments><wfw:commentRss>http://forums.asp.net/commentrss.aspx?SectionID=138&amp;PostID=1576250</wfw:commentRss><description>I think SP1 fixed a lot of these issues. If I have the project with web controls in it, in the solution, they often appear like they should. However, if I just reference the dll file, the problem is still there, and I haven't found a way around that.</description></item><item><title>Re: CompositeControl descendants do not appear in ToolBox - bug?</title><link>http://forums.asp.net/thread/1576195.aspx</link><pubDate>Tue, 13 Feb 2007 10:36:00 GMT</pubDate><guid isPermaLink="false">4c671506-2930-414c-a40b-8bf57ded5924:1576195</guid><dc:creator>kimoy</dc:creator><author>kimoy</author><slash:comments>0</slash:comments><comments>http://forums.asp.net/thread/1576195.aspx</comments><wfw:commentRss>http://forums.asp.net/commentrss.aspx?SectionID=138&amp;PostID=1576195</wfw:commentRss><description>&lt;p&gt;hello, has anyone found a solution to this problem?&lt;/p&gt;&lt;p&gt;i tried creating a custom composite control but instead of inheriting it from 'CompositeControl' class, i used 'WebControl' class and 'INamingContainer' interface. after building the code, my custom composite control started to appear in the VS2005 SP1 toolbox.&lt;br /&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt;&lt;b&gt;public class MyCompositeControl : WebControl, INamingContainer&lt;br /&gt;{&lt;/b&gt;&lt;/p&gt;&lt;p&gt;&lt;b&gt;// some code here...&lt;br /&gt;&lt;/b&gt;&lt;/p&gt;&lt;p&gt;&lt;b&gt;}&lt;br /&gt;&lt;/b&gt;&amp;nbsp;&lt;/p&gt;</description></item><item><title>Re: CompositeControl descendants do not appear in ToolBox - bug?</title><link>http://forums.asp.net/thread/1440028.aspx</link><pubDate>Tue, 24 Oct 2006 22:59:04 GMT</pubDate><guid isPermaLink="false">4c671506-2930-414c-a40b-8bf57ded5924:1440028</guid><dc:creator>echoSwe</dc:creator><author>echoSwe</author><slash:comments>0</slash:comments><comments>http://forums.asp.net/thread/1440028.aspx</comments><wfw:commentRss>http://forums.asp.net/commentrss.aspx?SectionID=138&amp;PostID=1440028</wfw:commentRss><description>&lt;p&gt;I&amp;#39;m also experiencing this problem, and followed the tutorial JGriffiths linked to - could someone please help with this problem??&lt;br /&gt;&lt;br /&gt;&amp;nbsp;&lt;/p&gt;</description></item><item><title>Re: CompositeControl descendants do not appear in ToolBox - bug?</title><link>http://forums.asp.net/thread/1423661.aspx</link><pubDate>Tue, 10 Oct 2006 10:54:19 GMT</pubDate><guid isPermaLink="false">4c671506-2930-414c-a40b-8bf57ded5924:1423661</guid><dc:creator>JGriffiths</dc:creator><author>JGriffiths</author><slash:comments>0</slash:comments><comments>http://forums.asp.net/thread/1423661.aspx</comments><wfw:commentRss>http://forums.asp.net/commentrss.aspx?SectionID=138&amp;PostID=1423661</wfw:commentRss><description>&lt;p&gt;I&amp;#39;m also stumped by this....&lt;/p&gt;&lt;p&gt;I was following the example in:&lt;/p&gt;&lt;p&gt;&lt;a href="http://msdn2.microsoft.com/en-us/library/ms379565.aspx"&gt;http://msdn2.microsoft.com/en-us/library/ms379565.aspx&lt;/a&gt;&lt;/p&gt;&lt;p&gt;&amp;nbsp;&lt;/p&gt;</description></item><item><title>Re: CompositeControl descendants do not appear in ToolBox - bug?</title><link>http://forums.asp.net/thread/1388053.aspx</link><pubDate>Sun, 03 Sep 2006 00:29:58 GMT</pubDate><guid isPermaLink="false">4c671506-2930-414c-a40b-8bf57ded5924:1388053</guid><dc:creator>ungrounded</dc:creator><author>ungrounded</author><slash:comments>0</slash:comments><comments>http://forums.asp.net/thread/1388053.aspx</comments><wfw:commentRss>http://forums.asp.net/commentrss.aspx?SectionID=138&amp;PostID=1388053</wfw:commentRss><description>&lt;p&gt;&lt;blockquote&gt;&lt;div&gt;&lt;img src="http://forums.asp.net/Themes/default/images/icon-quote.gif" /&gt; &lt;strong&gt;pkellner:&lt;/strong&gt;&lt;/div&gt;&lt;div&gt;ibrahimm?&amp;nbsp; Help please.&lt;/div&gt;&lt;/blockquote&gt;&lt;/p&gt;&lt;p&gt;Any help yet?&amp;nbsp; Just running into this same issue myself now...looking for help...?&lt;/p&gt;</description></item><item><title>Re: CompositeControl descendants do not appear in ToolBox - bug?</title><link>http://forums.asp.net/thread/1378882.aspx</link><pubDate>Wed, 23 Aug 2006 17:47:04 GMT</pubDate><guid isPermaLink="false">4c671506-2930-414c-a40b-8bf57ded5924:1378882</guid><dc:creator>pkellner</dc:creator><author>pkellner</author><slash:comments>0</slash:comments><comments>http://forums.asp.net/thread/1378882.aspx</comments><wfw:commentRss>http://forums.asp.net/commentrss.aspx?SectionID=138&amp;PostID=1378882</wfw:commentRss><description>doesn't help me I don't think.&amp;nbsp; This is what my declaration looks like. I was hoping to hear from the Microsoft person ( ibrahimm ) who is on this thread also.&amp;nbsp; I'm about to post a blog entry with a very nice CAPTCHA control I wrote but I'm nervous I will get bombarded with people saying it doesn't work.&amp;nbsp; All Microsoft's controls seem to work, why not mine?&lt;br /&gt;&lt;br /&gt;&amp;nbsp;[Designer(typeof(TemplateControlDesigner))]&lt;br /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; [ParseChildren(true)]&lt;br /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; [PersistChildren(false)]&lt;br /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; [DefaultProperty("Title")]&lt;br /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; [DefaultEvent("OnVerified")]&lt;br /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; [ToolboxBitmap(typeof(PeterKellner.Utils.CaptchaUltimateControl), "toolbaricon.bmp")]&lt;br /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; [ToolboxData("&amp;lt;{0}:CaptchaUltimateControl runat=server&amp;gt;&amp;lt;/{0}:CaptchaUltimateControl&amp;gt;")]&lt;br /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; public class CaptchaUltimateControl : CompositeControl&lt;br /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; {&lt;br /&gt;&amp;nbsp;&amp;nbsp; &amp;nbsp;&lt;br /&gt;ibrahimm?&amp;nbsp; Help please.&lt;br /&gt;</description></item><item><title>Re: CompositeControl descendants do not appear in ToolBox - bug?</title><link>http://forums.asp.net/thread/1378831.aspx</link><pubDate>Wed, 23 Aug 2006 17:17:29 GMT</pubDate><guid isPermaLink="false">4c671506-2930-414c-a40b-8bf57ded5924:1378831</guid><dc:creator>soslo</dc:creator><author>soslo</author><slash:comments>0</slash:comments><comments>http://forums.asp.net/thread/1378831.aspx</comments><wfw:commentRss>http://forums.asp.net/commentrss.aspx?SectionID=138&amp;PostID=1378831</wfw:commentRss><description>&lt;p&gt;I think I just solved this problem - try changing the class declaration from &lt;/p&gt;
&lt;p&gt;&amp;nbsp;&lt;/p&gt;
&lt;p&gt;&amp;nbsp;&amp;nbsp; class foo : base { ...&amp;nbsp;}&lt;/p&gt;
&lt;p&gt;to &lt;/p&gt;
&lt;p&gt;&amp;nbsp;&amp;nbsp; &lt;strong&gt;public&lt;/strong&gt; class foo : base { ... } &lt;/p&gt;
&lt;p&gt;&amp;nbsp;&lt;/p&gt;</description></item><item><title>Re: CompositeControl descendants do not appear in ToolBox - bug?</title><link>http://forums.asp.net/thread/1378812.aspx</link><pubDate>Wed, 23 Aug 2006 16:58:40 GMT</pubDate><guid isPermaLink="false">4c671506-2930-414c-a40b-8bf57ded5924:1378812</guid><dc:creator>soslo</dc:creator><author>soslo</author><slash:comments>0</slash:comments><comments>http://forums.asp.net/thread/1378812.aspx</comments><wfw:commentRss>http://forums.asp.net/commentrss.aspx?SectionID=138&amp;PostID=1378812</wfw:commentRss><description>&lt;p&gt;I am having this same problem - some of my custom server controls will not appear in the toolbox, and some of those that do appear will not actually work (as in, they cannot be dragged onto an aspx page).&lt;/p&gt;
&lt;p&gt;I think this has to do with the type of base class that I am inheriting from. I'm extending some of the Telerik controls, and those that inherit from their controls that do not inherit directly from a stock asp.net control suffer this same problem.&lt;/p&gt;
&lt;p&gt;A workaround would be welcomed as this is a prety serious problem for me. &lt;/p&gt;
&lt;p&gt;&amp;nbsp;&lt;/p&gt;</description></item><item><title>Re: CompositeControl descendants do not appear in ToolBox - bug?</title><link>http://forums.asp.net/thread/1373366.aspx</link><pubDate>Thu, 17 Aug 2006 13:34:50 GMT</pubDate><guid isPermaLink="false">4c671506-2930-414c-a40b-8bf57ded5924:1373366</guid><dc:creator>pkellner</dc:creator><author>pkellner</author><slash:comments>0</slash:comments><comments>http://forums.asp.net/thread/1373366.aspx</comments><wfw:commentRss>http://forums.asp.net/commentrss.aspx?SectionID=138&amp;PostID=1373366</wfw:commentRss><description>I'm having trouble with the "Add/Pick" workaround.&amp;nbsp; My control shows as disabled.&amp;nbsp; When I right click on the toolbox, press choose items,&amp;nbsp; find my control (which is checked but shows as greyed out on the toolbox), press OK, nothing shows up on my default.aspx page and the control still shows as greyed out on the toolbox.&lt;br /&gt;&lt;br /&gt;Please explain this workaround in more detail or point me to the bug report with the details.&amp;nbsp; &lt;br /&gt;&lt;br /&gt;For me, composite controls sometimes show up, and other times they do not.&amp;nbsp; I don't understand what causes the apparent randomness.&amp;nbsp; This problem is very frustrating.&lt;br /&gt;</description></item><item><title>Re: CompositeControl descendants do not appear in ToolBox - bug?</title><link>http://forums.asp.net/thread/1183696.aspx</link><pubDate>Mon, 30 Jan 2006 20:07:37 GMT</pubDate><guid isPermaLink="false">4c671506-2930-414c-a40b-8bf57ded5924:1183696</guid><dc:creator>ibrahimm</dc:creator><author>ibrahimm</author><slash:comments>0</slash:comments><comments>http://forums.asp.net/thread/1183696.aspx</comments><wfw:commentRss>http://forums.asp.net/commentrss.aspx?SectionID=138&amp;PostID=1183696</wfw:commentRss><description>&lt;p&gt;&lt;font face=Arial color=#000000 size=2&gt;This is a known bug in Whidbey when automatically creating such toolbox items derived from a base abstract class.&amp;nbsp; A workaround for now would be to explicitly add/pick these controls using the "Choose Toolbox Items" dialog.&lt;/font&gt;&lt;/p&gt;
&lt;p&gt;&lt;font face=Arial color=#000000 size=2&gt;Thanks!&amp;nbsp;&amp;nbsp;&amp;nbsp; - Ibrahim&lt;/font&gt;&lt;/p&gt;</description></item></channel></rss>