<?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: ASPX Edit Add-In For Visual Studio 2010</title>
	<atom:link href="http://www.rowlandoconnor.com/2010/04/16/aspx-edit-add-in-for-visual-studio-2010/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.rowlandoconnor.com/2010/04/16/aspx-edit-add-in-for-visual-studio-2010/</link>
	<description>my thoughts on anything</description>
	<lastBuildDate>Wed, 10 Aug 2011 09:48:35 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.2.1</generator>
	<item>
		<title>By: Rowland</title>
		<link>http://www.rowlandoconnor.com/2010/04/16/aspx-edit-add-in-for-visual-studio-2010/comment-page-1/#comment-141</link>
		<dc:creator>Rowland</dc:creator>
		<pubDate>Wed, 30 Jun 2010 21:44:14 +0000</pubDate>
		<guid isPermaLink="false">http://www.rowlandoconnor.com/2010/04/16/aspx-edit-add-in-for-visual-studio-2010/#comment-141</guid>
		<description>Thanks Ron.

The ID focus feature was dropped as:

- Getting it working was taking a lot of (unproductive) time
- I felt that it was better to release something that was 95% working rather than nothing at all

The editor in VS2010 is vastly different in behavior to 2008, particularly the way in which start and end positions of text are indentified and then selected.

It&#039;s unlikely that I&#039;ll get around to fixing this due to an ever increasing list of client work obligations.

The source code is available if someone would like to have a crack at it:)</description>
		<content:encoded><![CDATA[<p>Thanks Ron.</p>
<p>The ID focus feature was dropped as:</p>
<p>- Getting it working was taking a lot of (unproductive) time<br />
- I felt that it was better to release something that was 95% working rather than nothing at all</p>
<p>The editor in VS2010 is vastly different in behavior to 2008, particularly the way in which start and end positions of text are indentified and then selected.</p>
<p>It&#8217;s unlikely that I&#8217;ll get around to fixing this due to an ever increasing list of client work obligations.</p>
<p>The source code is available if someone would like to have a crack at it:)</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Ron</title>
		<link>http://www.rowlandoconnor.com/2010/04/16/aspx-edit-add-in-for-visual-studio-2010/comment-page-1/#comment-140</link>
		<dc:creator>Ron</dc:creator>
		<pubDate>Wed, 30 Jun 2010 20:10:55 +0000</pubDate>
		<guid isPermaLink="false">http://www.rowlandoconnor.com/2010/04/16/aspx-edit-add-in-for-visual-studio-2010/#comment-140</guid>
		<description>Great that this functionality is back in VS 2010.
Unfortunately it does not work the same way as in 2008, at least on my machine.
Typing &lt;asp:TextBox +  completes the statement, but it does not select the automatically generated ID. 

BTW: By default VS 2010 does already include part of the functionality.
Unfortunately the default expand mechanism does NOT generate an ID at all.. Is this a bug?

Thanks</description>
		<content:encoded><![CDATA[<p>Great that this functionality is back in VS 2010.<br />
Unfortunately it does not work the same way as in 2008, at least on my machine.<br />
Typing <asp:TextBox +  completes the statement, but it does not select the automatically generated ID. </p>
<p>BTW: By default VS 2010 does already include part of the functionality.<br />
Unfortunately the default expand mechanism does NOT generate an ID at all.. Is this a bug?</p>
<p>Thanks</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Jacob O.</title>
		<link>http://www.rowlandoconnor.com/2010/04/16/aspx-edit-add-in-for-visual-studio-2010/comment-page-1/#comment-121</link>
		<dc:creator>Jacob O.</dc:creator>
		<pubDate>Fri, 07 May 2010 10:40:19 +0000</pubDate>
		<guid isPermaLink="false">http://www.rowlandoconnor.com/2010/04/16/aspx-edit-add-in-for-visual-studio-2010/#comment-121</guid>
		<description>You are right; that solved my problem. Thank you.</description>
		<content:encoded><![CDATA[<p>You are right; that solved my problem. Thank you.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: admin</title>
		<link>http://www.rowlandoconnor.com/2010/04/16/aspx-edit-add-in-for-visual-studio-2010/comment-page-1/#comment-120</link>
		<dc:creator>admin</dc:creator>
		<pubDate>Fri, 07 May 2010 09:08:39 +0000</pubDate>
		<guid isPermaLink="false">http://www.rowlandoconnor.com/2010/04/16/aspx-edit-add-in-for-visual-studio-2010/#comment-120</guid>
		<description>This is probably due to some of the files being marked as having come from an untrusted zone (i.e. zip file). You can unblock the files using the property menu in explorer.</description>
		<content:encoded><![CDATA[<p>This is probably due to some of the files being marked as having come from an untrusted zone (i.e. zip file). You can unblock the files using the property menu in explorer.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Jacob O.</title>
		<link>http://www.rowlandoconnor.com/2010/04/16/aspx-edit-add-in-for-visual-studio-2010/comment-page-1/#comment-119</link>
		<dc:creator>Jacob O.</dc:creator>
		<pubDate>Fri, 07 May 2010 08:52:29 +0000</pubDate>
		<guid isPermaLink="false">http://www.rowlandoconnor.com/2010/04/16/aspx-edit-add-in-for-visual-studio-2010/#comment-119</guid>
		<description>When I copy the three files ( AspxEditHelper.AddIn, AspxEditHelper.dll, AspxEditHelperSnippets.xml) to Documents/Visual Studio 2010/Addins folder I get an error on startup. Error: The Add-in &#039;ASPX Edit Helper (VS 2010) - v1.0.0.2&#039; ...failed to load or caused an exception...Error Message:  Error number: 80131515.

I&#039;m working with version 10.0.30319.1 RTMRel.

Thank you</description>
		<content:encoded><![CDATA[<p>When I copy the three files ( AspxEditHelper.AddIn, AspxEditHelper.dll, AspxEditHelperSnippets.xml) to Documents/Visual Studio 2010/Addins folder I get an error on startup. Error: The Add-in &#8216;ASPX Edit Helper (VS 2010) &#8211; v1.0.0.2&#8242; &#8230;failed to load or caused an exception&#8230;Error Message:  Error number: 80131515.</p>
<p>I&#8217;m working with version 10.0.30319.1 RTMRel.</p>
<p>Thank you</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Jacob Buus</title>
		<link>http://www.rowlandoconnor.com/2010/04/16/aspx-edit-add-in-for-visual-studio-2010/comment-page-1/#comment-115</link>
		<dc:creator>Jacob Buus</dc:creator>
		<pubDate>Fri, 23 Apr 2010 17:38:02 +0000</pubDate>
		<guid isPermaLink="false">http://www.rowlandoconnor.com/2010/04/16/aspx-edit-add-in-for-visual-studio-2010/#comment-115</guid>
		<description>Thank you very much Rowland! It works like a charm now without any popup messags. 

You&#039;re the greatest! :)</description>
		<content:encoded><![CDATA[<p>Thank you very much Rowland! It works like a charm now without any popup messags. </p>
<p>You&#8217;re the greatest! <img src='http://www.rowlandoconnor.com/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> </p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Rowland</title>
		<link>http://www.rowlandoconnor.com/2010/04/16/aspx-edit-add-in-for-visual-studio-2010/comment-page-1/#comment-114</link>
		<dc:creator>Rowland</dc:creator>
		<pubDate>Thu, 22 Apr 2010 08:12:34 +0000</pubDate>
		<guid isPermaLink="false">http://www.rowlandoconnor.com/2010/04/16/aspx-edit-add-in-for-visual-studio-2010/#comment-114</guid>
		<description>**Version 1.0.0.2 RELEASED**

NOTES
Some users were reporting spurious popup error messages. I&#039;ve not been able to reproduce these errors here but have added one code fix for potential null reference exceptions produced at End Of Line (EOL).

These are now 2 binary builds.

&quot;Release&quot;:
This has all exception / error popups supressed. This is the version that you should install initially.

&quot;Debug&quot;:
If the add-in is not working for you, please install this version as it has all debug popups / messages enabled. It would be really helpful if you could post the messages that you see on this page so that I can identify and fix your problems:)


When I took this on, I didn&#039;t realize how much Microsoft had changed the way that the editor works in VS2010. These changes are why Dereks original add-in stopped working and why it&#039;s taking some time to iron out the bugs in my port.

Thanks for the feedback so far. Keep it coming!</description>
		<content:encoded><![CDATA[<p>**Version 1.0.0.2 RELEASED**</p>
<p>NOTES<br />
Some users were reporting spurious popup error messages. I&#8217;ve not been able to reproduce these errors here but have added one code fix for potential null reference exceptions produced at End Of Line (EOL).</p>
<p>These are now 2 binary builds.</p>
<p>&#8220;Release&#8221;:<br />
This has all exception / error popups supressed. This is the version that you should install initially.</p>
<p>&#8220;Debug&#8221;:<br />
If the add-in is not working for you, please install this version as it has all debug popups / messages enabled. It would be really helpful if you could post the messages that you see on this page so that I can identify and fix your problems:)</p>
<p>When I took this on, I didn&#8217;t realize how much Microsoft had changed the way that the editor works in VS2010. These changes are why Dereks original add-in stopped working and why it&#8217;s taking some time to iron out the bugs in my port.</p>
<p>Thanks for the feedback so far. Keep it coming!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Jacob Buus</title>
		<link>http://www.rowlandoconnor.com/2010/04/16/aspx-edit-add-in-for-visual-studio-2010/comment-page-1/#comment-113</link>
		<dc:creator>Jacob Buus</dc:creator>
		<pubDate>Wed, 21 Apr 2010 16:25:25 +0000</pubDate>
		<guid isPermaLink="false">http://www.rowlandoconnor.com/2010/04/16/aspx-edit-add-in-for-visual-studio-2010/#comment-113</guid>
		<description>Thank you very much! It would be great if you could just silence the error code as it doesn&#039;t seem to do anything of much importance. 

Thank you so much for this! :)</description>
		<content:encoded><![CDATA[<p>Thank you very much! It would be great if you could just silence the error code as it doesn&#8217;t seem to do anything of much importance. </p>
<p>Thank you so much for this! <img src='http://www.rowlandoconnor.com/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> </p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Rowland</title>
		<link>http://www.rowlandoconnor.com/2010/04/16/aspx-edit-add-in-for-visual-studio-2010/comment-page-1/#comment-112</link>
		<dc:creator>Rowland</dc:creator>
		<pubDate>Wed, 21 Apr 2010 15:48:45 +0000</pubDate>
		<guid isPermaLink="false">http://www.rowlandoconnor.com/2010/04/16/aspx-edit-add-in-for-visual-studio-2010/#comment-112</guid>
		<description>Ok Jacob,

Hmm..

Trying hard (15 minutes bashing keyboard in ASPX file) to re-create the problem here but no luck.

I&#039;m looking at the source now and there is only one place it could create the error message you describe.

As I&#039;m not able to re-create the error here it makes it difficult to fault-find. Therfore, I&#039;m thinking of knocking out the error notifications completely and let it fail silently..Here comes 1.0.0.2;) Give me a day or so to recompile &amp; upload.</description>
		<content:encoded><![CDATA[<p>Ok Jacob,</p>
<p>Hmm..</p>
<p>Trying hard (15 minutes bashing keyboard in ASPX file) to re-create the problem here but no luck.</p>
<p>I&#8217;m looking at the source now and there is only one place it could create the error message you describe.</p>
<p>As I&#8217;m not able to re-create the error here it makes it difficult to fault-find. Therfore, I&#8217;m thinking of knocking out the error notifications completely and let it fail silently..Here comes 1.0.0.2;) Give me a day or so to recompile &#038; upload.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Jacob Buus</title>
		<link>http://www.rowlandoconnor.com/2010/04/16/aspx-edit-add-in-for-visual-studio-2010/comment-page-1/#comment-111</link>
		<dc:creator>Jacob Buus</dc:creator>
		<pubDate>Wed, 21 Apr 2010 15:22:47 +0000</pubDate>
		<guid isPermaLink="false">http://www.rowlandoconnor.com/2010/04/16/aspx-edit-add-in-for-visual-studio-2010/#comment-111</guid>
		<description>The 1.0.0.1 is the only version I&#039;ve tried - and I&#039;m sorry to say it&#039;s not quite working for me :(</description>
		<content:encoded><![CDATA[<p>The 1.0.0.1 is the only version I&#8217;ve tried &#8211; and I&#8217;m sorry to say it&#8217;s not quite working for me <img src='http://www.rowlandoconnor.com/wp-includes/images/smilies/icon_sad.gif' alt=':(' class='wp-smiley' /> </p>
]]></content:encoded>
	</item>
</channel>
</rss>

