<?xml version="1.0" encoding="utf-8"?>
<rss xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:pingback="http://madskills.com/public/xml/rss/module/pingback/" xmlns:trackback="http://madskills.com/public/xml/rss/module/trackback/" xmlns:wfw="http://wellformedweb.org/CommentAPI/" xmlns:slash="http://purl.org/rss/1.0/modules/slash/" xmlns:dc="http://purl.org/dc/elements/1.1/" version="2.0">
  <channel>
    <title>abi.exdream.com - Benjamin Nitschke's Blog - IronPython</title>
    <link>http://exdream.no-ip.info/blog/</link>
    <description>Benjamin Nitschke's Blog about .NET, Game Development and my daily life.</description>
    <language>en-us</language>
    <copyright>abi.exdream.com</copyright>
    <lastBuildDate>Mon, 28 Jan 2008 15:21:17 GMT</lastBuildDate>
    <generator>newtelligence dasBlog 1.9.6264.0</generator>
    <managingEditor>abi@exDream.com</managingEditor>
    <webMaster>abi@exDream.com</webMaster>
    <item>
      <trackback:ping>http://exdream.no-ip.info/blog/Trackback.aspx?guid=c81aabe2-e19c-4639-9b09-908378bf1fb1</trackback:ping>
      <pingback:server>http://exdream.no-ip.info/blog/pingback.aspx</pingback:server>
      <pingback:target>http://exdream.no-ip.info/blog/PermaLink,guid,c81aabe2-e19c-4639-9b09-908378bf1fb1.aspx</pingback:target>
      <dc:creator>Benjamin Nitschke (abi)</dc:creator>
      <wfw:comment>http://exdream.no-ip.info/blog/CommentView,guid,c81aabe2-e19c-4639-9b09-908378bf1fb1.aspx</wfw:comment>
      <wfw:commentRss>http://exdream.no-ip.info/blog/SyndicationService.asmx/GetEntryCommentsRss?guid=c81aabe2-e19c-4639-9b09-908378bf1fb1</wfw:commentRss>
      <slash:comments>2</slash:comments>
      <body xmlns="http://www.w3.org/1999/xhtml">Hi everyone,<br /><br />
I prepared some new exciting blog posts, especially about XNA and I will post them
shortly and also quite a few things will change at this blog. Stay tuned.<br /><br />
Recently one of my companies (namely <a href="http://realis-communities.com">realis</a>)
moved to Hamburg and I have a new PC at the new office, where I installed Visual Studio
2008 and everything else I needed. After I downloaded the latest source code files
from <a href="http://msdn2.microsoft.com/en-us/teamsystem/default.aspx">Team System</a>,
I ran into some problems. BTW: The Team System trial will end next month and I will
probably not switch back to <a href="http://subversion.tigris.org/">SubVersion</a>,
but instead go back to <a href="http://msdn2.microsoft.com/en-us/vs2005/aa718670.aspx">Visual
SourceSafe</a> since the integration is the best in Visual Studio. Team System is
nice to have but absolutely not something important for me as I'm most of the time
the only guy using it anyways.<br /><br />
Back to the Problem. After I loaded the main solution the 2 web applications in it
were unable to be loaded. The rest of the projects did load fine and worked after
a while until I had all the missing Assemblies installed (<a href="http://www.codeplex.com/xunit">xunit</a>, <a href="http://www.asp.net/ajax/">Ajax
stuff</a>, <a href="http://silverlight.net/">Silverlight</a>, <a href="http://www.codeplex.com/Wiki/View.aspx?ProjectName=IronPython">IronPython</a>, <a href="http://www.entityspaces.net/Portal/Default.aspx">EntitySpaces</a>,
etc.). But even after making sure Silverlight and the <a href="http://www.microsoft.com/downloads/details.aspx?FamilyId=25144C27-6514-4AD4-8BCB-E2E051416E03&amp;displaylang=en">Silverlight
Tools for Visual Studio Alpha</a> was installed and working (checked it by creating
a new Silverlight project, which worked fine), I was still unable to load those projects.
I thought at first maybe something went wrong when I checked in or out all the files,
but after testing it on my laptop this was not the issue, all files are intact. Everything
worked just fine on my laptop, where I had done most of my work during the move and
first weeks until everything was finally working here.<br /><br />
After digging around a bit I went back to the IIS were those 2 websites should run
on and they did not run yet (not compiled yet, no wonder). But even after I pointed
to some dummy website the IIS did throw out some errors (first some dlls were missing,
they were quickly replaced, then some security issues with Vista, also easy). Then
I pointed back to the location of the projects and made sure IIS was working this
time. Now I could go back to Visual Studio and finally load the web projects.<br /><br />
If you have such a <b>InteropServices.COMException</b>, try to see if you have missed
something like the Silverlight Tools for Visual Studio Alpha and then figure out if
your IIS is working. You can also edit the .csproj file and remove the references
to IIS at the very end of the file to see if the project can then be loaded (using
IIS again is not hard through the project properties).<br /><br />
Hope this helps (phase stolen from <a href="http://weblogs.asp.net/scottgu/">ScottGu</a>,
btw: really cool stuff going on over there, the <a href="http://weblogs.asp.net/scottgu/archive/2007/12/09/asp-net-mvc-framework-part-4-handling-form-edit-and-post-scenarios.aspx">ASP.NET
MVC framework</a> is nice and <a href="http://weblogs.asp.net/scottgu/archive/2008/01/16/net-framework-library-source-code-now-available.aspx">the
.NET Framework SourceCode</a> is very helpful!)<br /><p></p><img width="0" height="0" src="http://exdream.no-ip.info/blog/aggbug.ashx?id=c81aabe2-e19c-4639-9b09-908378bf1fb1" /></body>
      <title>What to do if you receive the System.Runtime. InteropServices.COMException error in Visual Studio</title>
      <guid isPermaLink="false">http://exdream.no-ip.info/blog/PermaLink,guid,c81aabe2-e19c-4639-9b09-908378bf1fb1.aspx</guid>
      <link>http://exdream.no-ip.info/blog/2008/01/28/WhatToDoIfYouReceiveTheSystemRuntimeInteropServicesCOMExceptionErrorInVisualStudio.aspx</link>
      <pubDate>Mon, 28 Jan 2008 15:21:17 GMT</pubDate>
      <description>Hi everyone,&lt;br&gt;
&lt;br&gt;
I prepared some new exciting blog posts, especially about XNA and I will post them
shortly and also quite a few things will change at this blog. Stay tuned.&lt;br&gt;
&lt;br&gt;
Recently one of my companies (namely &lt;a href="http://realis-communities.com"&gt;realis&lt;/a&gt;)
moved to Hamburg and I have a new PC at the new office, where I installed Visual Studio
2008 and everything else I needed. After I downloaded the latest source code files
from &lt;a href="http://msdn2.microsoft.com/en-us/teamsystem/default.aspx"&gt;Team System&lt;/a&gt;,
I ran into some problems. BTW: The Team System trial will end next month and I will
probably not switch back to &lt;a href="http://subversion.tigris.org/"&gt;SubVersion&lt;/a&gt;,
but instead go back to &lt;a href="http://msdn2.microsoft.com/en-us/vs2005/aa718670.aspx"&gt;Visual
SourceSafe&lt;/a&gt; since the integration is the best in Visual Studio. Team System is
nice to have but absolutely not something important for me as I'm most of the time
the only guy using it anyways.&lt;br&gt;
&lt;br&gt;
Back to the Problem. After I loaded the main solution the 2 web applications in it
were unable to be loaded. The rest of the projects did load fine and worked after
a while until I had all the missing Assemblies installed (&lt;a href="http://www.codeplex.com/xunit"&gt;xunit&lt;/a&gt;, &lt;a href="http://www.asp.net/ajax/"&gt;Ajax
stuff&lt;/a&gt;, &lt;a href="http://silverlight.net/"&gt;Silverlight&lt;/a&gt;, &lt;a href="http://www.codeplex.com/Wiki/View.aspx?ProjectName=IronPython"&gt;IronPython&lt;/a&gt;, &lt;a href="http://www.entityspaces.net/Portal/Default.aspx"&gt;EntitySpaces&lt;/a&gt;,
etc.). But even after making sure Silverlight and the &lt;a href="http://www.microsoft.com/downloads/details.aspx?FamilyId=25144C27-6514-4AD4-8BCB-E2E051416E03&amp;amp;displaylang=en"&gt;Silverlight
Tools for Visual Studio Alpha&lt;/a&gt; was installed and working (checked it by creating
a new Silverlight project, which worked fine), I was still unable to load those projects.
I thought at first maybe something went wrong when I checked in or out all the files,
but after testing it on my laptop this was not the issue, all files are intact. Everything
worked just fine on my laptop, where I had done most of my work during the move and
first weeks until everything was finally working here.&lt;br&gt;
&lt;br&gt;
After digging around a bit I went back to the IIS were those 2 websites should run
on and they did not run yet (not compiled yet, no wonder). But even after I pointed
to some dummy website the IIS did throw out some errors (first some dlls were missing,
they were quickly replaced, then some security issues with Vista, also easy). Then
I pointed back to the location of the projects and made sure IIS was working this
time. Now I could go back to Visual Studio and finally load the web projects.&lt;br&gt;
&lt;br&gt;
If you have such a &lt;b&gt;InteropServices.COMException&lt;/b&gt;, try to see if you have missed
something like the Silverlight Tools for Visual Studio Alpha and then figure out if
your IIS is working. You can also edit the .csproj file and remove the references
to IIS at the very end of the file to see if the project can then be loaded (using
IIS again is not hard through the project properties).&lt;br&gt;
&lt;br&gt;
Hope this helps (phase stolen from &lt;a href="http://weblogs.asp.net/scottgu/"&gt;ScottGu&lt;/a&gt;,
btw: really cool stuff going on over there, the &lt;a href="http://weblogs.asp.net/scottgu/archive/2007/12/09/asp-net-mvc-framework-part-4-handling-form-edit-and-post-scenarios.aspx"&gt;ASP.NET
MVC framework&lt;/a&gt; is nice and &lt;a href="http://weblogs.asp.net/scottgu/archive/2008/01/16/net-framework-library-source-code-now-available.aspx"&gt;the
.NET Framework SourceCode&lt;/a&gt; is very helpful!)&lt;br&gt;
&lt;p&gt;
&lt;/p&gt;
&lt;img width="0" height="0" src="http://exdream.no-ip.info/blog/aggbug.ashx?id=c81aabe2-e19c-4639-9b09-908378bf1fb1" /&gt;</description>
      <comments>http://exdream.no-ip.info/blog/CommentView,guid,c81aabe2-e19c-4639-9b09-908378bf1fb1.aspx</comments>
      <category>Ajax;All;Development;IronPython;Programming;Reviews;Silverlight;XNA</category>
    </item>
    <item>
      <trackback:ping>http://exdream.no-ip.info/blog/Trackback.aspx?guid=a3de41e6-2d25-42d8-8ca2-814eee20835c</trackback:ping>
      <pingback:server>http://exdream.no-ip.info/blog/pingback.aspx</pingback:server>
      <pingback:target>http://exdream.no-ip.info/blog/PermaLink,guid,a3de41e6-2d25-42d8-8ca2-814eee20835c.aspx</pingback:target>
      <dc:creator>Benjamin Nitschke (abi)</dc:creator>
      <wfw:comment>http://exdream.no-ip.info/blog/CommentView,guid,a3de41e6-2d25-42d8-8ca2-814eee20835c.aspx</wfw:comment>
      <wfw:commentRss>http://exdream.no-ip.info/blog/SyndicationService.asmx/GetEntryCommentsRss?guid=a3de41e6-2d25-42d8-8ca2-814eee20835c</wfw:commentRss>
      <slash:comments>1</slash:comments>
      <body xmlns="http://www.w3.org/1999/xhtml">
        <img src="http://www.publicvoid.dk/content/binary/visualstudio_logo.gif" style="float: right;" /> Great
news from <a href="http://weblogs.asp.net/scottgu/archive/2007/11/19/visual-studio-2008-and-net-3-5-released.aspx">ScottGu's
blog: The final Visual Studio 2008 version and .NET 3.5</a> were just released :) 
<br /><br />
I have been waiting the whole day and kept refreshing the MSDN page, but I could not
really believe that they actually ship today ^^ 
<br /><br />
VS 2008 will probably not be much of a change for me because we have been working
with the VS 2008 betas for over a year now. 
<br /><br />
I might also blog a little bit about IronPython, which I have used for smaller projects
and plan using for bigger stuff in the future too. The best feed for IronPython News
is: <a href="http://ironpython-urls.blogspot.com/">IronPython Url's</a><br /><br />
Btw: Pretty quiet on my blog for a while now, I should continue blogging. Always being
too busy to write anything here is not a good thing. Gladly all my current projects
work really good and are still fun to maintain, even as they grow bigger and bigger.<br /><br /><b>Update 2007-11-20</b>: I have to say the ASP.NET Designer in VS2008 is really good
again. The designer did not work well for most of my projects in VS2008 beta 2 and
it was always annoying to have the million ASP.NET errors poluting the ErrorList (now
they are just warnings and can easily be switched off). Overall I'm very pleased with
the VS2008 so far, uninstalling VS2008 beta2 was a bit of work, but everything is
working nicely now. More info and improvements in VS2008 can be found on <a href="http://weblogs.asp.net/scottgu/">ScottGu's
blog</a><br /><br /><img width="0" height="0" src="http://exdream.no-ip.info/blog/aggbug.ashx?id=a3de41e6-2d25-42d8-8ca2-814eee20835c" /></body>
      <title>Visual Studio 2008 and .NET 3.5 released</title>
      <guid isPermaLink="false">http://exdream.no-ip.info/blog/PermaLink,guid,a3de41e6-2d25-42d8-8ca2-814eee20835c.aspx</guid>
      <link>http://exdream.no-ip.info/blog/2007/11/19/VisualStudio2008AndNET35Released.aspx</link>
      <pubDate>Mon, 19 Nov 2007 19:59:45 GMT</pubDate>
      <description>&lt;img src="http://www.publicvoid.dk/content/binary/visualstudio_logo.gif" style="float: right;"&gt; Great
news from &lt;a href="http://weblogs.asp.net/scottgu/archive/2007/11/19/visual-studio-2008-and-net-3-5-released.aspx"&gt;ScottGu's
blog: The final Visual Studio 2008 version and .NET 3.5&lt;/a&gt; were just released :) 
&lt;br&gt;
&lt;br&gt;
I have been waiting the whole day and kept refreshing the MSDN page, but I could not
really believe that they actually ship today ^^ 
&lt;br&gt;
&lt;br&gt;
VS 2008 will probably not be much of a change for me because we have been working
with the VS 2008 betas for over a year now. 
&lt;br&gt;
&lt;br&gt;
I might also blog a little bit about IronPython, which I have used for smaller projects
and plan using for bigger stuff in the future too. The best feed for IronPython News
is: &lt;a href="http://ironpython-urls.blogspot.com/"&gt;IronPython Url's&lt;/a&gt; 
&lt;br&gt;
&lt;br&gt;
Btw: Pretty quiet on my blog for a while now, I should continue blogging. Always being
too busy to write anything here is not a good thing. Gladly all my current projects
work really good and are still fun to maintain, even as they grow bigger and bigger.&lt;br&gt;
&lt;br&gt;
&lt;b&gt;Update 2007-11-20&lt;/b&gt;: I have to say the ASP.NET Designer in VS2008 is really good
again. The designer did not work well for most of my projects in VS2008 beta 2 and
it was always annoying to have the million ASP.NET errors poluting the ErrorList (now
they are just warnings and can easily be switched off). Overall I'm very pleased with
the VS2008 so far, uninstalling VS2008 beta2 was a bit of work, but everything is
working nicely now. More info and improvements in VS2008 can be found on &lt;a href="http://weblogs.asp.net/scottgu/"&gt;ScottGu's
blog&lt;/a&gt;
&lt;br&gt;
&lt;br&gt;
&lt;img width="0" height="0" src="http://exdream.no-ip.info/blog/aggbug.ashx?id=a3de41e6-2d25-42d8-8ca2-814eee20835c" /&gt;</description>
      <comments>http://exdream.no-ip.info/blog/CommentView,guid,a3de41e6-2d25-42d8-8ca2-814eee20835c.aspx</comments>
      <category>Ajax;All;Development;IronPython;Programming;Reviews</category>
    </item>
    <item>
      <trackback:ping>http://exdream.no-ip.info/blog/Trackback.aspx?guid=28fc066a-3a82-4973-90c6-664ee9905bf4</trackback:ping>
      <pingback:server>http://exdream.no-ip.info/blog/pingback.aspx</pingback:server>
      <pingback:target>http://exdream.no-ip.info/blog/PermaLink,guid,28fc066a-3a82-4973-90c6-664ee9905bf4.aspx</pingback:target>
      <dc:creator>Benjamin Nitschke (abi)</dc:creator>
      <wfw:comment>http://exdream.no-ip.info/blog/CommentView,guid,28fc066a-3a82-4973-90c6-664ee9905bf4.aspx</wfw:comment>
      <wfw:commentRss>http://exdream.no-ip.info/blog/SyndicationService.asmx/GetEntryCommentsRss?guid=28fc066a-3a82-4973-90c6-664ee9905bf4</wfw:commentRss>
      <body xmlns="http://www.w3.org/1999/xhtml">I've been working with VS Orcas for 3-4
months now and while most projects are still in C#, I switch over to IronPython more
and more, especially if I do anything new like some Silverlight website.<br /><br />
CodeRush is working ok in VS Orcas, but there are still some issues, for example expanding/collapsing
regions like in my CR_Commenter plugin does not work at all. Visual Studio's Ctlr+M+M
and Ctlr+M+L work, but they are pretty much useless because they either collapse just
the most inner region (Ctrl+M+M) or just too much (Ctlr+M+L) and pressing these hotkeys
is too complicated anyway.<br /><br />
With CR_Commenter you can press Ctrl+4 to collapse or expand the region you are in
or Ctrl+5 to collapse/expand all regions (but not summaries, methods, etc.). This
works fine in VS 2005, but not in Orcas, there are also some other issues in Orcas
like switch or namespace blocks are not commented anymore. For this reason I started
writing a new addin (without using CodeRush this time) last month, but I never found
time to finish it.<br /><br />
Instead I wrote a new addin this weekend. It just fixes the region issue and adds
support for IronPython, which does not have any regions at all. Now regions for all
classes, defs (methods) and if blocks are generated for you and can be expanded and
collapsed with the same hotkeys (Ctrl+4, Ctrl+5 or the VS defaults). Please note that
I had commenter support for IronPython too and added stuff like #region and #endregion
to it too, but it does not feel like Python anymore if you add too much comments and
blocks. The beauty of Python is its short and self-explaining code and the more I
work with it the more I like it.<br /><br />
RegionAddin Hotkeys:<br /><ul><li>
Ctrl+1, Ctrl+2: Comment code like CR_Commenter (not implemented yet, it is commented
out, too much features from CR_Commenter missing).</li><li>
Ctrl+3: Build region like CodeRush or CR_Commenter, also commented out, CodeRush's
version currently does work much better, but adds comments to #endregion</li><li>
Ctrl+4: Collapse or expand the current region you are in</li><li>
Ctrl+5: Collapse or expand all regions in the current file. In IronPython it has 3
modes: All uncollapsed, All methods collapsed, All classes and methods collapsed</li><li>
Ctrl+6: Regenerate all collapsable blocks in IronPython, this is important because
the IronPython language service does not support any collapseable blocks, maybe I
will implement that later in there ...<br /></li></ul><br />
Lets take a look at the region feature of RegionAddin for IronPython, Ctrl+6 generate
all regions at once, otherwise regions are created automatically as you write code.<br /><br /><p></p><img src="http://exdream.no-ip.info/blog/content/binary/IronPythonRegions600.jpg" border="0" /><br /><br /><br />
As always here is the full SourceCode and a Installer:<br /><ul><li>
   <a href="http://exdream.no-ip.info/blog/content/binary/RegionAddinSourceCode.zip">RegionAddinSourceCode.zip
(25.67 KB)<br /><br /></a></li><li>
   <a href="http://exdream.no-ip.info/blog/content/binary/RegionAddinSetup.exe">RegionAddinSetup.exe
(80.1 KB)<br /></a></li></ul>
This is version 1, I will improve the addin in the future and provide better versions
with more features in the future. Maybe I will also finish the CommenterAddin completely
and add more support for IronPython (have to think about how it makes sense). Hopefully
the RegionAddin is useful for C# and IronPython right now, it also supports all other
C style languages like C++.<br /><br /><img width="0" height="0" src="http://exdream.no-ip.info/blog/aggbug.ashx?id=28fc066a-3a82-4973-90c6-664ee9905bf4" /></body>
      <title>RegionAddin to fix collapsing and expanding regions in Orcas and IronPython region support!</title>
      <guid isPermaLink="false">http://exdream.no-ip.info/blog/PermaLink,guid,28fc066a-3a82-4973-90c6-664ee9905bf4.aspx</guid>
      <link>http://exdream.no-ip.info/blog/2007/07/09/RegionAddinToFixCollapsingAndExpandingRegionsInOrcasAndIronPythonRegionSupport.aspx</link>
      <pubDate>Mon, 09 Jul 2007 18:19:33 GMT</pubDate>
      <description>I've been working with VS Orcas for 3-4 months now and while most projects are still in C#, I switch over to IronPython more and more, especially if I do anything new like some Silverlight website.&lt;br&gt;
&lt;br&gt;
CodeRush is working ok in VS Orcas, but there are still some issues, for example expanding/collapsing
regions like in my CR_Commenter plugin does not work at all. Visual Studio's Ctlr+M+M
and Ctlr+M+L work, but they are pretty much useless because they either collapse just
the most inner region (Ctrl+M+M) or just too much (Ctlr+M+L) and pressing these hotkeys
is too complicated anyway.&lt;br&gt;
&lt;br&gt;
With CR_Commenter you can press Ctrl+4 to collapse or expand the region you are in
or Ctrl+5 to collapse/expand all regions (but not summaries, methods, etc.). This
works fine in VS 2005, but not in Orcas, there are also some other issues in Orcas
like switch or namespace blocks are not commented anymore. For this reason I started
writing a new addin (without using CodeRush this time) last month, but I never found
time to finish it.&lt;br&gt;
&lt;br&gt;
Instead I wrote a new addin this weekend. It just fixes the region issue and adds
support for IronPython, which does not have any regions at all. Now regions for all
classes, defs (methods) and if blocks are generated for you and can be expanded and
collapsed with the same hotkeys (Ctrl+4, Ctrl+5 or the VS defaults). Please note that
I had commenter support for IronPython too and added stuff like #region and #endregion
to it too, but it does not feel like Python anymore if you add too much comments and
blocks. The beauty of Python is its short and self-explaining code and the more I
work with it the more I like it.&lt;br&gt;
&lt;br&gt;
RegionAddin Hotkeys:&lt;br&gt;
&lt;ul&gt;
&lt;li&gt;
Ctrl+1, Ctrl+2: Comment code like CR_Commenter (not implemented yet, it is commented
out, too much features from CR_Commenter missing).&lt;/li&gt;
&lt;li&gt;
Ctrl+3: Build region like CodeRush or CR_Commenter, also commented out, CodeRush's
version currently does work much better, but adds comments to #endregion&lt;/li&gt;
&lt;li&gt;
Ctrl+4: Collapse or expand the current region you are in&lt;/li&gt;
&lt;li&gt;
Ctrl+5: Collapse or expand all regions in the current file. In IronPython it has 3
modes: All uncollapsed, All methods collapsed, All classes and methods collapsed&lt;/li&gt;
&lt;li&gt;
Ctrl+6: Regenerate all collapsable blocks in IronPython, this is important because
the IronPython language service does not support any collapseable blocks, maybe I
will implement that later in there ...&lt;br&gt;
&lt;/li&gt;
&lt;/ul&gt;
&lt;br&gt;
Lets take a look at the region feature of RegionAddin for IronPython, Ctrl+6 generate
all regions at once, otherwise regions are created automatically as you write code.&lt;br&gt;
&lt;br&gt;
&lt;p&gt;
&lt;/p&gt;
&lt;img src="http://exdream.no-ip.info/blog/content/binary/IronPythonRegions600.jpg" border="0"&gt;
&lt;br&gt;
&lt;br&gt;
&lt;br&gt;
As always here is the full SourceCode and a Installer:&lt;br&gt;
&lt;ul&gt;
&lt;li&gt;
&amp;nbsp;&amp;nbsp; &lt;a href="http://exdream.no-ip.info/blog/content/binary/RegionAddinSourceCode.zip"&gt;RegionAddinSourceCode.zip
(25.67 KB)&lt;br&gt;
&lt;br&gt;
&lt;/a&gt;
&lt;/li&gt;
&lt;li&gt;
&amp;nbsp;&amp;nbsp; &lt;a href="http://exdream.no-ip.info/blog/content/binary/RegionAddinSetup.exe"&gt;RegionAddinSetup.exe
(80.1 KB)&lt;br&gt;
&lt;/a&gt;
&lt;/li&gt;
&lt;/ul&gt;
This is version 1, I will improve the addin in the future and provide better versions
with more features in the future. Maybe I will also finish the CommenterAddin completely
and add more support for IronPython (have to think about how it makes sense). Hopefully
the RegionAddin is useful for C# and IronPython right now, it also supports all other
C style languages like C++.&lt;br&gt;
&lt;br&gt;
&lt;img width="0" height="0" src="http://exdream.no-ip.info/blog/aggbug.ashx?id=28fc066a-3a82-4973-90c6-664ee9905bf4" /&gt;</description>
      <comments>http://exdream.no-ip.info/blog/CommentView,guid,28fc066a-3a82-4973-90c6-664ee9905bf4.aspx</comments>
      <category>All;Development;IronPython;Other;Programming;Reviews;Silverlight</category>
    </item>
  </channel>
</rss>