<?xml version="1.0" encoding="UTF-8" ?>
<?xml-stylesheet type="text/xsl" href="http://weblogs.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>The Menace Blog - All Comments</title><link>http://weblogs.asp.net/dennisthemenace/default.aspx</link><description>Adventures in Web Development</description><dc:language>en</dc:language><generator>CommunityServer 2007 SP1 (Build: 20510.895)</generator><item><title>re: Using jQuery to select/deselect Gridview checkboxes</title><link>http://weblogs.asp.net/dennisthemenace/archive/2009/02/21/using-jquery-to-select-deselect-gridview-checkboxes.aspx#7250785</link><pubDate>Tue, 10 Nov 2009 19:16:33 GMT</pubDate><guid isPermaLink="false">c06e2b9d-981a-45b4-a55f-ab0d8bbfdc1c:7250785</guid><dc:creator>Dan Russell</dc:creator><author>Dan Russell</author><description>&lt;p&gt;Nice! &amp;nbsp;Thanks!&lt;/p&gt;
&lt;img src="http://weblogs.asp.net/aggbug.aspx?PostID=7250785" width="1" height="1"&gt;</description></item><item><title>re: Server tag "asp:ScriptManager" is ambiguous</title><link>http://weblogs.asp.net/dennisthemenace/archive/2008/05/27/server-tag-quot-asp-scripmanager-quot-is-ambiguous.aspx#7221786</link><pubDate>Fri, 02 Oct 2009 18:41:49 GMT</pubDate><guid isPermaLink="false">c06e2b9d-981a-45b4-a55f-ab0d8bbfdc1c:7221786</guid><dc:creator>bischofb</dc:creator><author>bischofb</author><description>&lt;p&gt;My problem turned out to be fairly simple. My web.config file on the server was out of date with the file on my dev box. I simply missed it when copying the new files over.&lt;/p&gt;
&lt;img src="http://weblogs.asp.net/aggbug.aspx?PostID=7221786" width="1" height="1"&gt;</description></item><item><title>re: Server tag "asp:ScriptManager" is ambiguous</title><link>http://weblogs.asp.net/dennisthemenace/archive/2008/05/27/server-tag-quot-asp-scripmanager-quot-is-ambiguous.aspx#7204657</link><pubDate>Mon, 14 Sep 2009 06:38:58 GMT</pubDate><guid isPermaLink="false">c06e2b9d-981a-45b4-a55f-ab0d8bbfdc1c:7204657</guid><dc:creator>Srinivas</dc:creator><author>Srinivas</author><description>&lt;p&gt;The problem can also be fixed by commenting or removing the the registry tag of ajax we extension from your page/control.&lt;/p&gt;
&lt;p&gt;for ex:&lt;/p&gt;
&lt;p&gt;&amp;lt;%@ Register Assembly=&amp;quot;System.Web.Extensions, Version=1.0.61025.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35&amp;quot;&lt;/p&gt;
&lt;p&gt; &amp;nbsp; &amp;nbsp;Namespace=&amp;quot;System.Web.UI&amp;quot; TagPrefix=&amp;quot;asp&amp;quot; %&amp;gt;&lt;/p&gt;
&lt;img src="http://weblogs.asp.net/aggbug.aspx?PostID=7204657" width="1" height="1"&gt;</description></item><item><title>re: No Visual Studio template found error</title><link>http://weblogs.asp.net/dennisthemenace/archive/2008/07/11/no-visual-studio-template-found-error.aspx#7199289</link><pubDate>Thu, 10 Sep 2009 14:00:46 GMT</pubDate><guid isPermaLink="false">c06e2b9d-981a-45b4-a55f-ab0d8bbfdc1c:7199289</guid><dc:creator>ibro</dc:creator><author>ibro</author><description>&lt;p&gt;I have tried all the given examples but come to avail! I dont have the VS2008 pre installed project Template. I am using XP pack 3 and I have also got web developer express edition installed, where are my templates??&lt;/p&gt;
&lt;img src="http://weblogs.asp.net/aggbug.aspx?PostID=7199289" width="1" height="1"&gt;</description></item><item><title>re: No Visual Studio template found error</title><link>http://weblogs.asp.net/dennisthemenace/archive/2008/07/11/no-visual-studio-template-found-error.aspx#7172362</link><pubDate>Tue, 18 Aug 2009 14:25:26 GMT</pubDate><guid isPermaLink="false">c06e2b9d-981a-45b4-a55f-ab0d8bbfdc1c:7172362</guid><dc:creator>Matt3.5</dc:creator><author>Matt3.5</author><description>&lt;p&gt;I am running Vista Business Edition 32bit SP1 + VS2008 SP1 and experienced the same problem as Chris Francis above. Thankfully Chris is a very cool guy and posted up the solution!!&lt;/p&gt;
&lt;img src="http://weblogs.asp.net/aggbug.aspx?PostID=7172362" width="1" height="1"&gt;</description></item><item><title>re: No Visual Studio template found error</title><link>http://weblogs.asp.net/dennisthemenace/archive/2008/07/11/no-visual-studio-template-found-error.aspx#7158655</link><pubDate>Fri, 31 Jul 2009 10:25:57 GMT</pubDate><guid isPermaLink="false">c06e2b9d-981a-45b4-a55f-ab0d8bbfdc1c:7158655</guid><dc:creator>Chris Francis</dc:creator><author>Chris Francis</author><description>&lt;p&gt;Brilliant! Thanks for pointing me in the right direction, just to note there were a couple of things I had to change when running Visual Studio Professional 2008 and Vista Ultimate SP2 (SP2 actually caused this issue in the first place):&lt;/p&gt;
&lt;p&gt;1. When running VS Command Prompt as administrator, my default directory was reset to &amp;quot;C:/Windows/System32&amp;quot; (not the VS2008 install directory) so I had to manually navigate back to the &amp;quot;Microsoft Visual Studio 9.0&amp;quot; directory.&lt;/p&gt;
&lt;p&gt;2. Typing &amp;quot;devenv.exe/installvstemplates&amp;quot; did nothing, but typing &amp;quot;devenv/installvstemplates&amp;quot; (removing the .exe file extension) did the trick.&lt;/p&gt;
&lt;p&gt;Hope this helps someone.&lt;/p&gt;
&lt;p&gt;Chris&lt;/p&gt;
&lt;img src="http://weblogs.asp.net/aggbug.aspx?PostID=7158655" width="1" height="1"&gt;</description></item><item><title>re: Using jQuery to select/deselect Gridview checkboxes</title><link>http://weblogs.asp.net/dennisthemenace/archive/2009/02/21/using-jquery-to-select-deselect-gridview-checkboxes.aspx#7107926</link><pubDate>Thu, 04 Jun 2009 10:06:49 GMT</pubDate><guid isPermaLink="false">c06e2b9d-981a-45b4-a55f-ab0d8bbfdc1c:7107926</guid><dc:creator>sangam100</dc:creator><author>sangam100</author><description>&lt;p&gt;Hi,&lt;/p&gt;
&lt;p&gt;Thanks for the sweet post!&lt;/p&gt;
&lt;img src="http://weblogs.asp.net/aggbug.aspx?PostID=7107926" width="1" height="1"&gt;</description></item><item><title>re: Server tag "asp:ScriptManager" is ambiguous</title><link>http://weblogs.asp.net/dennisthemenace/archive/2008/05/27/server-tag-quot-asp-scripmanager-quot-is-ambiguous.aspx#7107028</link><pubDate>Wed, 03 Jun 2009 11:41:22 GMT</pubDate><guid isPermaLink="false">c06e2b9d-981a-45b4-a55f-ab0d8bbfdc1c:7107028</guid><dc:creator>pvsgangadhar</dc:creator><author>pvsgangadhar</author><description>&lt;p&gt;When I am placing an ScriptManager or UpdatePanel it is giving the following error.&lt;/p&gt;
&lt;p&gt;'ScriptManager' is ambiguous in the namespace 'System.Web.UI'.&lt;/p&gt;
&lt;p&gt;'UpdatePanel' is is ambiguous in the namespace 'System.Web.UI'.&lt;/p&gt;
&lt;p&gt;I tried a log, but didnt get the solution. Any Possible solution will be appreciated&lt;/p&gt;
&lt;img src="http://weblogs.asp.net/aggbug.aspx?PostID=7107028" width="1" height="1"&gt;</description></item><item><title>re: No Visual Studio template found error</title><link>http://weblogs.asp.net/dennisthemenace/archive/2008/07/11/no-visual-studio-template-found-error.aspx#7101500</link><pubDate>Fri, 29 May 2009 05:21:22 GMT</pubDate><guid isPermaLink="false">c06e2b9d-981a-45b4-a55f-ab0d8bbfdc1c:7101500</guid><dc:creator>Brian</dc:creator><author>Brian</author><description>&lt;p&gt;What an odd occurance. &amp;nbsp;Wonder what causes this. &amp;nbsp;Your solution was dead on. &amp;nbsp;Thanks very much and now back to work. You know I just recently had problems with an update attempt at .NET 3.5 SP1 updates for user family (or something like that) which I was prompted to do as a result of a recent move from SQL Server 2008 Trial to SQLExpress 2008. &amp;nbsp;I got caught in a bad install loop and had to do a System Restore. &amp;nbsp;So of course when this happened I suspected the culprit to be Microsoft. &amp;nbsp;Well I'm learning all this to add more skills to my consulting practice. &amp;nbsp;Hope all these scary moments will lead to some business. &amp;nbsp;Of course when I'm writing COBOL modules some other poor soul had to do all the admin for the software and development environments.&lt;/p&gt;
&lt;img src="http://weblogs.asp.net/aggbug.aspx?PostID=7101500" width="1" height="1"&gt;</description></item><item><title>re: The type 'System.Web.UI.ScriptManager' is ambiguous</title><link>http://weblogs.asp.net/dennisthemenace/archive/2008/02/27/the-type-system-web-ui-scriptmanager-is-ambiguous.aspx#6929682</link><pubDate>Thu, 26 Feb 2009 18:52:06 GMT</pubDate><guid isPermaLink="false">c06e2b9d-981a-45b4-a55f-ab0d8bbfdc1c:6929682</guid><dc:creator>Jim Dvorak</dc:creator><author>Jim Dvorak</author><description>&lt;p&gt;This worked for me. Thank you!&lt;/p&gt;
&lt;img src="http://weblogs.asp.net/aggbug.aspx?PostID=6929682" width="1" height="1"&gt;</description></item></channel></rss>