<?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>Search results matching tag 'IDE'</title><link>http://forums.asp.net/search/SearchResults.aspx?q=&amp;tag=IDE&amp;orTags=0&amp;o=DateDescending</link><description>Search results matching tag 'IDE'</description><dc:language>en-US</dc:language><generator>CommunityServer 2007 SP1 (Build: 20510.895)</generator><item><title>Shift+F5 leaves all Servers icons behind</title><link>http://forums.asp.net/thread/3536885.aspx</link><pubDate>Sat, 28 Nov 2009 05:00:00 GMT</pubDate><guid isPermaLink="false">4c671506-2930-414c-a40b-8bf57ded5924:3536885</guid><dc:creator>guenavan</dc:creator><description>&lt;p&gt;[quote user=&amp;quot;Yaniv L&amp;quot;] I&amp;#39;m sorry but&amp;nbsp;don&amp;#39;t really know the answers. I&amp;nbsp;haven&amp;#39;t even installed VS 2010 yet :P&amp;nbsp;
&lt;p&gt;Really weired though that all websites get the default property there set to true.[/quote]&amp;nbsp;&lt;/p&gt;
&lt;p&gt;But this is the same in VS2005, VS2008 also.&lt;br /&gt;I am writing here since I consider it to be error of&amp;nbsp;&lt;br /&gt;VS architecture and in hope that this would be corrected.&lt;/p&gt;
&lt;p&gt;Also marking &lt;strong&gt;&amp;quot;Always Start When Debug&amp;quot;&lt;/strong&gt; to False,&lt;br /&gt;except additional unnecessary work,&lt;br /&gt;does not solve the problem completely since&lt;br /&gt;&lt;strong&gt;stopping debugging (Shift+F5)&lt;br /&gt;still leaves those icons behind and&lt;/strong&gt; if I change&lt;br /&gt;Start up projects dozen times &lt;br /&gt;and launch their debigging&lt;br /&gt;one after another,&amp;nbsp;&lt;br /&gt;I still get&lt;br /&gt;dozens of ASP.NET Development Servers icons&lt;/p&gt;</description></item><item><title>Re: wish: to add Close Solution option</title><link>http://forums.asp.net/thread/3526285.aspx</link><pubDate>Sun, 22 Nov 2009 05:00:00 GMT</pubDate><guid isPermaLink="false">4c671506-2930-414c-a40b-8bf57ded5924:3526285</guid><dc:creator>aquaren</dc:creator><description>&lt;p&gt;NOTE: In order to be able to place the Close Solution menu item precisely, you must have a solution opened.&lt;/p&gt;&lt;ol&gt;&lt;li&gt;Goto Tools &amp;gt; Customize&lt;/li&gt;&lt;li&gt;On the Toolbars tab check the box next to Context Menus&lt;/li&gt;&lt;li&gt;A set of menus that represent the context menus will be displayed below the toolbar&lt;/li&gt;&lt;li&gt;Click on the down arrow next to the Project and Solution context Menus&lt;/li&gt;&lt;li&gt;Select the Solution menu&lt;/li&gt;&lt;li&gt;In the Customize dialog box, select the Commands tab&lt;/li&gt;&lt;li&gt;Select File from the Categories list&lt;/li&gt;&lt;li&gt;Scroll down to Close Solution in the Commands list&lt;/li&gt;&lt;li&gt;Drag the Close Solution item onto the Solution menu where you would like it to appear&lt;/li&gt;&lt;li&gt;Close the Customize dialog box&lt;/li&gt;&lt;li&gt;Right-click on the solution in the Solution Explorer&lt;/li&gt;&lt;li&gt;Click verify that Close Solution appears in the menu&lt;/li&gt;&lt;li&gt;Click Close Solution and you are done&lt;/li&gt;&lt;/ol&gt;</description></item><item><title>Tabs Studio adds advanced tab grouping to Visual Studio IDE</title><link>http://forums.asp.net/thread/3256673.aspx</link><pubDate>Wed, 24 Jun 2009 04:00:00 GMT</pubDate><guid isPermaLink="false">4c671506-2930-414c-a40b-8bf57ded5924:3256673</guid><dc:creator>Sergey Vlasov</dc:creator><description>&lt;p&gt;&lt;strong&gt;Tabs Studio adds advanced tab grouping to Visual Studio IDE&lt;/strong&gt;&lt;/p&gt;
&lt;p&gt;Grouping relevant tabs together is an efficient method to work with a lot of code files simultaneously. &lt;a title="Tabs Studio" href="http://www.tabsstudio.com"&gt;Tabs Studio&lt;/a&gt; add-in started from grouping tabs with the same name and from the same folder. New version of Tabs Studio allows custom rules to group tabs by different parts of tab title and group tabs from different folders. Using regular expressions for custom grouping provides utmost flexibility for rule definition. &lt;/p&gt;
&lt;p&gt;Grouping by name combines Default.aspx and Default.aspx.cs, while grouping by .js extension can combine Animations.js, ComboBox.js and DateTime.js. When tests and code are in different projects, custom document path grouping rule can allow grouping for ToolkitTests\Animation.aspx and ControlToolkit\Animation\Animation.cs. Another benefit of grouping is that relevant files can be quickly opened by right clicking on a tab and selecting corresponding file from a list. &lt;/p&gt;
&lt;p&gt;&lt;strong&gt;About Tabs Studio &lt;/strong&gt;&lt;/p&gt;
&lt;p&gt;&lt;a title="Tabs Studio" href="http://www.tabsstudio.com"&gt;Tabs Studio&lt;/a&gt; add-in replaces the built-in Visual Studio 2005/2008 tabs giving you multiple rows of tabs, automatic tab grouping, ability to remove path from tab name and ability to customize visual representation of tabs with powerful XAML styles. &lt;/p&gt;
&lt;p&gt;Tabs Studio homepage: &lt;a title="http://www.tabsstudio.com" href="http://www.tabsstudio.com"&gt;http://www.tabsstudio.com&lt;/a&gt;&lt;/p&gt;</description></item><item><title>Missing Design View with empty script tag</title><link>http://forums.asp.net/thread/3165843.aspx</link><pubDate>Fri, 15 May 2009 04:00:00 GMT</pubDate><guid isPermaLink="false">4c671506-2930-414c-a40b-8bf57ded5924:3165843</guid><dc:creator>rsidie</dc:creator><description>&lt;p&gt;If using &amp;lt;script&amp;gt; tags with empty content, as when referencing a javascript file on the server, valid HTML would allow for the start tag to be closed with /&amp;gt;.&amp;nbsp; For example,&lt;pre class="coloredcode"&gt;&amp;lt;script language=&amp;quot;javascript&amp;quot; type=&amp;quot;text/javascript&amp;quot; src=&amp;quot;scripts/test.js&amp;quot; /&amp;gt;&lt;/pre&gt;
&lt;p&gt;However, the Visual Studio IDE interprets this as the start of a script section with no end tag.&amp;nbsp; The result is that no design view will be displayed.&lt;/p&gt;
&lt;p&gt;To fix this problem, use a separate closing tag, as follows:&lt;/p&gt;&lt;pre class="coloredcode"&gt;&amp;lt;script language=&amp;quot;javascript&amp;quot; type=&amp;quot;text/javascript&amp;quot; src=&amp;quot;scripts/test.js&amp;quot; &amp;gt;&amp;lt;/script&amp;gt;&lt;/pre&gt;&lt;pre class="coloredcode"&gt;&amp;nbsp;&lt;/pre&gt;</description></item><item><title>Re: Events icon in Visual Studio 2008</title><link>http://forums.asp.net/thread/2869911.aspx</link><pubDate>Thu, 15 Jan 2009 05:00:00 GMT</pubDate><guid isPermaLink="false">4c671506-2930-414c-a40b-8bf57ded5924:2869911</guid><dc:creator>djh</dc:creator><description>&lt;p&gt;Aaaahhhhhhh!!! Thank Metal, this had been driving me nuts.&amp;nbsp; Turns out if once you put a control onto your page and then go into design view, the Events&amp;nbsp;lightning bolt icon will then ALWAYS show up in design AND source view, but only for that control.&amp;nbsp; If you add a new control to you page, you must pop back into design view for a second to get the Events icon to show up for the new control.&lt;/p&gt;</description></item><item><title>How do I make exceptions thrown during a partial-update (from an UpdatePanel) to be thrown in the server, not to the browser? (please get in, easy)</title><link>http://forums.asp.net/thread/2611068.aspx</link><pubDate>Tue, 09 Sep 2008 04:00:00 GMT</pubDate><guid isPermaLink="false">4c671506-2930-414c-a40b-8bf57ded5924:2611068</guid><dc:creator>weitzhandler</dc:creator><description>&lt;p&gt;usually when an exception is thrown u get a page saying &amp;quot;Server Error in &amp;quot;/&amp;quot;&amp;quot; (something like that - the main exception message of ASP.NET).&lt;/p&gt;
&lt;p&gt;however, I use an updatepanel, and the exceptions which are thrown during the partial update, doesn&amp;#39;t show that error page, instead the page is sent back to the browser and the exception is considered as a client-side error and is shown by the browser&amp;#39;s status bar&lt;/p&gt;
&lt;p&gt;does anyone know how to make the exception thrown from the server?&lt;/p&gt;
&lt;p&gt;Ps. can exceptions in web be thrown as in win applications (a yellow line, like debugging steps)?&lt;/p&gt;
&lt;p&gt;&amp;nbsp;&lt;/p&gt;
&lt;p&gt;&amp;nbsp;&lt;/p&gt;</description></item><item><title>Re: Server Explorer Disappeared</title><link>http://forums.asp.net/thread/2523395.aspx</link><pubDate>Tue, 29 Jul 2008 04:00:00 GMT</pubDate><guid isPermaLink="false">4c671506-2930-414c-a40b-8bf57ded5924:2523395</guid><dc:creator>tsantos</dc:creator><description>&lt;p&gt;im having the same problem.. im running windows vista and vs2008 and it happens quite a lot.. and ive done /resetsettings many times ..it used to wirk.. but now it just doesnt... now i tried what truegilly&amp;nbsp;says.. /resetskippkgs and it works perfectly.. thanks a lot &lt;/p&gt;</description></item><item><title>How To: Visually create .SKIN files in Visual Studio for Themes</title><link>http://forums.asp.net/thread/2248041.aspx</link><pubDate>Fri, 21 Mar 2008 04:00:00 GMT</pubDate><guid isPermaLink="false">4c671506-2930-414c-a40b-8bf57ded5924:2248041</guid><dc:creator>awd_envy</dc:creator><description>&lt;p&gt;I didn&amp;#39;t find this anywhere and it was driving me crazy... so I thought
I&amp;#39;d post a solution for someone else in case they need it.  &lt;br /&gt;&lt;/p&gt;&lt;p&gt;Creating .SKIN files by copy and pasting the controls is one of the BIGGEST drawbacks of the skinning system in my opinion (followed closely by CSS load order and CSS Media definement). Insted I would rather Drag and Drop controls and edit them in the Skin page; or look at the skin in design view to see what my skin actually looks like.&amp;nbsp; Below is my solution to do this in Visual Studio (should work in Visual Web Developer as well).&lt;br /&gt;&lt;/p&gt;&lt;p&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt;&lt;u&gt;&lt;b&gt;To Visually Create Skin files in VS&lt;/b&gt;&lt;/u&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt;In Visual Studio....&lt;/p&gt;&lt;ol&gt;&lt;li&gt;Tools &amp;gt; Options&lt;/li&gt;&lt;li&gt;Under &amp;quot;&lt;b&gt;&lt;i&gt;Text Editor&lt;/i&gt;&lt;/b&gt;&amp;quot;&amp;nbsp; click on &amp;quot;&lt;b&gt;&lt;i&gt;File Extension&lt;/i&gt;&lt;/b&gt;&amp;quot;&lt;/li&gt;&lt;li&gt;Type &amp;quot;&lt;b&gt;skin&lt;/b&gt;&amp;quot; in the &amp;quot;Extension&amp;quot; textbox&lt;/li&gt;&lt;li&gt;Select &amp;quot;&lt;b&gt;Web Form Editor&lt;/b&gt;&amp;quot; under the &amp;quot;Editor&amp;quot; dropdown list.&lt;/li&gt;&lt;li&gt;Click &amp;quot;&lt;b&gt;ADD&lt;/b&gt;&amp;quot;&lt;/li&gt;&lt;li&gt;Click &amp;quot;&lt;b&gt;OK&lt;/b&gt;&amp;quot;&lt;/li&gt;&lt;/ol&gt;&lt;p&gt;&lt;b&gt;Thats It!&lt;/b&gt;&amp;nbsp; Whenever you open a skin file you&amp;#39;ll now have the toolbox and the Design view (or split view in VS08). &lt;u&gt;Drag and Drop to the &lt;b&gt;CODE &lt;/b&gt;window. &lt;/u&gt;If you drop to the design window, the editor will add the &amp;lt;Form&amp;gt; tag&amp;nbsp; to the document, and the ID field to the control.&amp;nbsp; &lt;b&gt;Both of which cannot be in a SKIN file.&lt;/b&gt; After the control is on the page, you can change it&amp;#39;s styles in the design view like normal.&lt;br /&gt;&lt;/p&gt;&lt;p&gt;&lt;i&gt;&lt;u&gt;Note:&lt;/u&gt; If you have any SKIN files open before you do this, you&amp;#39;ll need to close and reopen them for the changes to take effect.&lt;/i&gt;&amp;nbsp;&lt;/p&gt;</description></item><item><title>Complete Newbie - Please help!</title><link>http://forums.asp.net/thread/2130788.aspx</link><pubDate>Thu, 24 Jan 2008 05:00:00 GMT</pubDate><guid isPermaLink="false">4c671506-2930-414c-a40b-8bf57ded5924:2130788</guid><dc:creator>VTWP</dc:creator><description>&lt;p&gt;&amp;nbsp;After years of somehow managing to avoid the migration to .NET it has finally come and I am blown away by the differences between classic ASP and .NET. I&amp;#39;m hoping I can get some help with what should be (and probably is) a simple task: connecting to a MySQL server in my project.&lt;/p&gt;&lt;p&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt;I am running VS 2008 and plan to develop in vb&lt;/p&gt;&lt;p&gt;I am needing to connect to a MySQL&amp;nbsp; 5.0 database.&lt;/p&gt;&lt;p&gt;I have both my web project and database on my local computer during development.&lt;/p&gt;&lt;p&gt;I have installed the MySQL connector 5.1.4&lt;/p&gt;&lt;p&gt;In Visual Studio 2008 I want to add a Data Connection - how the heck do I go about this?&amp;nbsp;&lt;/p&gt;&lt;p&gt;I apologize in advance for such a basic question but everything I have read assumes things like the knowledge of what a &amp;quot;code behind&amp;quot; page is - as in &amp;quot;add this to your code behind page&amp;quot;....&lt;/p&gt;&lt;p&gt;I&amp;#39;m looking (if possible) to add my data connection via the Server Explorer window in the IDE.&lt;/p&gt;&lt;p&gt;&amp;nbsp;&lt;br /&gt;Thanks in advance for any help - I&amp;#39;ll keep looking ....&lt;br /&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt;&amp;nbsp;&lt;/p&gt;</description></item><item><title>Code Snippet &amp;amp; Auto Formatting</title><link>http://forums.asp.net/thread/1912457.aspx</link><pubDate>Mon, 17 Sep 2007 04:00:00 GMT</pubDate><guid isPermaLink="false">4c671506-2930-414c-a40b-8bf57ded5924:1912457</guid><dc:creator>soelinn</dc:creator><description>&lt;p&gt;Is there a way to specify not to do automatic formatting in Code Snippets? &lt;br /&gt;&lt;/p&gt;&lt;p&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt;I created the following code snippet because I like putting these code separator comment lines between methods.&lt;br /&gt;However, everytime I use this code snippet, it gets auto indented and I always have to delete out the preceding TABs.&lt;br /&gt;&lt;br /&gt;Yes, this is how I want it and it&amp;#39;s my coding style. &lt;br /&gt;&lt;br /&gt;&lt;/p&gt;&lt;pre class="coloredcode"&gt;&lt;b id="1"&gt;1    &lt;/b&gt;&lt;br /&gt;&lt;b id="2"&gt;2    &lt;/b&gt;&amp;lt;&lt;span class="tag"&gt;CodeSnippets&lt;/span&gt;&lt;span class="attr"&gt;  xmlns=&lt;/span&gt;&lt;span class="attrv"&gt;&amp;quot;http://schemas.microsoft.com/VisualStudio/2005/CodeSnippet&amp;quot;&lt;/span&gt;&amp;gt;&lt;br /&gt;&lt;b id="3"&gt;3    &lt;/b&gt;	&amp;lt;&lt;span class="tag"&gt;CodeSnippet&lt;/span&gt;&lt;span class="attr"&gt; Format=&lt;/span&gt;&lt;span class="attrv"&gt;&amp;quot;1.0.0&amp;quot;&lt;/span&gt;&amp;gt;&lt;br /&gt;&lt;b id="4"&gt;4    &lt;/b&gt;		&amp;lt;&lt;span class="tag"&gt;Header&lt;/span&gt;&amp;gt;&lt;br /&gt;&lt;b id="5"&gt;5    &lt;/b&gt;			&amp;lt;&lt;span class="tag"&gt;Title&lt;/span&gt;&amp;gt;Code Separator Comment Line&amp;lt;/&lt;span class="tag"&gt;Title&lt;/span&gt;&amp;gt;&lt;br /&gt;&lt;b id="6"&gt;6    &lt;/b&gt;			&amp;lt;&lt;span class="tag"&gt;Shortcut&lt;/span&gt;&amp;gt;sep&amp;lt;/&lt;span class="tag"&gt;Shortcut&lt;/span&gt;&amp;gt;&lt;br /&gt;&lt;b id="7"&gt;7    &lt;/b&gt;			&amp;lt;&lt;span class="tag"&gt;Description&lt;/span&gt;&amp;gt;Code snippet for adding a code separator comment line&amp;lt;/&lt;span class="tag"&gt;Description&lt;/span&gt;&amp;gt;&lt;br /&gt;&lt;b id="8"&gt;8    &lt;/b&gt;			&amp;lt;&lt;span class="tag"&gt;Author&lt;/span&gt;&amp;gt;Soe&amp;lt;/&lt;span class="tag"&gt;Author&lt;/span&gt;&amp;gt;&lt;br /&gt;&lt;b id="9"&gt;9    &lt;/b&gt;			&amp;lt;&lt;span class="tag"&gt;SnippetTypes&lt;/span&gt;&amp;gt;&lt;br /&gt;&lt;b id="10"&gt;10   &lt;/b&gt;				&amp;lt;&lt;span class="tag"&gt;SnippetType&lt;/span&gt;&amp;gt;Expansion&amp;lt;/&lt;span class="tag"&gt;SnippetType&lt;/span&gt;&amp;gt;&lt;br /&gt;&lt;b id="11"&gt;11   &lt;/b&gt;			&amp;lt;/&lt;span class="tag"&gt;SnippetTypes&lt;/span&gt;&amp;gt;&lt;br /&gt;&lt;b id="12"&gt;12   &lt;/b&gt;		&amp;lt;/&lt;span class="tag"&gt;Header&lt;/span&gt;&amp;gt;&lt;br /&gt;&lt;b id="13"&gt;13   &lt;/b&gt;		&amp;lt;&lt;span class="tag"&gt;Snippet&lt;/span&gt;&amp;gt;&lt;br /&gt;&lt;b id="14"&gt;14   &lt;/b&gt;			&amp;lt;&lt;span class="tag"&gt;Code&lt;/span&gt;&lt;span class="attr"&gt; Language=&lt;/span&gt;&lt;span class="attrv"&gt;&amp;quot;csharp&amp;quot;&lt;/span&gt;&amp;gt;&lt;br /&gt;&lt;b id="15"&gt;15   &lt;/b&gt;				&lt;span class="ec"&gt;![CDATA[&lt;/span&gt;//----------------------------------------------------------------------------------------------------&lt;span class="ec"&gt;]]&lt;/span&gt;&amp;gt;&lt;br /&gt;&lt;b id="16"&gt;16   &lt;/b&gt;			&amp;lt;/&lt;span class="tag"&gt;Code&lt;/span&gt;&amp;gt;&lt;br /&gt;&lt;b id="17"&gt;17   &lt;/b&gt;		&amp;lt;/&lt;span class="tag"&gt;Snippet&lt;/span&gt;&amp;gt;&lt;br /&gt;&lt;b id="18"&gt;18   &lt;/b&gt;	&amp;lt;/&lt;span class="tag"&gt;CodeSnippet&lt;/span&gt;&amp;gt;&lt;br /&gt;&lt;b id="19"&gt;19   &lt;/b&gt;&amp;lt;/&lt;span class="tag"&gt;CodeSnippets&lt;/span&gt;&amp;gt;&lt;br /&gt;&lt;/pre&gt;&lt;p&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt;&amp;nbsp;&lt;/p&gt;&lt;pre class="coloredcode"&gt;&lt;span class="kwd"&gt;namespace&lt;/span&gt; MyNameSpace&lt;br /&gt;{&lt;br /&gt;    &lt;span class="kwd"&gt;public class&lt;/span&gt; MyClass&lt;br /&gt;    {&lt;br /&gt;        &lt;span class="kwd"&gt;#region&lt;/span&gt;&lt;span class="kwdt"&gt; Method: MethodA()&lt;/span&gt;&lt;br /&gt;        &lt;span class="kwd"&gt;public void&lt;/span&gt; MethodA()&lt;br /&gt;        {&lt;br /&gt;            &lt;span class="cmt"&gt;// do something&lt;/span&gt;&lt;br /&gt;        }&lt;br /&gt;        &lt;span class="kwd"&gt;#endregion&lt;/span&gt;&lt;br /&gt;&lt;br /&gt;&lt;span class="cmt"&gt;//------------------------------------------------------------------------------------------&lt;/span&gt;&lt;br /&gt;&lt;br /&gt;        &lt;span class="kwd"&gt;#region&lt;/span&gt;&lt;span class="kwdt"&gt; Method: MethodB(int, string)&lt;/span&gt;&lt;br /&gt;        &lt;span class="kwd"&gt;public void&lt;/span&gt; MethodB(&lt;span class="kwd"&gt;int&lt;/span&gt; myInt, &lt;span class="kwd"&gt;string&lt;/span&gt; myString)&lt;br /&gt;        {&lt;br /&gt;            &lt;span class="cmt"&gt;// do something&lt;/span&gt;&lt;br /&gt;        }&lt;br /&gt;        &lt;span class="kwd"&gt;#endregion&lt;/span&gt;&lt;br /&gt;    }&lt;br /&gt;}&lt;/pre&gt;&lt;p&gt;&amp;nbsp; &lt;br /&gt;Thanks,&lt;br /&gt;Soe &lt;br /&gt;&lt;/p&gt;</description></item></channel></rss>