<?xml version="1.0" encoding="UTF-8" ?>
<?xml-stylesheet type="text/xsl" href="http://community.sharpdevelop.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>SharpDevelop Community</title><link>http://community.sharpdevelop.net/forums/</link><description>All Posts</description><dc:language>en-US</dc:language><generator>CommunityServer 2007.1 SP2 (Build: 31113.47)</generator><item><title>Using FastZip to create a zip file but not include certain files</title><link>http://community.sharpdevelop.net/forums/thread/41420.aspx</link><pubDate>Thu, 17 May 2012 02:05:10 GMT</pubDate><guid isPermaLink="false">1b90d1c1-04e6-45b0-b51d-b665527d49b9:41420</guid><dc:creator>KyleG</dc:creator><slash:comments>0</slash:comments><comments>http://community.sharpdevelop.net/forums/thread/41420.aspx</comments><wfw:commentRss>http://community.sharpdevelop.net/forums/commentrss.aspx?SectionID=12&amp;PostID=41420</wfw:commentRss><description>&lt;p&gt;Hello,&lt;/p&gt;
&lt;p&gt;I&amp;#39;d like to use FastZip to create a zip file but only include certain files.&lt;/p&gt;
&lt;p&gt;&amp;nbsp;&lt;/p&gt;
&lt;p&gt;Looking at the examples you think you could just use the FastZipEvents class, but when I do&lt;/p&gt;
&lt;p&gt;&amp;nbsp;&lt;/p&gt;
&lt;p&gt;&amp;nbsp;&lt;/p&gt;
&lt;pre style="font-family:Consolas;font-size:13px;background-image:initial;background-attachment:initial;background-origin:initial;background-clip:initial;background-color:white;background-position:initial initial;background-repeat:initial initial;"&gt;&lt;span style="color:blue;"&gt;private&lt;/span&gt; &lt;span style="color:blue;"&gt;void&lt;/span&gt; ProcessFileMethod(&lt;span style="color:blue;"&gt;object&lt;/span&gt; sender, &lt;span style="color:#2b91af;"&gt;ScanEventArgs&lt;/span&gt; args)
        {
            &lt;span style="color:blue;"&gt;string&lt;/span&gt; filename = args.Name;
         
            &lt;span style="color:blue;"&gt;if&lt;/span&gt; (filename == dontIncludeThisFile)
                args.ContinueRunning = &lt;span style="color:blue;"&gt;false&lt;/span&gt;;
        }&lt;/pre&gt;
&lt;pre style="font-family:Consolas;font-size:13px;background-image:initial;background-attachment:initial;background-origin:initial;background-clip:initial;background-color:white;background-position:initial initial;background-repeat:initial initial;"&gt;&lt;/pre&gt;
&lt;pre style="font-family:Consolas;font-size:13px;background-image:initial;background-attachment:initial;background-origin:initial;background-clip:initial;background-color:white;background-position:initial initial;background-repeat:initial initial;"&gt;&lt;/pre&gt;
&lt;pre style="font-family:Consolas;font-size:13px;background-image:initial;background-attachment:initial;background-origin:initial;background-clip:initial;background-color:white;background-position:initial initial;background-repeat:initial initial;"&gt;&lt;/pre&gt;
&lt;pre style="font-family:Consolas;font-size:13px;background-image:initial;background-attachment:initial;background-origin:initial;background-clip:initial;background-color:white;background-position:initial initial;background-repeat:initial initial;"&gt;and it hits args.ContinueRunning = false, it will just stop all future file adds too. &lt;/pre&gt;
&lt;pre style="font-family:Consolas;font-size:13px;background-image:initial;background-attachment:initial;background-origin:initial;background-clip:initial;background-color:white;background-position:initial initial;background-repeat:initial initial;"&gt;Is there a way to do this file by file?  Choose not to include this one, but yet&lt;/pre&gt;
&lt;pre style="font-family:Consolas;font-size:13px;background-image:initial;background-attachment:initial;background-origin:initial;background-clip:initial;background-color:white;background-position:initial initial;background-repeat:initial initial;"&gt; include the following file?&lt;/pre&gt;
&lt;pre style="font-family:Consolas;font-size:13px;background-image:initial;background-attachment:initial;background-origin:initial;background-clip:initial;background-color:white;background-position:initial initial;background-repeat:initial initial;"&gt;&lt;/pre&gt;
&lt;pre style="font-family:Consolas;font-size:13px;background-image:initial;background-attachment:initial;background-origin:initial;background-clip:initial;background-color:white;background-position:initial initial;background-repeat:initial initial;"&gt;Thanks,&lt;/pre&gt;
&lt;pre style="font-family:Consolas;font-size:13px;background-image:initial;background-attachment:initial;background-origin:initial;background-clip:initial;background-color:white;background-position:initial initial;background-repeat:initial initial;"&gt;Kyle&lt;/pre&gt;
&lt;p&gt;&amp;nbsp;&lt;/p&gt;</description></item><item><title>I have installed .NET Compact 3.5 Framework, and am using #Develop 3.5 on start up I get error</title><link>http://community.sharpdevelop.net/forums/thread/41383.aspx</link><pubDate>Tue, 15 May 2012 16:28:31 GMT</pubDate><guid isPermaLink="false">1b90d1c1-04e6-45b0-b51d-b665527d49b9:41383</guid><dc:creator>plowguy1</dc:creator><slash:comments>2</slash:comments><comments>http://community.sharpdevelop.net/forums/thread/41383.aspx</comments><wfw:commentRss>http://community.sharpdevelop.net/forums/commentrss.aspx?SectionID=18&amp;PostID=41383</wfw:commentRss><description>&lt;p&gt;&amp;nbsp;&lt;/p&gt;
&lt;p&gt;&amp;nbsp;I have installed .NET Compact 3.5 Framework, and am using #Develop 3.5 on start up I get error:&lt;/p&gt;
&lt;p&gt;&amp;nbsp;&lt;/p&gt;
&lt;p&gt;&lt;span&gt;&lt;/span&gt;&amp;nbsp;&lt;/p&gt;
&lt;p&gt;&amp;quot;Error loading code-completion information for Microsoft.WindowsCE.Forms.dll from Microsoft.WindowsCE.Forms.dll:&lt;/p&gt;
&lt;p&gt;Could not find assembly file.&amp;quot;&lt;/p&gt;
&lt;p&gt;I rechecked Programs in control panel and .NET Framework Compact 3.5 is installed... &lt;/p&gt;
&lt;p&gt;What now coach? I saw a pst refering to 3.5 Compact Version does not install by itself....&amp;nbsp; I checked the&lt;/p&gt;
&lt;p&gt;C:\Program Files\Microsoft.NET\SDK\CompactFranework\3.5\WindowsCE.. there is a NETDVFV35.WCEx86.cab file in there..&lt;/p&gt;
&lt;p&gt;What do I need to do to get this installed to get my #Develop working again?&lt;/p&gt;
&lt;p&gt;HELP!! PLEASE!!!&lt;/p&gt;
&lt;p&gt;&amp;nbsp;&lt;/p&gt;
&lt;p&gt;&amp;nbsp;&lt;/p&gt;
&lt;p&gt;&amp;nbsp;&lt;/p&gt;
&lt;p&gt;&amp;nbsp;&lt;/p&gt;
&lt;p&gt;&amp;nbsp;&lt;/p&gt;
&lt;p&gt;&amp;nbsp;&lt;/p&gt;
&lt;p&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>AvalonEdit latest when setting color for a ruleset, the begin and end colors are ignored.</title><link>http://community.sharpdevelop.net/forums/thread/41418.aspx</link><pubDate>Wed, 16 May 2012 20:39:11 GMT</pubDate><guid isPermaLink="false">1b90d1c1-04e6-45b0-b51d-b665527d49b9:41418</guid><dc:creator>ursuletzu</dc:creator><slash:comments>0</slash:comments><comments>http://community.sharpdevelop.net/forums/thread/41418.aspx</comments><wfw:commentRss>http://community.sharpdevelop.net/forums/commentrss.aspx?SectionID=10&amp;PostID=41418</wfw:commentRss><description>&lt;p&gt;In following example {{ and }} in text should have background Red, yet the background White and not even &amp;nbsp;Yellow as the META ruleset ...&lt;/p&gt;
&lt;p&gt;Is this a bug or am I missing something?&lt;/p&gt;
&lt;p&gt;&amp;nbsp;&lt;/p&gt;
&lt;p&gt;
&lt;p&gt;&amp;lt;?xml version=&amp;quot;1.0&amp;quot;?&amp;gt;&lt;/p&gt;
&lt;p&gt;&amp;lt;!-- converted to AvalonEdit format by Siegfried Pammer in 2010 --&amp;gt;&lt;/p&gt;
&lt;p&gt;&amp;lt;SyntaxDefinition name=&amp;quot;META&amp;quot; extensions=&amp;quot;*.view&amp;quot; xmlns=&amp;quot;http://icsharpcode.net/sharpdevelop/syntaxdefinition/2008&amp;quot;&amp;gt;&lt;/p&gt;
&lt;p&gt;&lt;span style="white-space:pre;"&gt;	&lt;/span&gt;&amp;lt;Color name=&amp;quot;METAContent&amp;quot; background=&amp;quot;Yellow&amp;quot; fontWeight=&amp;quot;normal&amp;quot;/&amp;gt;&lt;/p&gt;
&lt;p&gt;&lt;span style="white-space:pre;"&gt;	&lt;/span&gt;&amp;lt;Color name=&amp;quot;METASectionStartEndTags&amp;quot; foreground=&amp;quot;Black&amp;quot; background=&amp;quot;Red&amp;quot; exampleText=&amp;quot;&amp;amp;lt;% System.Console.WriteLine(&amp;amp;quot;Hello World!&amp;amp;quot;); %&amp;amp;gt;&amp;quot; /&amp;gt;&lt;/p&gt;
&lt;p&gt;&lt;span style="white-space:pre;"&gt;	&lt;/span&gt;&amp;lt;Color name=&amp;quot;METASection&amp;quot; foreground=&amp;quot;Black&amp;quot; background=&amp;quot;#FFF7F2E3&amp;quot; exampleText=&amp;quot;&amp;amp;lt;% System.Console.WriteLine(&amp;amp;quot;Hello World!&amp;amp;quot;); %&amp;amp;gt;&amp;quot; /&amp;gt;&lt;/p&gt;
&lt;p&gt;&lt;span style="white-space:pre;"&gt;	&lt;/span&gt;&amp;lt;RuleSet ignoreCase=&amp;quot;true&amp;quot;&amp;gt;&lt;/p&gt;
&lt;p&gt;&lt;span style="white-space:pre;"&gt;		&lt;/span&gt;&amp;lt;Span ruleSet=&amp;quot;META&amp;quot; multiline=&amp;quot;true&amp;quot; color=&amp;quot;METAContent&amp;quot;&amp;gt;&lt;/p&gt;
&lt;p&gt;&lt;span style="white-space:pre;"&gt;			&lt;/span&gt;&amp;lt;Begin color=&amp;quot;METASectionStartEndTags&amp;quot;&amp;gt;\{\{&amp;lt;/Begin&amp;gt;&lt;/p&gt;
&lt;p&gt;&lt;span style="white-space:pre;"&gt;			&lt;/span&gt;&amp;lt;End color=&amp;quot;METASectionStartEndTags&amp;quot;&amp;gt;\}\}&amp;lt;/End&amp;gt;&lt;/p&gt;
&lt;p&gt;&lt;span style="white-space:pre;"&gt;		&lt;/span&gt;&amp;lt;/Span&amp;gt;&lt;/p&gt;
&lt;p&gt;&lt;span style="white-space:pre;"&gt;		&lt;/span&gt;&amp;lt;Import ruleSet=&amp;quot;HTML/&amp;quot; /&amp;gt;&lt;/p&gt;
&lt;p&gt;&lt;span style="white-space:pre;"&gt;	&lt;/span&gt;&amp;lt;/RuleSet&amp;gt;&lt;/p&gt;
&lt;p&gt;&lt;span style="white-space:pre;"&gt;	&lt;/span&gt;&amp;lt;RuleSet name=&amp;quot;META&amp;quot; &amp;gt;&lt;/p&gt;
&lt;p&gt;&lt;span style="white-space:pre;"&gt;		&lt;/span&gt;&amp;lt;Import ruleSet=&amp;quot;C#/&amp;quot; /&amp;gt;&lt;/p&gt;
&lt;p&gt;&lt;span style="white-space:pre;"&gt;	&lt;/span&gt;&amp;lt;/RuleSet&amp;gt;&lt;/p&gt;
&lt;p&gt;&amp;lt;/SyntaxDefinition&amp;gt;&lt;/p&gt;
&lt;p&gt;&amp;nbsp;&lt;/p&gt;
&lt;/p&gt;</description></item><item><title>Need some assistance with running from Usb.</title><link>http://community.sharpdevelop.net/forums/thread/41386.aspx</link><pubDate>Tue, 15 May 2012 20:14:17 GMT</pubDate><guid isPermaLink="false">1b90d1c1-04e6-45b0-b51d-b665527d49b9:41386</guid><dc:creator>psychonaut</dc:creator><slash:comments>5</slash:comments><comments>http://community.sharpdevelop.net/forums/thread/41386.aspx</comments><wfw:commentRss>http://community.sharpdevelop.net/forums/commentrss.aspx?SectionID=6&amp;PostID=41386</wfw:commentRss><description>&lt;p&gt;Ok, so i was able to succesfully install&amp;nbsp;sharpdev on a Usb , and was able to run it. But it makes files on my work computer which&amp;nbsp;im trying to avoid to keep the soups off&amp;nbsp;my back, I need help setting it up so it created and saves all project and files on the same usb drive that it runs from. I appreciate any assistance, and so far I am loving it, thanks so much!&amp;nbsp;&lt;/p&gt;</description></item><item><title>integrated NUnit in SharpDevelop 3.1 can not recognize new attributes.</title><link>http://community.sharpdevelop.net/forums/thread/28644.aspx</link><pubDate>Tue, 17 Nov 2009 06:20:01 GMT</pubDate><guid isPermaLink="false">1b90d1c1-04e6-45b0-b51d-b665527d49b9:28644</guid><dc:creator>yan</dc:creator><slash:comments>5</slash:comments><comments>http://community.sharpdevelop.net/forums/thread/28644.aspx</comments><wfw:commentRss>http://community.sharpdevelop.net/forums/commentrss.aspx?SectionID=19&amp;PostID=28644</wfw:commentRss><description>&lt;p&gt;For attributes: TestCase, Sequential,Combinatorial and TestCaseSource, the NUnit module can not display in the Unit Test Window.&lt;/p&gt;
&lt;p&gt;i attached one image.&lt;/p&gt;
&lt;p&gt;&amp;nbsp;&lt;img alt="Error" src="http://img13.tianya.cn/photo/2009/11/17/16046644_27541088.jpg" width="1150" height="597" /&gt;&lt;/p&gt;
&lt;p&gt;Although the four attibutes can not be displayed, but the test can be run from the Unit Test window.&lt;/p&gt;</description></item><item><title>Construction failed without any explanation of this error</title><link>http://community.sharpdevelop.net/forums/thread/41414.aspx</link><pubDate>Wed, 16 May 2012 17:18:44 GMT</pubDate><guid isPermaLink="false">1b90d1c1-04e6-45b0-b51d-b665527d49b9:41414</guid><dc:creator>Mapamboli</dc:creator><slash:comments>0</slash:comments><comments>http://community.sharpdevelop.net/forums/thread/41414.aspx</comments><wfw:commentRss>http://community.sharpdevelop.net/forums/commentrss.aspx?SectionID=19&amp;PostID=41414</wfw:commentRss><description>Hi,

Excuse me because i don&amp;#39;t speak English very well. 
I don&amp;#39;t know if i can call it a bug but every times when i try to compile one of my project it write in state bar : &amp;quot;construction failed. 1 error&amp;quot; but there is no error : i don&amp;#39;t see any error.

My question is what&amp;#39;s can be the type of this error which is not explain ?</description></item><item><title>Can I Re-Resolve an AST after I edited it?</title><link>http://community.sharpdevelop.net/forums/thread/41281.aspx</link><pubDate>Wed, 09 May 2012 15:41:24 GMT</pubDate><guid isPermaLink="false">1b90d1c1-04e6-45b0-b51d-b665527d49b9:41281</guid><dc:creator>amstaf</dc:creator><slash:comments>2</slash:comments><comments>http://community.sharpdevelop.net/forums/thread/41281.aspx</comments><wfw:commentRss>http://community.sharpdevelop.net/forums/commentrss.aspx?SectionID=19&amp;PostID=41281</wfw:commentRss><description>&lt;p&gt;Hi,&lt;/p&gt;
&lt;p&gt;I succuessfully parsed and resolved csharp source files using the latest version (9th may 2012) of NRefactory.&lt;/p&gt;
&lt;p&gt;After some custom analysi, I edited some of the AST nodes (I added attributes to methods declerations).&lt;/p&gt;
&lt;p&gt;Now I want to re-resolve it again.&amp;nbsp;Can i do just re-resolve &lt;b&gt;&lt;span style="text-decoration:underline;"&gt;without&lt;/span&gt;&lt;/b&gt; converting the altered ast to c# and doing the proccess of parsing and resolving from the beginning?&lt;/p&gt;
&lt;p&gt;When I tried it, it seems that it doesn&amp;#39;t work - the&amp;nbsp;ResolveResult.IsError == true after the second resolve&lt;/p&gt;</description></item><item><title>NRefactory usage question</title><link>http://community.sharpdevelop.net/forums/thread/41406.aspx</link><pubDate>Wed, 16 May 2012 07:07:39 GMT</pubDate><guid isPermaLink="false">1b90d1c1-04e6-45b0-b51d-b665527d49b9:41406</guid><dc:creator>zcrar70</dc:creator><slash:comments>2</slash:comments><comments>http://community.sharpdevelop.net/forums/thread/41406.aspx</comments><wfw:commentRss>http://community.sharpdevelop.net/forums/commentrss.aspx?SectionID=69&amp;PostID=41406</wfw:commentRss><description>&lt;p&gt;A quick question about using NRefactory - I hope that this is the right place to post.&lt;/p&gt;
&lt;p&gt;I&amp;#39;m using NRefactory to create a C#-to-Javascript compiler. So far so good, the parser works great and I&amp;#39;m making reasonable progress. One thing I&amp;#39;d like to do though is to make the parser &amp;#39;pluggable&amp;#39;, so it&amp;#39;ll be possible to override the handling of specific C# constructs to generate different JS. For instance, it may be possible for someone to change the format in which C# classes are emitted (there are several different ways of doing this in JS), or more specifically to override how different method calls are handled.&lt;/p&gt;
&lt;p&gt;For the latter example to work (i.e. to be able to identify which methods are being called, including the type of the variable the method is being called on), I need type information for all the variables in scope (block-level locals, method locals, fields and statics.) Is there an easy way to do this using NRefactory?&lt;/p&gt;
&lt;p&gt;Thanks (and apologies if this isn&amp;#39;t the right place to post this.)&lt;/p&gt;</description></item><item><title>Git Add</title><link>http://community.sharpdevelop.net/forums/thread/40094.aspx</link><pubDate>Wed, 18 Apr 2012 12:30:18 GMT</pubDate><guid isPermaLink="false">1b90d1c1-04e6-45b0-b51d-b665527d49b9:40094</guid><dc:creator>findel</dc:creator><slash:comments>2</slash:comments><comments>http://community.sharpdevelop.net/forums/thread/40094.aspx</comments><wfw:commentRss>http://community.sharpdevelop.net/forums/commentrss.aspx?SectionID=18&amp;PostID=40094</wfw:commentRss><description>&lt;p&gt;Hi Chaps,&lt;/p&gt;
&lt;p&gt;How do I turn off the default behaviour of `git add`-ing new files? &lt;/p&gt;
&lt;p&gt;I&amp;#39;m running&amp;nbsp;4.2.0.8649-Beta 2-c709b1f9. The `Subversion Options` don&amp;#39;t seem to have any baring on this behaviour, and I can&amp;#39;t find any `Git Options`.&amp;nbsp;&lt;/p&gt;
&lt;p&gt;I personnally don&amp;#39;t think that this should be the default behaviour when adding new files. `git add` is not synonimous with svn add.&amp;nbsp;&lt;/p&gt;
&lt;p&gt;I would like to choose for myself when to add files to git&amp;#39;s staging area.&amp;nbsp;&lt;/p&gt;
&lt;p&gt;Regards,&lt;/p&gt;
&lt;p&gt;Phil&lt;/p&gt;
&lt;p&gt;&amp;nbsp;&lt;/p&gt;</description></item><item><title>Exception on Closing Solution Properies</title><link>http://community.sharpdevelop.net/forums/thread/41408.aspx</link><pubDate>Wed, 16 May 2012 11:27:27 GMT</pubDate><guid isPermaLink="false">1b90d1c1-04e6-45b0-b51d-b665527d49b9:41408</guid><dc:creator>FrankBradley</dc:creator><slash:comments>0</slash:comments><comments>http://community.sharpdevelop.net/forums/thread/41408.aspx</comments><wfw:commentRss>http://community.sharpdevelop.net/forums/commentrss.aspx?SectionID=19&amp;PostID=41408</wfw:commentRss><description>&lt;p&gt;&lt;/p&gt;</description></item><item><title>how to create a backup for a project</title><link>http://community.sharpdevelop.net/forums/thread/41407.aspx</link><pubDate>Wed, 16 May 2012 08:38:59 GMT</pubDate><guid isPermaLink="false">1b90d1c1-04e6-45b0-b51d-b665527d49b9:41407</guid><dc:creator>sakuya_hana</dc:creator><slash:comments>0</slash:comments><comments>http://community.sharpdevelop.net/forums/thread/41407.aspx</comments><wfw:commentRss>http://community.sharpdevelop.net/forums/commentrss.aspx?SectionID=18&amp;PostID=41407</wfw:commentRss><description>&lt;p&gt;&lt;span style="color:#333333;font-family:arial, sans-serif;font-size:16px;background-color:#f5f5f5;" class="hps"&gt;I&amp;#39;m using&lt;/span&gt;&lt;span style="color:#333333;font-family:arial, sans-serif;font-size:16px;background-color:#f5f5f5;"&gt;&amp;nbsp;&lt;/span&gt;&lt;span style="color:#333333;font-family:arial, sans-serif;font-size:16px;background-color:#f5f5f5;" class="hps"&gt;SharpDevelop&lt;/span&gt;&lt;span style="color:#333333;font-family:arial, sans-serif;font-size:16px;background-color:#f5f5f5;"&gt;&amp;nbsp;&lt;/span&gt;&lt;span style="color:#333333;font-family:arial, sans-serif;font-size:16px;background-color:#f5f5f5;" class="hps"&gt;version&lt;/span&gt;&lt;span style="color:#333333;font-family:arial, sans-serif;font-size:16px;background-color:#f5f5f5;"&gt;&amp;nbsp;&lt;/span&gt;&lt;span style="color:#333333;font-family:arial, sans-serif;font-size:16px;background-color:#f5f5f5;" class="hps"&gt;4.2,&lt;/span&gt;&lt;span style="color:#333333;font-family:arial, sans-serif;font-size:16px;background-color:#f5f5f5;"&gt;&amp;nbsp;&lt;/span&gt;&lt;span style="color:#333333;font-family:arial, sans-serif;font-size:16px;background-color:#f5f5f5;" class="hps"&gt;how to&lt;/span&gt;&lt;span style="color:#333333;font-family:arial, sans-serif;font-size:16px;background-color:#f5f5f5;"&gt;&amp;nbsp;&lt;/span&gt;&lt;span style="color:#333333;font-family:arial, sans-serif;font-size:16px;background-color:#f5f5f5;" class="hps"&gt;make a backup&lt;/span&gt;&lt;span style="color:#333333;font-family:arial, sans-serif;font-size:16px;background-color:#f5f5f5;"&gt;&amp;nbsp;&lt;/span&gt;&lt;span style="color:#333333;font-family:arial, sans-serif;font-size:16px;background-color:#f5f5f5;" class="hps"&gt;of&lt;/span&gt;&lt;span style="color:#333333;font-family:arial, sans-serif;font-size:16px;background-color:#f5f5f5;"&gt;&amp;nbsp;&lt;/span&gt;&lt;span style="color:#333333;font-family:arial, sans-serif;font-size:16px;background-color:#f5f5f5;" class="hps"&gt;this&lt;/span&gt;&lt;span style="color:#333333;font-family:arial, sans-serif;font-size:16px;background-color:#f5f5f5;"&gt;&amp;nbsp;&lt;/span&gt;&lt;span style="color:#333333;font-family:arial, sans-serif;font-size:16px;background-color:#f5f5f5;" class="hps"&gt;project&lt;/span&gt;&lt;span style="color:#333333;font-family:arial, sans-serif;font-size:16px;background-color:#f5f5f5;"&gt;&amp;nbsp;&lt;/span&gt;&lt;span style="color:#333333;font-family:arial, sans-serif;font-size:16px;background-color:#f5f5f5;" class="hps"&gt;to&lt;/span&gt;&lt;span style="color:#333333;font-family:arial, sans-serif;font-size:16px;background-color:#f5f5f5;"&gt;&amp;nbsp;&lt;/span&gt;&lt;span style="color:#333333;font-family:arial, sans-serif;font-size:16px;background-color:#f5f5f5;" class="hps"&gt;the&lt;/span&gt;&lt;span style="color:#333333;font-family:arial, sans-serif;font-size:16px;background-color:#f5f5f5;"&gt;&amp;nbsp;&lt;/span&gt;&lt;span style="color:#333333;font-family:arial, sans-serif;font-size:16px;background-color:#f5f5f5;" class="hps"&gt;older&lt;/span&gt;&lt;span style="color:#333333;font-family:arial, sans-serif;font-size:16px;background-color:#f5f5f5;"&gt;&lt;/span&gt;&lt;span style="color:#333333;font-family:arial, sans-serif;font-size:16px;background-color:#f5f5f5;" class="hps"&gt;version&lt;/span&gt;&lt;span style="color:#333333;font-family:arial, sans-serif;font-size:16px;background-color:#f5f5f5;"&gt;&amp;nbsp;&lt;/span&gt;&lt;span style="color:#333333;font-family:arial, sans-serif;font-size:16px;background-color:#f5f5f5;" class="hps"&gt;can be opened&lt;/span&gt;
&lt;/p&gt;</description></item><item><title>Error when I debug</title><link>http://community.sharpdevelop.net/forums/thread/40243.aspx</link><pubDate>Mon, 07 May 2012 11:18:26 GMT</pubDate><guid isPermaLink="false">1b90d1c1-04e6-45b0-b51d-b665527d49b9:40243</guid><dc:creator>rguerrero</dc:creator><slash:comments>8</slash:comments><comments>http://community.sharpdevelop.net/forums/thread/40243.aspx</comments><wfw:commentRss>http://community.sharpdevelop.net/forums/commentrss.aspx?SectionID=19&amp;PostID=40243</wfw:commentRss><description>&lt;p&gt;SharpDevelop Version : 4.2.0.8787-039f366c&lt;br /&gt;.NET Version&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; : 4.0.30319.239&lt;br /&gt;OS Version&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; : Microsoft Windows NT 5.2.3790 Service Pack 2&lt;br /&gt;Current culture&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; : Spanish (Chile) (es-CL)&lt;br /&gt;Current UI language&amp;nbsp; : en&lt;br /&gt;Working Set Memory&amp;nbsp;&amp;nbsp; : 217884kb&lt;br /&gt;GC Heap Memory&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; : 65064kb&lt;br /&gt;&lt;br /&gt;Unhandled WPF exception&lt;br /&gt;Exception thrown:&lt;br /&gt;System.Exception: Exception of type &amp;#39;System.Exception&amp;#39; was thrown.&lt;br /&gt;&amp;nbsp;&amp;nbsp; at ICSharpCode.AvalonEdit.Editing.ImeNativeWrapper.GetCharacterBounds(TextView textView, TextViewPosition pos, HwndSource source)&lt;br /&gt;&amp;nbsp;&amp;nbsp; at ICSharpCode.AvalonEdit.Editing.ImeNativeWrapper.SetCompositionWindow(HwndSource source, IntPtr hIMC, TextArea textArea)&lt;br /&gt;&amp;nbsp;&amp;nbsp; at ICSharpCode.AvalonEdit.Editing.ImeSupport.UpdateCompositionWindow()&lt;br /&gt;&amp;nbsp;&amp;nbsp; at ICSharpCode.AvalonEdit.Editing.Caret.ShowInternal()&lt;br /&gt;&amp;nbsp;&amp;nbsp; at System.Windows.Threading.ExceptionWrapper.InternalRealCall(Delegate callback, Object args, Int32 numArgs)&lt;br /&gt;&amp;nbsp;&amp;nbsp; at MS.Internal.Threading.ExceptionFilterHelper.TryCatchWhen(Object source, Delegate method, Object args, Int32 numArgs, Delegate catchHandler)&lt;br /&gt;&lt;br /&gt;---- Recent log messages:&lt;br /&gt;07:14:05.277 [1] DEBUG - Debugger: Thread 1736 exited&lt;br /&gt;07:14:05.277 [1] DEBUG - Debugger: Process has queued callbacks&lt;br /&gt;07:14:05.277 [1] DEBUG - Debugger: Callback: ExitThread 4592&lt;br /&gt;07:14:05.277 [1] DEBUG - Debugger: Thread 4592 exited&lt;br /&gt;07:14:07.949 [1] DEBUG - Debugger: Callback: ExitThread 5372&lt;br /&gt;07:14:07.949 [1] DEBUG - Debugger: Thread 5372 exited&lt;br /&gt;07:14:24.417 [1] DEBUG - Application activated!&lt;br /&gt;07:14:26.574 [1] DEBUG - Application deactivated!&lt;br /&gt;07:14:28.167 [1] DEBUG - Debugger: Callback: Breakpoint&lt;br /&gt;07:14:28.183 [1] DEBUG - Break&amp;nbsp; &lt;br /&gt;07:14:28.183 [1] DEBUG - Debugger: Debugger event: OnPaused()&lt;br /&gt;07:14:28.183 [1] INFO - Jump to current line - start&lt;br /&gt;07:14:28.183 [1] DEBUG - Application activated!&lt;br /&gt;07:14:28.183 [1] INFO - Open file **************&lt;br /&gt;07:14:28.183 [1] DEBUG - ActiveContentChanged to [AvalonEditViewContent *********************]&lt;br /&gt;07:14:28.183 [1] DEBUG - ActiveWorkbenchWindowChanged to [AvalonWorkbenchWindow: *****************]&lt;br /&gt;07:14:28.183 [1] INFO - CurrentProject changed to enex.web.corporativo.Web.Razor&lt;br /&gt;07:14:28.183 [1] DEBUG - NavigationService&lt;br /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; ActiveViewContent: AdminController.cs&lt;br /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; Subview: ${res:FormsDesigner.DesignTabPages.SourceTabPage}&lt;br /&gt;07:14:28.183 [1] DEBUG - ActiveViewContentChanged to [AvalonEditViewContent ********************************]&lt;br /&gt;07:14:28.183 [1] INFO - Jump to current line - end (6 ms)&lt;br /&gt;07:14:28.183 [1] INFO - Watch Pad refresh - start&lt;br /&gt;07:14:28.183 [1] INFO - Watch Pad refresh - end (0 ms)&lt;br /&gt;07:14:31.589 [1] DEBUG - Activated feature &amp;#39;ICSharpCode.SharpDevelop.Project.Commands.ContinueDebuggingCommand&amp;#39;, activation=Toolbar&lt;br /&gt;07:14:31.589 [1] INFO - Debugger Command: Continue&lt;br /&gt;07:14:31.605 [1] DEBUG - Debugger: Debugger event: OnResumed()&lt;br /&gt;&lt;br /&gt;---- Post-error application state information:&lt;br /&gt;Installed 3rd party AddIns: &lt;br /&gt;Workbench.ActiveContent: [AvalonEditViewContent *******]&lt;br /&gt;ProjectService.OpenSolution: [Solution: FileName=*********, HasProjects=True, ReadOnly=False]&lt;br /&gt;ProjectService.CurrentProject: [CSharpProject: ********]&lt;br /&gt;&lt;/p&gt;</description></item><item><title>TableLayout Changes Size When Moving Between Code and Design View</title><link>http://community.sharpdevelop.net/forums/thread/35347.aspx</link><pubDate>Mon, 11 Apr 2011 14:15:02 GMT</pubDate><guid isPermaLink="false">1b90d1c1-04e6-45b0-b51d-b665527d49b9:35347</guid><dc:creator>Tilly</dc:creator><slash:comments>15</slash:comments><comments>http://community.sharpdevelop.net/forums/thread/35347.aspx</comments><wfw:commentRss>http://community.sharpdevelop.net/forums/commentrss.aspx?SectionID=19&amp;PostID=35347</wfw:commentRss><description>&lt;p&gt;Hi,&lt;/p&gt;
&lt;p&gt;I&amp;#39;m using SD Version:4.0.0 Build: 7070&lt;/p&gt;
&lt;p&gt;.net version 3.x and 4.x (Not tried with anything below)&lt;/p&gt;
&lt;p&gt;I&amp;#39;ve had this problem when I was using SD 3.x previously as well.&lt;/p&gt;
&lt;p&gt;When create a tablelayout and have 1 row as fixed and the other as autosize (Or percentage) then when I flip between code view and design view the fixed size row will just keeps getting smaller and smaller for no reason at all.&lt;/p&gt;
&lt;p&gt;I&amp;#39;ve seen a few other people with this issue but I&amp;#39;ve not seen a solution yet.&lt;/p&gt;
&lt;p&gt;I think this also happens not just with tablelayout but pretty much any kind of form design I do. It&amp;#39;s very frustrating having to keep going in and changing things because they automatically change size for no reason.&lt;/p&gt;
&lt;p&gt;Can anyone spread any light on this at all?&lt;/p&gt;
&lt;p&gt;Thanks&lt;/p&gt;</description></item><item><title>"Cannot call StartAt when content generation is in progress" opening .srd file</title><link>http://community.sharpdevelop.net/forums/thread/40123.aspx</link><pubDate>Mon, 23 Apr 2012 05:08:45 GMT</pubDate><guid isPermaLink="false">1b90d1c1-04e6-45b0-b51d-b665527d49b9:40123</guid><dc:creator>Blue Ninja</dc:creator><slash:comments>7</slash:comments><comments>http://community.sharpdevelop.net/forums/thread/40123.aspx</comments><wfw:commentRss>http://community.sharpdevelop.net/forums/commentrss.aspx?SectionID=19&amp;PostID=40123</wfw:commentRss><description>&lt;p&gt;I&amp;#39;m able to add a new SharpDevelop Reports .srd file to the project, view the designer, and make changes. But subsequent attempts to open the .srd file result in the following excpetion:&lt;/p&gt;
&lt;p&gt;SharpDevelop Version : 4.2.0.8774-RC-78ca36ef&lt;br /&gt;.NET Version&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; : 4.0.30319.261&lt;br /&gt;OS Version&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; : Microsoft Windows NT 6.1.7601 Service Pack 1&lt;br /&gt;Current culture&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; : English (United States) (en-US)&lt;br /&gt;Running under WOW6432, processor architecture: x86-64&lt;br /&gt;Working Set Memory&amp;nbsp;&amp;nbsp; : 154036kb&lt;br /&gt;GC Heap Memory&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; : 42813kb&lt;br /&gt;&lt;br /&gt;Unhandled WPF exception&lt;br /&gt;Exception thrown:&lt;br /&gt;System.InvalidOperationException: Cannot call StartAt when content generation is in progress.&lt;br /&gt;&amp;nbsp;&amp;nbsp; at System.Windows.Controls.ItemContainerGenerator.System.Windows.Controls.Primitives.IItemContainerGenerator.StartAt(GeneratorPosition position, GeneratorDirection direction, Boolean allowStartAtRealizedItem)&lt;br /&gt;&amp;nbsp;&amp;nbsp; at System.Windows.Controls.ItemContainerGenerator.System.Windows.Controls.Primitives.IItemContainerGenerator.StartAt(GeneratorPosition position, GeneratorDirection direction)&lt;br /&gt;&amp;nbsp;&amp;nbsp; at System.Windows.Controls.Panel.AddChildren(GeneratorPosition pos, Int32 itemCount)&lt;br /&gt;&amp;nbsp;&amp;nbsp; at System.Windows.Controls.Panel.OnItemsChangedInternal(Object sender, ItemsChangedEventArgs args)&lt;br /&gt;&amp;nbsp;&amp;nbsp; at System.Windows.Controls.Panel.OnItemsChanged(Object sender, ItemsChangedEventArgs args)&lt;br /&gt;&amp;nbsp;&amp;nbsp; at System.Windows.Controls.ItemContainerGenerator.OnItemAdded(Object item, Int32 index)&lt;br /&gt;&amp;nbsp;&amp;nbsp; at System.Windows.Controls.ItemContainerGenerator.OnCollectionChanged(Object sender, NotifyCollectionChangedEventArgs args)&lt;br /&gt;&amp;nbsp;&amp;nbsp; at System.Windows.Controls.ItemContainerGenerator.System.Windows.IWeakEventListener.ReceiveWeakEvent(Type managerType, Object sender, EventArgs e)&lt;br /&gt;&amp;nbsp;&amp;nbsp; at System.Windows.WeakEventManager.DeliverEventToList(Object sender, EventArgs args, ListenerList list)&lt;br /&gt;&amp;nbsp;&amp;nbsp; at System.Windows.WeakEventManager.DeliverEvent(Object sender, EventArgs args)&lt;br /&gt;&amp;nbsp;&amp;nbsp; at System.Collections.Specialized.CollectionChangedEventManager.OnCollectionChanged(Object sender, NotifyCollectionChangedEventArgs args)&lt;br /&gt;&amp;nbsp;&amp;nbsp; at System.Collections.Specialized.NotifyCollectionChangedEventHandler.Invoke(Object sender, NotifyCollectionChangedEventArgs e)&lt;br /&gt;&amp;nbsp;&amp;nbsp; at System.Windows.Data.CollectionView.OnCollectionChanged(NotifyCollectionChangedEventArgs args)&lt;br /&gt;&amp;nbsp;&amp;nbsp; at System.Windows.Controls.ItemCollection.System.Windows.IWeakEventListener.ReceiveWeakEvent(Type managerType, Object sender, EventArgs e)&lt;br /&gt;&amp;nbsp;&amp;nbsp; at System.Windows.WeakEventManager.DeliverEventToList(Object sender, EventArgs args, ListenerList list)&lt;br /&gt;&amp;nbsp;&amp;nbsp; at System.Windows.WeakEventManager.DeliverEvent(Object sender, EventArgs args)&lt;br /&gt;&amp;nbsp;&amp;nbsp; at System.Collections.Specialized.CollectionChangedEventManager.OnCollectionChanged(Object sender, NotifyCollectionChangedEventArgs args)&lt;br /&gt;&amp;nbsp;&amp;nbsp; at System.Windows.Data.CollectionView.OnCollectionChanged(NotifyCollectionChangedEventArgs args)&lt;br /&gt;&amp;nbsp;&amp;nbsp; at MS.Internal.Controls.InnerItemCollectionView.Insert(Int32 index, Object item)&lt;br /&gt;&amp;nbsp;&amp;nbsp; at System.Windows.Controls.ItemCollection.Insert(Int32 insertIndex, Object insertItem)&lt;br /&gt;&amp;nbsp;&amp;nbsp; at ICSharpCode.SharpDevelop.Gui.AvalonWorkbenchWindow.ViewContentCollection.InsertItem(Int32 index, IViewContent item)&lt;br /&gt;&amp;nbsp;&amp;nbsp; at System.Collections.ObjectModel.Collection`1.Add(T item)&lt;br /&gt;&amp;nbsp;&amp;nbsp; at ICSharpCode.SharpDevelop.Gui.AbstractViewContent.SecondaryViewContentCollection.Add(IViewContent item)&lt;br /&gt;&amp;nbsp;&amp;nbsp; at ICSharpCode.Reports.Addin.ReportDesignerView.SetupSecondaryView()&lt;br /&gt;&amp;nbsp;&amp;nbsp; at ICSharpCode.Reports.Addin.ReportDesignerView.Load(OpenedFile file, Stream stream)&lt;br /&gt;&amp;nbsp;&amp;nbsp; at ICSharpCode.SharpDevelop.OpenedFile.SwitchedToView(IViewContent newView)&lt;br /&gt;&amp;nbsp;&amp;nbsp; at ICSharpCode.SharpDevelop.FileServiceOpenedFile.WorkbenchActiveViewContentChanged(Object sender, EventArgs e)&lt;br /&gt;&amp;nbsp;&amp;nbsp; at System.EventHandler.Invoke(Object sender, EventArgs e)&lt;br /&gt;&amp;nbsp;&amp;nbsp; at ICSharpCode.SharpDevelop.Gui.WpfWorkbench.set_ActiveViewContent(IViewContent value)&lt;br /&gt;&amp;nbsp;&amp;nbsp; at ICSharpCode.SharpDevelop.Gui.WpfWorkbench.WorkbenchWindowActiveViewContentChanged(Object sender, EventArgs e)&lt;br /&gt;&amp;nbsp;&amp;nbsp; at ICSharpCode.SharpDevelop.Gui.AvalonWorkbenchWindow.UpdateActiveViewContent()&lt;br /&gt;&amp;nbsp;&amp;nbsp; at ICSharpCode.SharpDevelop.Gui.AvalonWorkbenchWindow.&amp;lt;CreateViewTabControl&amp;gt;b__d(Object param0, SelectionChangedEventArgs param1)&lt;br /&gt;&amp;nbsp;&amp;nbsp; at System.Windows.Controls.SelectionChangedEventArgs.InvokeEventHandler(Delegate genericHandler, Object genericTarget)&lt;br /&gt;&amp;nbsp;&amp;nbsp; at System.Windows.RoutedEventArgs.InvokeHandler(Delegate handler, Object target)&lt;br /&gt;&amp;nbsp;&amp;nbsp; at System.Windows.RoutedEventHandlerInfo.InvokeHandler(Object target, RoutedEventArgs routedEventArgs)&lt;br /&gt;&amp;nbsp;&amp;nbsp; at System.Windows.EventRoute.InvokeHandlersImpl(Object source, RoutedEventArgs args, Boolean reRaised)&lt;br /&gt;&amp;nbsp;&amp;nbsp; at System.Windows.UIElement.RaiseEventImpl(DependencyObject sender, RoutedEventArgs args)&lt;br /&gt;&amp;nbsp;&amp;nbsp; at System.Windows.UIElement.RaiseEvent(RoutedEventArgs e)&lt;br /&gt;&amp;nbsp;&amp;nbsp; at System.Windows.Controls.TabControl.OnSelectionChanged(SelectionChangedEventArgs e)&lt;br /&gt;&amp;nbsp;&amp;nbsp; at System.Windows.Controls.Primitives.Selector.InvokeSelectionChanged(List`1 unselectedItems, List`1 selectedItems)&lt;br /&gt;&amp;nbsp;&amp;nbsp; at System.Windows.Controls.Primitives.Selector.SelectionChanger.End()&lt;br /&gt;&amp;nbsp;&amp;nbsp; at System.Windows.Controls.Primitives.Selector.SelectionChanger.SelectJustThisItem(Object item, Boolean assumeInItemsCollection)&lt;br /&gt;&amp;nbsp;&amp;nbsp; at System.Windows.Controls.Primitives.Selector.OnSelectedIndexChanged(DependencyObject d, DependencyPropertyChangedEventArgs e)&lt;br /&gt;&amp;nbsp;&amp;nbsp; at System.Windows.DependencyObject.OnPropertyChanged(DependencyPropertyChangedEventArgs e)&lt;br /&gt;&amp;nbsp;&amp;nbsp; at System.Windows.FrameworkElement.OnPropertyChanged(DependencyPropertyChangedEventArgs e)&lt;br /&gt;&amp;nbsp;&amp;nbsp; at System.Windows.DependencyObject.NotifyPropertyChange(DependencyPropertyChangedEventArgs args)&lt;br /&gt;&amp;nbsp;&amp;nbsp; at System.Windows.DependencyObject.UpdateEffectiveValue(EntryIndex entryIndex, DependencyProperty dp, PropertyMetadata metadata, EffectiveValueEntry oldEntry, EffectiveValueEntry&amp;amp; newEntry, Boolean coerceWithDeferredReference, Boolean coerceWithCurrentValue, OperationType operationType)&lt;br /&gt;&amp;nbsp;&amp;nbsp; at System.Windows.DependencyObject.SetValueCommon(DependencyProperty dp, Object value, PropertyMetadata metadata, Boolean coerceWithDeferredReference, Boolean coerceWithCurrentValue, OperationType operationType, Boolean isInternal)&lt;br /&gt;&amp;nbsp;&amp;nbsp; at System.Windows.DependencyObject.SetCurrentValueInternal(DependencyProperty dp, Object value)&lt;br /&gt;&amp;nbsp;&amp;nbsp; at System.Windows.Controls.TabControl.OnGeneratorStatusChanged(Object sender, EventArgs e)&lt;br /&gt;&amp;nbsp;&amp;nbsp; at System.EventHandler.Invoke(Object sender, EventArgs e)&lt;br /&gt;&amp;nbsp;&amp;nbsp; at System.Windows.Controls.ItemContainerGenerator.SetStatus(GeneratorStatus value)&lt;br /&gt;&amp;nbsp;&amp;nbsp; at System.Windows.Controls.ItemContainerGenerator.Generator.System.IDisposable.Dispose()&lt;br /&gt;&amp;nbsp;&amp;nbsp; at System.Windows.Controls.Panel.GenerateChildren()&lt;br /&gt;&amp;nbsp;&amp;nbsp; at System.Windows.Controls.Panel.EnsureGenerator()&lt;br /&gt;&amp;nbsp;&amp;nbsp; at System.Windows.Controls.Panel.get_InternalChildren()&lt;br /&gt;&amp;nbsp;&amp;nbsp; at System.Windows.Controls.Primitives.TabPanel.MeasureOverride(Size constraint)&lt;br /&gt;&amp;nbsp;&amp;nbsp; at System.Windows.FrameworkElement.MeasureCore(Size availableSize)&lt;br /&gt;&amp;nbsp;&amp;nbsp; at System.Windows.UIElement.Measure(Size availableSize)&lt;br /&gt;&amp;nbsp;&amp;nbsp; at System.Windows.Controls.Grid.MeasureCell(Int32 cell, Boolean forceInfinityV)&lt;br /&gt;&amp;nbsp;&amp;nbsp; at System.Windows.Controls.Grid.MeasureCellsGroup(Int32 cellsHead, Size referenceSize, Boolean ignoreDesiredSizeU, Boolean forceInfinityV)&lt;br /&gt;&amp;nbsp;&amp;nbsp; at System.Windows.Controls.Grid.MeasureOverride(Size constraint)&lt;br /&gt;&amp;nbsp;&amp;nbsp; at System.Windows.FrameworkElement.MeasureCore(Size availableSize)&lt;br /&gt;&amp;nbsp;&amp;nbsp; at System.Windows.UIElement.Measure(Size availableSize)&lt;br /&gt;&amp;nbsp;&amp;nbsp; at System.Windows.Controls.Control.MeasureOverride(Size constraint)&lt;br /&gt;&amp;nbsp;&amp;nbsp; at System.Windows.FrameworkElement.MeasureCore(Size availableSize)&lt;br /&gt;&amp;nbsp;&amp;nbsp; at System.Windows.UIElement.Measure(Size availableSize)&lt;br /&gt;&amp;nbsp;&amp;nbsp; at MS.Internal.Helper.MeasureElementWithSingleChild(UIElement element, Size constraint)&lt;br /&gt;&amp;nbsp;&amp;nbsp; at System.Windows.Controls.ContentPresenter.MeasureOverride(Size constraint)&lt;br /&gt;&amp;nbsp;&amp;nbsp; at System.Windows.FrameworkElement.MeasureCore(Size availableSize)&lt;br /&gt;&amp;nbsp;&amp;nbsp; at System.Windows.UIElement.Measure(Size availableSize)&lt;br /&gt;&amp;nbsp;&amp;nbsp; at System.Windows.ContextLayoutManager.UpdateLayout()&lt;br /&gt;&amp;nbsp;&amp;nbsp; at System.Windows.ContextLayoutManager.UpdateLayoutCallback(Object arg)&lt;br /&gt;&amp;nbsp;&amp;nbsp; at System.Windows.Media.MediaContext.InvokeOnRenderCallback.DoWork()&lt;br /&gt;&amp;nbsp;&amp;nbsp; at System.Windows.Media.MediaContext.FireInvokeOnRenderCallbacks()&lt;br /&gt;&amp;nbsp;&amp;nbsp; at System.Windows.Media.MediaContext.RenderMessageHandlerCore(Object resizedCompositionTarget)&lt;br /&gt;&amp;nbsp;&amp;nbsp; at System.Windows.Media.MediaContext.RenderMessageHandler(Object resizedCompositionTarget)&lt;br /&gt;&amp;nbsp;&amp;nbsp; at System.Windows.Threading.ExceptionWrapper.InternalRealCall(Delegate callback, Object args, Int32 numArgs)&lt;br /&gt;&amp;nbsp;&amp;nbsp; at MS.Internal.Threading.ExceptionFilterHelper.TryCatchWhen(Object source, Delegate method, Object args, Int32 numArgs, Delegate catchHandler)&lt;br /&gt;&lt;br /&gt;---- Recent log messages:&lt;br /&gt;01:03:58.072 [1] DEBUG - ParseInformationUpdated C:\Blue Ninja Software\Code\Retail-OTS\DragonflyCompanyManager\src\DragonflyCompanyManager\Forms\Main\AboutForm.vb new!=null:True&lt;br /&gt;01:03:58.083 [1] DEBUG - ParseInformationUpdated C:\Blue Ninja Software\Code\Retail-OTS\DragonflyCompanyManager\src\DragonflyCompanyManager\Forms\Main\CompanySettingsForm.Designer.vb new!=null:True&lt;br /&gt;01:03:58.087 [8] DEBUG - Adding existing class CompanySettingsForm from CompanySettingsForm.vb&lt;br /&gt;01:03:58.087 [8] DEBUG - Creating compound for DragonflyCompanyManager.CompanySettingsForm&lt;br /&gt;01:03:58.092 [1] DEBUG - ParseInformationUpdated C:\Blue Ninja Software\Code\Retail-OTS\DragonflyCompanyManager\src\DragonflyCompanyManager\Forms\Main\CompanySettingsForm.vb new!=null:True&lt;br /&gt;01:03:58.114 [1] DEBUG - NavigationService -- resume logging&lt;br /&gt;01:03:58.130 [6] DEBUG - Git: OverlayIconManager Thread finished&lt;br /&gt;01:03:58.172 [5] DEBUG - SVN: OverlayIconManager Thread finished&lt;br /&gt;01:04:55.088 [1] DEBUG - ActiveContentChanged to ICSharpCode.SharpDevelop.Project.ProjectBrowserPad&lt;br /&gt;01:05:43.288 [1] INFO - Open file C:\Blue Ninja Software\Code\Retail-OTS\DragonflyCompanyManager\src\DragonflyCompanyManager\Reports\PayrollSummaryReport.srd&lt;br /&gt;01:05:43.288 [1] INFO - Loading addin SharpDevelopReports&lt;br /&gt;01:05:43.288 [1] INFO - Loading addin Data Addin&lt;br /&gt;01:05:43.298 [1] DEBUG - Creating standard workflow sidetab&lt;br /&gt;01:05:43.364 [1] DEBUG - ActiveContentChanged to &lt;br /&gt;01:05:43.364 [1] DEBUG - ActiveWorkbenchWindowChanged to [AvalonWorkbenchWindow: PayrollSummaryReport.srd]&lt;br /&gt;01:05:43.364 [1] DEBUG - ActiveViewContentChanged to &lt;br /&gt;01:05:43.373 [1] DEBUG - NavigationService&lt;br /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; ActiveViewContent: PayrollSummaryReport.srd&lt;br /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; Subview: Design&lt;br /&gt;01:05:43.373 [1] DEBUG - ActiveViewContentChanged to ICSharpCode.Reports.Addin.ReportDesignerView&lt;br /&gt;01:05:43.374 [1] DEBUG - ReportDesigner: Load from: C:\Blue Ninja Software\Code\Retail-OTS\DragonflyCompanyManager\src\DragonflyCompanyManager\Reports\PayrollSummaryReport.srd&lt;br /&gt;01:05:43.380 [1] INFO - Form Designer: BEGIN INITIALIZE&lt;br /&gt;01:05:43.383 [1] DEBUG - Forms designer: DesignerLoader loading...&lt;br /&gt;01:05:43.623 [1] DEBUG - Report designer: DesignerLoader loaded, HasSucceeded=True&lt;br /&gt;01:05:43.639 [1] DEBUG - Creating pad ICSharpCode.Reports.Addin.ReportExplorerPad...&lt;br /&gt;01:05:43.656 [1] DEBUG - FormsDesigner loaded, setting ActiveDesignSurface to System.ComponentModel.Design.DesignSurface&lt;br /&gt;01:05:43.666 [1] INFO - Form Designer: END INITIALIZE&lt;br /&gt;&lt;br /&gt;---- Post-error application state information:&lt;br /&gt;Installed 3rd party AddIns: &lt;br /&gt;Workbench.ActiveContent: &amp;lt;null&amp;gt;&lt;br /&gt;ProjectService.OpenSolution: [Solution: FileName=C:\Blue Ninja Software\Code\Retail-OTS\DragonflyCompanyManager\src\DragonflyCompanyManager.sln, HasProjects=True, ReadOnly=False]&lt;br /&gt;ProjectService.CurrentProject: [VBNetProject: DragonflyCompanyManager]&lt;br /&gt;&lt;/p&gt;</description></item><item><title>Incorrect editor for Unicode Big Endian and Unicode Little Endian encoded text files</title><link>http://community.sharpdevelop.net/forums/thread/39925.aspx</link><pubDate>Sat, 31 Mar 2012 14:07:43 GMT</pubDate><guid isPermaLink="false">1b90d1c1-04e6-45b0-b51d-b665527d49b9:39925</guid><dc:creator>neooleg</dc:creator><slash:comments>6</slash:comments><comments>http://community.sharpdevelop.net/forums/thread/39925.aspx</comments><wfw:commentRss>http://community.sharpdevelop.net/forums/commentrss.aspx?SectionID=19&amp;PostID=39925</wfw:commentRss><description>&lt;p&gt;&amp;nbsp;&lt;/p&gt;
&lt;p class="MsoNormal"&gt;&lt;span&gt;Hello
SharpDevelop Team!&lt;/span&gt;&lt;/p&gt;
&lt;p class="MsoNormal"&gt;&amp;nbsp;&lt;/p&gt;
&lt;p class="MsoNormal"&gt;&lt;span&gt;SharpDevelop
incorrect open text files (use HexEditor instead of text editor) in Unicode Big Endian and Unicode Little Endian
encodings.&lt;/span&gt;&lt;/p&gt;
&lt;p class="MsoNormal"&gt;&lt;span&gt;STR:&lt;/span&gt;&lt;/p&gt;
&lt;p class="MsoListParagraphCxSpFirst" style="text-indent:-18.0pt;mso-list:l0 level1 lfo1;"&gt;&lt;span&gt;1.&lt;span style="font-family:&amp;#39;Times New Roman&amp;#39;;font-size:7pt;"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;/span&gt;&lt;/span&gt;&lt;span&gt;Create any text file in Unicode Big
Endian encoding for example in Notepad++:&lt;/span&gt;&lt;/p&gt;
&lt;p class="MsoListParagraphCxSpMiddle" style="margin-left:72.0pt;mso-add-space:auto;text-indent:-18.0pt;mso-list:l0 level2 lfo1;"&gt;&lt;span&gt;a.&lt;span style="font-family:&amp;#39;Times New Roman&amp;#39;;font-size:7pt;"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;/span&gt;&lt;/span&gt;&lt;span&gt;File -&amp;gt; New&lt;/span&gt;&lt;/p&gt;
&lt;p class="MsoListParagraphCxSpMiddle" style="margin-left:72.0pt;mso-add-space:auto;text-indent:-18.0pt;mso-list:l0 level2 lfo1;"&gt;&lt;span&gt;b.&lt;span style="font-family:&amp;#39;Times New Roman&amp;#39;;font-size:7pt;"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;/span&gt;&lt;/span&gt;&lt;span&gt;Encoding -&amp;gt; Convert to UCS-2 Big
Endian&lt;/span&gt;&lt;/p&gt;
&lt;p class="MsoListParagraphCxSpMiddle" style="margin-left:72.0pt;mso-add-space:auto;text-indent:-18.0pt;mso-list:l0 level2 lfo1;"&gt;&lt;span&gt;c.&lt;span style="font-family:&amp;#39;Times New Roman&amp;#39;;font-size:7pt;"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;/span&gt;&lt;/span&gt;&lt;span&gt;File -&amp;gt; Save&lt;/span&gt;&lt;/p&gt;
&lt;p class="MsoListParagraphCxSpLast" style="text-indent:-18.0pt;mso-list:l0 level1 lfo1;"&gt;&lt;span&gt;2.&lt;span style="font-family:&amp;#39;Times New Roman&amp;#39;;font-size:7pt;"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;/span&gt;&lt;/span&gt;&lt;span&gt;Open just created file in
SharpDevelop&lt;/span&gt;&lt;/p&gt;
&lt;p class="MsoNormal"&gt;&lt;span&gt;AR: Instead
of text editor user see HexEditor for text file&lt;/span&gt;&lt;/p&gt;
&lt;p class="MsoNormal"&gt;&lt;span&gt;ER: Text Unicode
files SharpDevelop should display in text editor&lt;/span&gt;&lt;/p&gt;
&lt;p class="MsoNormal"&gt;&lt;span&gt;&amp;nbsp;&lt;/span&gt;&lt;/p&gt;
&lt;p class="MsoNormal"&gt;&lt;span&gt;I had investigated
and fix this problem. You can see additional information below.&lt;/span&gt;&lt;/p&gt;
&lt;p class="MsoNormal"&gt;&lt;span&gt;Problem
source: FindMimeFromData() - Internet Explorer API function which use for &lt;/span&gt;&lt;span style="font-size:10.5pt;line-height:115%;font-family:&amp;#39;Segoe UI&amp;#39;, sans-serif;"&gt;determines the MIME type&lt;/span&gt; of data
part retrieve incorrect (application/octet-stream) MIME type for &lt;span&gt;Unicode Big/Little Endian data. That&amp;rsquo;s
why next code selects HexEditor as primary for these files.&lt;/span&gt;&lt;/p&gt;
&lt;p class="MsoNormal"&gt;&lt;span&gt;Fix
description: Same to existed code I made separately cases for UTF-16 and wrote
comment for it fix &amp;ndash; see &lt;a href="http://perspectsoft.com/downloads/misc/BE_and_LE_files.patch"&gt;patch&lt;/a&gt;.&lt;/span&gt;&lt;/p&gt;
&lt;p class="MsoNormal"&gt;&lt;span&gt;&amp;nbsp;&lt;/span&gt;&lt;/p&gt;
&lt;p&gt;
&lt;span style="font-size:11.0pt;line-height:115%;font-family:&amp;#39;Calibri&amp;#39;,&amp;#39;sans-serif&amp;#39;;mso-ascii-theme-font:minor-latin;mso-fareast-font-family:Calibri;mso-fareast-theme-font:minor-latin;mso-hansi-theme-font:minor-latin;mso-bidi-font-family:&amp;#39;Times New Roman&amp;#39;;mso-bidi-theme-font:minor-bidi;mso-ansi-language:EN-US;mso-fareast-language:EN-US;mso-bidi-language:AR-SA;"&gt;Thanks!&lt;/span&gt;&lt;/p&gt;
&lt;p&gt;&amp;nbsp;&lt;/p&gt;</description></item><item><title>Error when start debug asp.net mvc </title><link>http://community.sharpdevelop.net/forums/thread/41304.aspx</link><pubDate>Fri, 11 May 2012 01:56:41 GMT</pubDate><guid isPermaLink="false">1b90d1c1-04e6-45b0-b51d-b665527d49b9:41304</guid><dc:creator>ThaiGIS</dc:creator><slash:comments>4</slash:comments><comments>http://community.sharpdevelop.net/forums/thread/41304.aspx</comments><wfw:commentRss>http://community.sharpdevelop.net/forums/commentrss.aspx?SectionID=19&amp;PostID=41304</wfw:commentRss><description>&lt;p&gt;Hi&lt;/p&gt;
&lt;p&gt;I got this error when start debugger.&lt;/p&gt;
&lt;p&gt;System.UnauthorizedAccessException: Access to the path &amp;#39;C:\Windows\Microsoft.NET\Framework\v4.0.30319\Temporary ASP.NET Files\~AspAccessCheck_37a8d9b54024.tmp&amp;#39; is denied.&lt;br /&gt;&amp;nbsp;&amp;nbsp; at static System.Void System.IO.__Error.WinIOError(System.Int32 errorCode, System.String maybeFullPath)&lt;br /&gt;&amp;nbsp;&amp;nbsp; at System.Void System.IO.FileStream.Init(System.String path, System.IO.FileMode mode, System.IO.FileAccess access, System.Int32 rights, System.Boolean useRights, System.IO.FileShare share, System.Int32 bufferSize, System.IO.FileOptions options, Microsoft.Win32.Win32Native+SECURITY_ATTRIBUTES secAttrs, System.String msgPath, System.Boolean bFromProxy, System.Boolean useLongPath, System.Boolean checkHost)&lt;br /&gt;&amp;nbsp;&amp;nbsp; at System.Void System.IO.FileStream..ctor(System.String path, System.IO.FileMode mode, System.IO.FileAccess access, System.IO.FileShare share, System.Int32 bufferSize, System.IO.FileOptions options, System.String msgPath, System.Boolean bFromProxy)&lt;br /&gt;&amp;nbsp;&amp;nbsp; at System.Void System.IO.FileStream..ctor(System.String path, System.IO.FileMode mode)&lt;br /&gt;&amp;nbsp;&amp;nbsp; at static Boolean System.Web.UI.Util.HasWriteAccessToDirectory(System.String dir)&lt;br /&gt;&amp;nbsp;&amp;nbsp; at System.Void System.Web.HttpRuntime.SetUpCodegenDirectory(System.Web.Configuration.CompilationSection compilationSection)&lt;br /&gt;&amp;nbsp;&amp;nbsp; at System.Void System.Web.HttpRuntime.HostingInit(System.Web.Hosting.HostingEnvironmentFlags hostingFlags, System.Security.Policy.PolicyLevel policyLevel, System.Exception appDomainCreationException)&lt;br /&gt;&amp;nbsp;&amp;nbsp; at static System.Void System.Web.HttpRuntime.InitializeHostingFeatures(System.Web.Hosting.HostingEnvironmentFlags hostingFlags, System.Security.Policy.PolicyLevel policyLevel, System.Exception appDomainCreationException)&lt;br /&gt;&amp;nbsp;&amp;nbsp; at System.Void System.Web.Hosting.HostingEnvironment.Initialize(System.Web.Hosting.ApplicationManager appManager, System.Web.Hosting.IApplicationHost appHost, System.Web.Configuration.IConfigMapPathFactory configMapPathFactory, System.Web.Hosting.HostingEnvironmentParameters hostingParameters, System.Security.Policy.PolicyLevel policyLevel, System.Exception appDomainCreationException)&lt;br /&gt;&amp;nbsp;&amp;nbsp; at System.Void System.Web.Hosting.HostingEnvironment.Initialize(System.Web.Hosting.ApplicationManager appManager, System.Web.Hosting.IApplicationHost appHost, System.Web.Configuration.IConfigMapPathFactory configMapPathFactory, System.Web.Hosting.HostingEnvironmentParameters hostingParameters, System.Security.Policy.PolicyLevel policyLevel)&lt;br /&gt;&amp;nbsp;&amp;nbsp; at HostingEnvironment System.Web.Hosting.ApplicationManager.CreateAppDomainWithHostingEnvironment(System.String appId, System.Web.Hosting.IApplicationHost appHost, System.Web.Hosting.HostingEnvironmentParameters hostingParameters)&lt;br /&gt;&amp;nbsp;&amp;nbsp; at HostingEnvironment System.Web.Hosting.ApplicationManager.CreateAppDomainWithHostingEnvironmentAndReportErrors(System.String appId, System.Web.Hosting.IApplicationHost appHost, System.Web.Hosting.HostingEnvironmentParameters hostingParameters)&lt;br /&gt;&amp;nbsp;&amp;nbsp; at HostingEnvironment System.Web.Hosting.ApplicationManager.GetAppDomainWithHostingEnvironment(System.String appId, System.Web.Hosting.IApplicationHost appHost, System.Web.Hosting.HostingEnvironmentParameters hostingParameters)&lt;br /&gt;&amp;nbsp;&amp;nbsp; at IRegisteredObject System.Web.Hosting.ApplicationManager.CreateObjectInternal(System.String appId, System.Type type, System.Web.Hosting.IApplicationHost appHost, System.Boolean failIfExists, System.Web.Hosting.HostingEnvironmentParameters hostingParameters)&lt;br /&gt;&amp;nbsp;&amp;nbsp; at System.Void System.Web.Hosting.ProcessHost.StartApplication(System.String appId, System.String appPath, System.Object runtimeInterface)&lt;/p&gt;
&lt;p&gt;&amp;nbsp;&lt;/p&gt;
&lt;p&gt;After press continue then this error pop out.&lt;/p&gt;
&lt;p&gt;SharpDevelop Version : 4.2.0.8792-67b43f86&lt;br /&gt;.NET Version&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; : 4.0.30319.17379&lt;br /&gt;OS Version&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; : Microsoft Windows NT 6.2.8250.0&lt;br /&gt;Current culture&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; : Thai (Thailand) (th-TH)&lt;br /&gt;Current UI language&amp;nbsp; : en&lt;br /&gt;Running under WOW6432, processor architecture: x86-64&lt;br /&gt;Working Set Memory&amp;nbsp;&amp;nbsp; : 237232kb&lt;br /&gt;GC Heap Memory&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; : 57674kb&lt;br /&gt;&lt;br /&gt;Exception thrown:&lt;br /&gt;System.NotSupportedException: Derived classes must provide an implementation.&lt;br /&gt;&amp;nbsp;&amp;nbsp; at System.Reflection.MethodInfo.GetGenericArguments()&lt;br /&gt;&amp;nbsp;&amp;nbsp; at Debugger.IDStringProvider.GetIDString(MemberInfo member)&lt;br /&gt;&amp;nbsp;&amp;nbsp; at ICSharpCode.SharpDevelop.Services.WindowsDebugger.JumpToDecompiledCode(StackFrame frame)&lt;br /&gt;&amp;nbsp;&amp;nbsp; at ICSharpCode.SharpDevelop.Services.WindowsDebugger.JumpToCurrentLine()&lt;br /&gt;&amp;nbsp;&amp;nbsp; at ICSharpCode.SharpDevelop.Services.WindowsDebugger.debuggedProcess_ExceptionThrown(Object sender, ExceptionEventArgs e)&lt;br /&gt;&amp;nbsp;&amp;nbsp; at Debugger.Process.OnExceptionThrown(ExceptionEventArgs e)&lt;br /&gt;&amp;nbsp;&amp;nbsp; at Debugger.Process.RaisePausedEvents()&lt;br /&gt;&amp;nbsp;&amp;nbsp; at Debugger.MTA2STA.&amp;lt;&amp;gt;c__DisplayClass4.&amp;lt;EnqueueCall&amp;gt;b__1()&lt;br /&gt;&amp;nbsp;&amp;nbsp; at Debugger.MTA2STA.PerformCall()&lt;br /&gt;&amp;nbsp;&amp;nbsp; at Debugger.MTA2STA.PerformAllCalls()&lt;br /&gt;&amp;nbsp;&amp;nbsp; at System.Windows.Forms.Control.InvokeMarshaledCallbackDo(ThreadMethodEntry tme)&lt;br /&gt;&amp;nbsp;&amp;nbsp; at System.Windows.Forms.Control.InvokeMarshaledCallbackHelper(Object obj)&lt;br /&gt;&amp;nbsp;&amp;nbsp; at System.Threading.ExecutionContext.RunInternal(ExecutionContext executionContext, ContextCallback callback, Object state, Boolean preserveSyncCtx)&lt;br /&gt;&amp;nbsp;&amp;nbsp; at System.Threading.ExecutionContext.Run(ExecutionContext executionContext, ContextCallback callback, Object state, Boolean preserveSyncCtx)&lt;br /&gt;&amp;nbsp;&amp;nbsp; at System.Threading.ExecutionContext.Run(ExecutionContext executionContext, ContextCallback callback, Object state)&lt;br /&gt;&amp;nbsp;&amp;nbsp; at System.Windows.Forms.Control.InvokeMarshaledCallback(ThreadMethodEntry tme)&lt;br /&gt;&amp;nbsp;&amp;nbsp; at System.Windows.Forms.Control.InvokeMarshaledCallbacks()&lt;br /&gt;&lt;br /&gt;---- Recent log messages:&lt;br /&gt;08:52:16.505 [12] DEBUG - Telling worker process to exit&lt;br /&gt;08:52:16.505 [12] DEBUG - Waiting for thread-join&lt;br /&gt;08:52:16.507 [3] DEBUG - Cannot read from WorkerProcess 5476: end of stream&lt;br /&gt;08:52:16.507 [3] DEBUG - Stopped reading from WorkerProcess 5476.&lt;br /&gt;08:52:16.507 [3] DEBUG - Telling worker process to exit&lt;br /&gt;08:52:16.507 [3] DEBUG - End of reader thread on WorkerProcess 5476.&lt;br /&gt;08:52:16.508 [12] DEBUG - Joined!&lt;br /&gt;08:54:32.634 [1] DEBUG - Debugger: Debugger event: OnResumed()&lt;br /&gt;08:54:32.638 [1] DEBUG - Debugger: Callback: CreateThread 6200&lt;br /&gt;08:54:32.660 [1] DEBUG - Debugger: Callback: CreateThread 3972&lt;br /&gt;08:54:32.660 [1] DEBUG - Debugger: Process has queued callbacks&lt;br /&gt;08:54:32.660 [1] DEBUG - Debugger: Callback: CreateThread 6580&lt;br /&gt;08:54:32.663 [1] DEBUG - Debugger: Callback: CreateThread 2932&lt;br /&gt;08:54:32.750 [1] DEBUG - Debugger: Callback: LoadAssembly&lt;br /&gt;08:54:32.751 [1] DEBUG - Debugger: Callback: LoadModule C:\Windows\Microsoft.Net\assembly\GAC_MSIL\Microsoft.Build.Utilities.v4.0\v4.0_4.0.0.0__b03f5f7f11d50a3a\Microsoft.Build.Utilities.v4.0.dll&lt;br /&gt;08:54:32.756 [1] DEBUG - Debugger: Callback: LoadAssembly&lt;br /&gt;08:54:32.756 [1] DEBUG - Debugger: Callback: LoadModule C:\Windows\Microsoft.Net\assembly\GAC_MSIL\Microsoft.Build.Utilities.v4.0\v4.0_4.0.0.0__b03f5f7f11d50a3a\Microsoft.Build.Utilities.v4.0.dll&lt;br /&gt;08:54:32.898 [1] DEBUG - Debugger: Callback: LoadAssembly&lt;br /&gt;08:54:32.899 [1] DEBUG - Debugger: Callback: LoadModule C:\Windows\Microsoft.Net\assembly\GAC_MSIL\Microsoft.JScript\v4.0_10.0.0.0__b03f5f7f11d50a3a\Microsoft.JScript.dll&lt;br /&gt;08:54:32.928 [1] DEBUG - Debugger: Callback: Exception&lt;br /&gt;08:54:32.928 [1] DEBUG - Debugger: Process has queued callbacks&lt;br /&gt;08:54:32.930 [1] DEBUG - Debugger: Callback: Exception2 (type=DEBUG_EXCEPTION_FIRST_CHANCE)&lt;br /&gt;08:54:32.932 [1] DEBUG - Debugger: Callback: Exception2 (type=DEBUG_EXCEPTION_CATCH_HANDLER_FOUND)&lt;br /&gt;08:54:32.943 [1] DEBUG - Debugger: Debugger event: OnExceptionThrown()&lt;br /&gt;08:54:32.944 [1] ERROR - ThreadException caught&lt;br /&gt;--&amp;gt; Exception:&lt;br /&gt;System.NotSupportedException: Derived classes must provide an implementation.&lt;br /&gt;&amp;nbsp;&amp;nbsp; at System.Reflection.MethodInfo.GetGenericArguments()&lt;br /&gt;&amp;nbsp;&amp;nbsp; at Debugger.IDStringProvider.GetIDString(MemberInfo member)&lt;br /&gt;&amp;nbsp;&amp;nbsp; at ICSharpCode.SharpDevelop.Services.WindowsDebugger.JumpToDecompiledCode(StackFrame frame)&lt;br /&gt;&amp;nbsp;&amp;nbsp; at ICSharpCode.SharpDevelop.Services.WindowsDebugger.JumpToCurrentLine()&lt;br /&gt;&amp;nbsp;&amp;nbsp; at ICSharpCode.SharpDevelop.Services.WindowsDebugger.debuggedProcess_ExceptionThrown(Object sender, ExceptionEventArgs e)&lt;br /&gt;&amp;nbsp;&amp;nbsp; at Debugger.Process.OnExceptionThrown(ExceptionEventArgs e)&lt;br /&gt;&amp;nbsp;&amp;nbsp; at Debugger.Process.RaisePausedEvents()&lt;br /&gt;&amp;nbsp;&amp;nbsp; at Debugger.MTA2STA.&amp;lt;&amp;gt;c__DisplayClass4.&amp;lt;EnqueueCall&amp;gt;b__1()&lt;br /&gt;&amp;nbsp;&amp;nbsp; at Debugger.MTA2STA.PerformCall()&lt;br /&gt;&amp;nbsp;&amp;nbsp; at Debugger.MTA2STA.PerformAllCalls()&lt;br /&gt;&amp;nbsp;&amp;nbsp; at System.Windows.Forms.Control.InvokeMarshaledCallbackDo(ThreadMethodEntry tme)&lt;br /&gt;&amp;nbsp;&amp;nbsp; at System.Windows.Forms.Control.InvokeMarshaledCallbackHelper(Object obj)&lt;br /&gt;&amp;nbsp;&amp;nbsp; at System.Threading.ExecutionContext.RunInternal(ExecutionContext executionContext, ContextCallback callback, Object state, Boolean preserveSyncCtx)&lt;br /&gt;&amp;nbsp;&amp;nbsp; at System.Threading.ExecutionContext.Run(ExecutionContext executionContext, ContextCallback callback, Object state, Boolean preserveSyncCtx)&lt;br /&gt;&amp;nbsp;&amp;nbsp; at System.Threading.ExecutionContext.Run(ExecutionContext executionContext, ContextCallback callback, Object state)&lt;br /&gt;&amp;nbsp;&amp;nbsp; at System.Windows.Forms.Control.InvokeMarshaledCallback(ThreadMethodEntry tme)&lt;br /&gt;&amp;nbsp;&amp;nbsp; at System.Windows.Forms.Control.InvokeMarshaledCallbacks()&lt;br /&gt;&lt;br /&gt;---- Post-error application state information:&lt;br /&gt;Installed 3rd party AddIns: [MSTest 0.0.0.0]&lt;br /&gt;Workbench.ActiveContent: ICSharpCode.ILSpyAddIn.DecompiledViewContent&lt;br /&gt;ProjectService.OpenSolution: [Solution: FileName=D:\Workspaces\StringsShop\StringsShop.sln, HasProjects=True, ReadOnly=False]&lt;br /&gt;ProjectService.CurrentProject: [CSharpProject: StringsShop]&lt;br /&gt;&lt;/p&gt;</description></item><item><title>Timer Python</title><link>http://community.sharpdevelop.net/forums/thread/39967.aspx</link><pubDate>Thu, 05 Apr 2012 10:27:54 GMT</pubDate><guid isPermaLink="false">1b90d1c1-04e6-45b0-b51d-b665527d49b9:39967</guid><dc:creator>mbaser</dc:creator><slash:comments>4</slash:comments><comments>http://community.sharpdevelop.net/forums/thread/39967.aspx</comments><wfw:commentRss>http://community.sharpdevelop.net/forums/commentrss.aspx?SectionID=19&amp;PostID=39967</wfw:commentRss><description>&lt;p&gt;When I insert timer in SharpDevelop (both 4.1 and 4.2 beta) while using Python, it fails to load designer:&lt;/p&gt;
&lt;p&gt;Failed to load designer. Check the source code for syntax errors and check if all references are available.&lt;/p&gt;
&lt;pre&gt;ICSharpCode.FormsDesigner.FormsDesignerLoadException: System.ArgumentNullException: Value cannot be null.&lt;br /&gt;Parameter name: e&lt;br /&gt;   at System.ComponentModel.Design.EventBindingService.System.ComponentModel.Design.IEventBindingService.GetEventProperty(EventDescriptor e)
&lt;/pre&gt;
&lt;p&gt;&amp;nbsp;&lt;/p&gt;
&lt;p&gt;The problem comes from the interval. When I add the following code before self._timer1.Tick += self.Timer1Tick , it can load the designer:&lt;/p&gt;
&lt;p&gt;self._timer1.Interval = &lt;span style="color:#00008b;"&gt;100&lt;/span&gt;&lt;/p&gt;
&lt;p&gt;It can be solved by writing some interval into the &lt;b&gt;Interval &lt;/b&gt;field through the designer before double clicking on the timer. But in teaching environment (I am using SharpDevelp to teach GUI with Python) it confuses students. Please include this line.&lt;/p&gt;
&lt;p&gt;&amp;nbsp;&lt;/p&gt;</description></item><item><title>Crashed when starting profiler</title><link>http://community.sharpdevelop.net/forums/thread/41392.aspx</link><pubDate>Wed, 16 May 2012 03:04:33 GMT</pubDate><guid isPermaLink="false">1b90d1c1-04e6-45b0-b51d-b665527d49b9:41392</guid><dc:creator>lcd.h</dc:creator><slash:comments>0</slash:comments><comments>http://community.sharpdevelop.net/forums/thread/41392.aspx</comments><wfw:commentRss>http://community.sharpdevelop.net/forums/commentrss.aspx?SectionID=19&amp;PostID=41392</wfw:commentRss><description>&lt;p&gt;I opened my VB.net project created with VB.net Express 2010, and then chose the [Profile current project].&lt;br /&gt;In the output box I saw the following message:&lt;/p&gt;
&lt;hr /&gt;
&lt;p&gt;Starting process, waiting for profiler hook...&lt;br /&gt;Successfully initialized profiling&lt;br /&gt;instance not found!&lt;/p&gt;
&lt;p&gt;&lt;span style="text-decoration:underline;"&gt;and then #Develop crashed.&lt;/span&gt;&lt;/p&gt;
&lt;hr /&gt;
&lt;p&gt;Here&amp;#39;s the report SharpDevelop gave me:&lt;/p&gt;
&lt;hr /&gt;
&lt;p&gt;SharpDevelop Version : 4.2.0.8783-27231549&lt;/p&gt;
&lt;p&gt;.NET Version &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; : 4.0.30319.269&lt;/p&gt;
&lt;p&gt;OS Version &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; : Microsoft Windows NT 6.1.7601 Service Pack 1&lt;/p&gt;
&lt;p&gt;Current culture &amp;nbsp; &amp;nbsp; &amp;nbsp;: Chinese (Simplified, PRC) (zh-CN)&lt;/p&gt;
&lt;p&gt;Working Set Memory &amp;nbsp; : 141792kb&lt;/p&gt;
&lt;p&gt;GC Heap Memory &amp;nbsp; &amp;nbsp; &amp;nbsp; : 35465kb&lt;/p&gt;
&lt;p&gt;&amp;nbsp;&lt;/p&gt;
&lt;p&gt;Unhandled exception&lt;/p&gt;
&lt;p&gt;Exception thrown:&lt;/p&gt;
&lt;p&gt;System.InvalidOperationException: 无法加载计数器名称数据，因为从注册表读取的索引&amp;ldquo;&amp;rdquo;无效。（&amp;lt;- &lt;span style="text-decoration:underline;"&gt;Cannot load Counter Name data because an invalid index &amp;#39;&amp;#39; was read from the registry.&lt;/span&gt;）&lt;/p&gt;
&lt;p&gt;&amp;nbsp; &amp;nbsp;在 System.Diagnostics.PerformanceCounterLib.GetStringTable(Boolean isHelp)&lt;/p&gt;
&lt;p&gt;&amp;nbsp; &amp;nbsp;在 System.Diagnostics.PerformanceCounterLib.get_NameTable()&lt;/p&gt;
&lt;p&gt;&amp;nbsp; &amp;nbsp;在 System.Diagnostics.PerformanceCounterLib.get_CategoryTable()&lt;/p&gt;
&lt;p&gt;&amp;nbsp; &amp;nbsp;在 System.Diagnostics.PerformanceCounterLib.CounterExists(String category, String counter, Boolean&amp;amp; categoryExists)&lt;/p&gt;
&lt;p&gt;&amp;nbsp; &amp;nbsp;在 System.Diagnostics.PerformanceCounterLib.CounterExists(String machine, String category, String counter)&lt;/p&gt;
&lt;p&gt;&amp;nbsp; &amp;nbsp;在 System.Diagnostics.PerformanceCounter.InitializeImpl()&lt;/p&gt;
&lt;p&gt;&amp;nbsp; &amp;nbsp;在 System.Diagnostics.PerformanceCounter..ctor(String categoryName, String counterName, String instanceName, String machineName)&lt;/p&gt;
&lt;p&gt;&amp;nbsp; &amp;nbsp;在 ICSharpCode.Profiler.Controller.Data.PerformanceCounterDescriptor.Collect(String instanceName)&lt;/p&gt;
&lt;p&gt;&amp;nbsp; &amp;nbsp;在 ICSharpCode.Profiler.Controller.Profiler.AddDataset(Byte* ptr, TargetProcessPointer nativeStartPosition, Int64 offset, Int64 length, Boolean isFirst, TargetProcessPointer nativeRootFuncInfoPosition)&lt;/p&gt;
&lt;p&gt;&amp;nbsp; &amp;nbsp;在 ICSharpCode.Profiler.Controller.Profiler.CollectData32()&lt;/p&gt;
&lt;p&gt;&amp;nbsp; &amp;nbsp;在 ICSharpCode.Profiler.Controller.Profiler.DataCollection()&lt;/p&gt;
&lt;p&gt;&amp;nbsp; &amp;nbsp;在 System.Threading.ThreadHelper.ThreadStart_Context(Object state)&lt;/p&gt;
&lt;p&gt;&amp;nbsp; &amp;nbsp;在 System.Threading.ExecutionContext.Run(ExecutionContext executionContext, ContextCallback callback, Object state, Boolean ignoreSyncCtx)&lt;/p&gt;
&lt;p&gt;&amp;nbsp; &amp;nbsp;在 System.Threading.ExecutionContext.Run(ExecutionContext executionContext, ContextCallback callback, Object state)&lt;/p&gt;
&lt;p&gt;&amp;nbsp; &amp;nbsp;在 System.Threading.ThreadHelper.ThreadStart()&lt;/p&gt;
&lt;p&gt;&amp;nbsp;&lt;/p&gt;
&lt;p&gt;---- Recent log messages:&lt;/p&gt;
&lt;p&gt;10:56:11.914 [1] DEBUG - ParseInformationUpdated E:\prjMint\prjNekoMint\frmMsgBackup.Designer.vb new!=null:True&lt;/p&gt;
&lt;p&gt;10:56:11.918 [LoadSolutionProjects] DEBUG - Adding existing class frmMain from frmMain.vb&lt;/p&gt;
&lt;p&gt;10:56:11.918 [LoadSolutionProjects] INFO - Duplicate class prjNekoMint.frmMain, creating compound&lt;/p&gt;
&lt;p&gt;10:56:11.918 [1] DEBUG - ParseInformationUpdated E:\prjMint\prjNekoMint\frmMain.vb new!=null:True&lt;/p&gt;
&lt;p&gt;10:56:11.963 [6] DEBUG - Adding existing class frmMsgBackup from frmMsgBackup.vb&lt;/p&gt;
&lt;p&gt;10:56:11.963 [6] INFO - Duplicate class prjNekoMint.frmMsgBackup, creating compound&lt;/p&gt;
&lt;p&gt;10:56:11.963 [1] DEBUG - ParseInformationUpdated E:\prjMint\prjNekoMint\frmMsgBackup.vb new!=null:True&lt;/p&gt;
&lt;p&gt;10:56:11.988 [1] DEBUG - ParseInformationUpdated E:\prjMint\prjNekoMint\modAPI.vb new!=null:True&lt;/p&gt;
&lt;p&gt;10:56:11.991 [1] DEBUG - ParseInformationUpdated E:\prjMint\prjNekoMint\modCrypt.vb new!=null:True&lt;/p&gt;
&lt;p&gt;10:56:11.991 [1] DEBUG - NavigationService -- resume logging&lt;/p&gt;
&lt;p&gt;10:56:12.476 [1] DEBUG - ActiveContentChanged to ICSharpCode.SharpDevelop.Project.ProjectBrowserPad&lt;/p&gt;
&lt;p&gt;10:56:12.476 [1] DEBUG - ActiveWorkbenchWindowChanged to&amp;nbsp;&lt;/p&gt;
&lt;p&gt;10:56:12.477 [1] INFO - CurrentProject changed to prjNekoMint&lt;/p&gt;
&lt;p&gt;10:56:12.504 [1] INFO - Loading addin ASP.NET MVC Binding&lt;/p&gt;
&lt;p&gt;10:56:16.911 [1] DEBUG - Activated feature &amp;#39;ICSharpCode.Profiler.AddIn.Commands.ProfileProject&amp;#39;, activation=MainMenu&lt;/p&gt;
&lt;p&gt;10:56:16.912 [1] INFO - Loading addin Profiler.AddIn&lt;/p&gt;
&lt;p&gt;10:56:17.046 [1] INFO - Profiler settings:&lt;/p&gt;
&lt;p&gt;10:56:17.046 [1] INFO - Shared memory size: 67108864 (64 MB)&lt;/p&gt;
&lt;p&gt;10:56:17.046 [1] INFO - Combine recursive calls: False&lt;/p&gt;
&lt;p&gt;10:56:17.047 [1] INFO - Enable DC: True&lt;/p&gt;
&lt;p&gt;10:56:17.047 [1] INFO - Profile .NET internals: True&lt;/p&gt;
&lt;p&gt;10:56:17.047 [1] INFO - Track events: False&lt;/p&gt;
&lt;p&gt;10:56:17.049 [1] DEBUG - ActiveContentChanged to&amp;nbsp;&lt;/p&gt;
&lt;p&gt;10:56:20.629 [DataCollector] FATAL - UnhandledException caught&lt;/p&gt;
&lt;p&gt;--&amp;gt; Exception:&lt;/p&gt;
&lt;p&gt;System.InvalidOperationException: 无法加载计数器名称数据，因为从注册表读取的索引&amp;ldquo;&amp;rdquo;无效。&lt;/p&gt;
&lt;p&gt;&amp;nbsp; &amp;nbsp;在 System.Diagnostics.PerformanceCounterLib.GetStringTable(Boolean isHelp)&lt;/p&gt;
&lt;p&gt;&amp;nbsp; &amp;nbsp;在 System.Diagnostics.PerformanceCounterLib.get_NameTable()&lt;/p&gt;
&lt;p&gt;&amp;nbsp; &amp;nbsp;在 System.Diagnostics.PerformanceCounterLib.get_CategoryTable()&lt;/p&gt;
&lt;p&gt;&amp;nbsp; &amp;nbsp;在 System.Diagnostics.PerformanceCounterLib.CounterExists(String category, String counter, Boolean&amp;amp; categoryExists)&lt;/p&gt;
&lt;p&gt;&amp;nbsp; &amp;nbsp;在 System.Diagnostics.PerformanceCounterLib.CounterExists(String machine, String category, String counter)&lt;/p&gt;
&lt;p&gt;&amp;nbsp; &amp;nbsp;在 System.Diagnostics.PerformanceCounter.InitializeImpl()&lt;/p&gt;
&lt;p&gt;&amp;nbsp; &amp;nbsp;在 System.Diagnostics.PerformanceCounter..ctor(String categoryName, String counterName, String instanceName, String machineName)&lt;/p&gt;
&lt;p&gt;&amp;nbsp; &amp;nbsp;在 ICSharpCode.Profiler.Controller.Data.PerformanceCounterDescriptor.Collect(String instanceName)&lt;/p&gt;
&lt;p&gt;&amp;nbsp; &amp;nbsp;在 ICSharpCode.Profiler.Controller.Profiler.AddDataset(Byte* ptr, TargetProcessPointer nativeStartPosition, Int64 offset, Int64 length, Boolean isFirst, TargetProcessPointer nativeRootFuncInfoPosition)&lt;/p&gt;
&lt;p&gt;&amp;nbsp; &amp;nbsp;在 ICSharpCode.Profiler.Controller.Profiler.CollectData32()&lt;/p&gt;
&lt;p&gt;&amp;nbsp; &amp;nbsp;在 ICSharpCode.Profiler.Controller.Profiler.DataCollection()&lt;/p&gt;
&lt;p&gt;&amp;nbsp; &amp;nbsp;在 System.Threading.ThreadHelper.ThreadStart_Context(Object state)&lt;/p&gt;
&lt;p&gt;&amp;nbsp; &amp;nbsp;在 System.Threading.ExecutionContext.Run(ExecutionContext executionContext, ContextCallback callback, Object state, Boolean ignoreSyncCtx)&lt;/p&gt;
&lt;p&gt;&amp;nbsp; &amp;nbsp;在 System.Threading.ExecutionContext.Run(ExecutionContext executionContext, ContextCallback callback, Object state)&lt;/p&gt;
&lt;p&gt;&amp;nbsp; &amp;nbsp;在 System.Threading.ThreadHelper.ThreadStart()&lt;/p&gt;
&lt;p&gt;10:56:20.636 [DataCollector] FATAL - Runtime is terminating because of unhandled exception.&lt;/p&gt;
&lt;p&gt;&amp;nbsp;&lt;/p&gt;
&lt;p&gt;---- Post-error application state information:&lt;/p&gt;
&lt;p&gt;Installed 3rd party AddIns:&amp;nbsp;&lt;/p&gt;
&lt;p&gt;Workbench.ActiveContent: --&amp;gt; Exception thrown by the state getter:&lt;/p&gt;
&lt;p&gt;System.InvalidOperationException: This operation can be called on the main thread only.&lt;/p&gt;
&lt;p&gt;&amp;nbsp; &amp;nbsp;在 ICSharpCode.SharpDevelop.Gui.WorkbenchSingleton.AssertMainThread()&lt;/p&gt;
&lt;p&gt;&amp;nbsp; &amp;nbsp;在 ICSharpCode.SharpDevelop.Gui.WpfWorkbench.get_ActiveContent()&lt;/p&gt;
&lt;p&gt;&amp;nbsp; &amp;nbsp;在 ICSharpCode.SharpDevelop.Gui.WorkbenchSingleton.&amp;lt;InitializeWorkbench&amp;gt;b__0()&lt;/p&gt;
&lt;p&gt;&amp;nbsp; &amp;nbsp;在 ICSharpCode.Core.ApplicationStateInfoService.GetCurrentApplicationStateInfo()&lt;/p&gt;
&lt;p&gt;ProjectService.OpenSolution: [Solution: FileName=E:\prjMint\prjNekoMint\prjNekoMint.sln, HasProjects=True, ReadOnly=False]&lt;/p&gt;
&lt;p&gt;ProjectService.CurrentProject: [VBNetProject: prjNekoMint]&lt;/p&gt;
&lt;p&gt;&amp;nbsp;&lt;/p&gt;</description></item><item><title>Crashing when I try to build?</title><link>http://community.sharpdevelop.net/forums/thread/41391.aspx</link><pubDate>Tue, 15 May 2012 23:35:34 GMT</pubDate><guid isPermaLink="false">1b90d1c1-04e6-45b0-b51d-b665527d49b9:41391</guid><dc:creator>incedo</dc:creator><slash:comments>0</slash:comments><comments>http://community.sharpdevelop.net/forums/thread/41391.aspx</comments><wfw:commentRss>http://community.sharpdevelop.net/forums/commentrss.aspx?SectionID=19&amp;PostID=41391</wfw:commentRss><description>&lt;p&gt;http://pastebin.com/7WVCC9G6&lt;/p&gt;
&lt;p&gt;That is what is happening. I have no idea how to fix it. I tried reinstalling, and even downgrading, but I couldn&amp;#39;t downgrade because the Visual Studio project wasn&amp;#39;t supported.&lt;/p&gt;
&lt;p&gt;&lt;br /&gt;Please help? Thanks!&lt;/p&gt;</description></item><item><title>MSB4062 when running fxcop on pre-C#4.0 projects in RC4.2</title><link>http://community.sharpdevelop.net/forums/thread/40198.aspx</link><pubDate>Tue, 01 May 2012 18:22:17 GMT</pubDate><guid isPermaLink="false">1b90d1c1-04e6-45b0-b51d-b665527d49b9:40198</guid><dc:creator>sbridewell</dc:creator><slash:comments>4</slash:comments><comments>http://community.sharpdevelop.net/forums/thread/40198.aspx</comments><wfw:commentRss>http://community.sharpdevelop.net/forums/commentrss.aspx?SectionID=19&amp;PostID=40198</wfw:commentRss><description>&lt;p&gt;I&amp;#39;ve just installed this version of SharpDevelop&lt;/p&gt;
&lt;p&gt;SharpDevelop Version : 4.2.0.8774-RC-78ca36ef&lt;br /&gt;.NET Version&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; : 4.0.30319.261&lt;br /&gt;OS Version&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; : Microsoft Windows NT 6.1.7601 Service Pack 1&lt;br /&gt;Current culture&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; : English (United Kingdom) (en-GB)&lt;br /&gt;Running under WOW6432, processor architecture: x86-64&lt;br /&gt;Working Set Memory&amp;nbsp;&amp;nbsp; : 245548kb&lt;br /&gt;GC Heap Memory&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; : 120372kb&lt;/p&gt;
&lt;p&gt;On attempting to build a C#2.0 / .net 2.0 project, I&amp;nbsp; get the following error:&lt;/p&gt;
&lt;p&gt;Error MSB4062: The &amp;quot;ICSharpCode.Build.Tasks.FxCop&amp;quot; task could not be loaded from the assembly C:\Program Files (x86)\SharpDevelop\4.2\bin\ICSharpCode.Build.Tasks.dll. Could not load file or assembly &amp;#39;file:///C:\Program Files (x86)\SharpDevelop\4.2\bin\ICSharpCode.Build.Tasks.dll&amp;#39; or one of its dependencies. This assembly is built by a runtime newer than the currently loaded runtime and cannot be loaded. Confirm that the &amp;lt;UsingTask&amp;gt; declaration is correct, and that the assembly and all its dependencies are available.&lt;/p&gt;
&lt;p&gt;If I use the project upgrade to set the compiler version to C#4.0 then this error goes away but instead I get&lt;/p&gt;
&lt;p&gt;Error MSB3454: Tracker.exe is required to correctly incrementally generate resources in some circumstances, such as when building on a 64-bit OS using 32-bit MSBuild. This build requires Tracker.exe, but it could not be found.&amp;nbsp;&amp;nbsp;The task is looking for Tracker.exe beneath the InstallationFolder value of the registry key HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Microsoft SDKs\Windows\v7.0A.&amp;nbsp;&amp;nbsp;To solve the problem, either: 1) Install the Microsoft Windows SDK v7.0A or later. 2) Install Microsoft Visual Studio 2010. 3) Manually set the above registry key to the correct location. Alternatively, you can turn off incremental resource generation by setting the &amp;quot;TrackFileAccess&amp;quot; property to &amp;quot;false&amp;quot;.&lt;/p&gt;
&lt;p&gt;If I also set the .net framework version to 4.0 then this error also goes away, but then I&amp;#39;m forcing any users of my application to install .net 4.0.&lt;/p&gt;
&lt;p&gt;This project builds quite happily as C# 2.0 and .net 2.0 in this version of SharpDevelop:&lt;/p&gt;
&lt;p&gt;SharpDevelop Version : 4.1.0.8000-736b5b66&lt;br /&gt;.NET Version&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; : 4.0.30319.261&lt;br /&gt;OS Version&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; : Microsoft Windows NT 6.1.7601 Service Pack 1&lt;br /&gt;Current culture&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; : English (United Kingdom) (en-GB)&lt;br /&gt;Running under WOW6432, processor architecture: x86-64&lt;br /&gt;Working Set Memory&amp;nbsp;&amp;nbsp; : 93392kb&lt;br /&gt;GC Heap Memory&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; : 6990kb&lt;/p&gt;
&lt;p&gt;... so I guess this is a bug which has crept into 4.2?&lt;/p&gt;
&lt;p&gt;Simon.&lt;/p&gt;</description></item><item><title>SharpDevelop Reports Declare Parameters</title><link>http://community.sharpdevelop.net/forums/thread/41313.aspx</link><pubDate>Fri, 11 May 2012 08:07:23 GMT</pubDate><guid isPermaLink="false">1b90d1c1-04e6-45b0-b51d-b665527d49b9:41313</guid><dc:creator>wiryono</dc:creator><slash:comments>3</slash:comments><comments>http://community.sharpdevelop.net/forums/thread/41313.aspx</comments><wfw:commentRss>http://community.sharpdevelop.net/forums/commentrss.aspx?SectionID=44&amp;PostID=41313</wfw:commentRss><description>&lt;p&gt;Hi&amp;nbsp;&lt;/p&gt;
&lt;p&gt;I want to create a simple reports (pull report) it only show a record from database view&lt;/p&gt;
&lt;p&gt;SELECT * FROM V_CUSHOW_REPORT&amp;nbsp;&lt;/p&gt;
&lt;p&gt;but since the data is huge I need to filter it by date , so I write it in the sql like this&lt;/p&gt;
&lt;p&gt;SELECT * FROM V_CUSHOW_REPORT WHERE CUTDATE = @CDATE&lt;/p&gt;
&lt;p&gt;Then I add the parameters in the ReportSettings Parameter &amp;gt; Parameters Parameter Collection &amp;gt; Sql Parameter with :&lt;br /&gt;DataType = String&lt;br /&gt;ParameterDirection = Input&lt;br /&gt;ParameterName = @CDATE&lt;br /&gt;ParameterValue = (empty)&lt;/p&gt;
&lt;p&gt;When changing to preview mode I&amp;nbsp;keep getting error that I need to declare @CDATE&amp;nbsp;&lt;br /&gt;There is seems no tutorial regarding declare a parameter&lt;/p&gt;
&lt;p&gt;Could you please help me. Thank you&amp;nbsp;&lt;/p&gt;</description></item><item><title>Create Silverlight Application Crash</title><link>http://community.sharpdevelop.net/forums/thread/41382.aspx</link><pubDate>Tue, 15 May 2012 09:38:16 GMT</pubDate><guid isPermaLink="false">1b90d1c1-04e6-45b0-b51d-b665527d49b9:41382</guid><dc:creator>clshuai</dc:creator><slash:comments>0</slash:comments><comments>http://community.sharpdevelop.net/forums/thread/41382.aspx</comments><wfw:commentRss>http://community.sharpdevelop.net/forums/commentrss.aspx?SectionID=19&amp;PostID=41382</wfw:commentRss><description>&lt;p&gt;When i create a silverlight applicatin and run it , the ide give an error report, then crash!&lt;/p&gt;
&lt;p&gt;&lt;br /&gt;&lt;b&gt;The crash report content as following:&lt;/b&gt;&lt;/p&gt;
&lt;p&gt;SharpDevelop Version : 4.2.0.8783-27231549&lt;br /&gt;.NET Version&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; : 4.0.30319.269&lt;br /&gt;OS Version&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; : Microsoft Windows NT 5.1.2600 Service Pack 3&lt;br /&gt;Current culture&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; : Chinese (Simplified, PRC) (zh-CN)&lt;br /&gt;Current UI language&amp;nbsp; : en&lt;br /&gt;Working Set Memory&amp;nbsp;&amp;nbsp; : 96632kb&lt;br /&gt;GC Heap Memory&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; : 13606kb&lt;br /&gt;&lt;br /&gt;Unhandled WPF exception&lt;br /&gt;Exception thrown:&lt;br /&gt;System.IO.FileNotFoundException: 文件名、目录名或卷标语法不正确。 (Exception from HRESULT: 0x8007007B)&lt;br /&gt;&amp;nbsp;&amp;nbsp; at Debugger.Interop.CorDebug.ICorDebug.__CreateProcess(String lpApplicationName, String lpCommandLine, _SECURITY_ATTRIBUTES&amp;amp; lpProcessAttributes, _SECURITY_ATTRIBUTES&amp;amp; lpThreadAttributes, Int32 bInheritHandles, UInt32 dwCreationFlags, IntPtr lpEnvironment, String lpCurrentDirectory, UInt32 lpStartupInfo, UInt32 lpProcessInformation, CorDebugCreateProcessFlags debuggingFlags, ICorDebugProcess&amp;amp; ppProcess)&lt;br /&gt;&amp;nbsp;&amp;nbsp; at Debugger.Interop.CorDebug.CorDebugExtensionMethods.CreateProcess(ICorDebug instance, String lpApplicationName, String lpCommandLine, _SECURITY_ATTRIBUTES&amp;amp; lpProcessAttributes, _SECURITY_ATTRIBUTES&amp;amp; lpThreadAttributes, Int32 bInheritHandles, UInt32 dwCreationFlags, IntPtr lpEnvironment, String lpCurrentDirectory, UInt32 lpStartupInfo, UInt32 lpProcessInformation, CorDebugCreateProcessFlags debuggingFlags)&lt;br /&gt;&amp;nbsp;&amp;nbsp; at Debugger.Process.CreateProcess(NDebugger debugger, String filename, String workingDirectory, String arguments)&lt;br /&gt;&amp;nbsp;&amp;nbsp; at Debugger.NDebugger.Start(String filename, String workingDirectory, String arguments)&lt;br /&gt;&amp;nbsp;&amp;nbsp; at ICSharpCode.SharpDevelop.Services.WindowsDebugger.Start(ProcessStartInfo processStartInfo)&lt;br /&gt;&amp;nbsp;&amp;nbsp; at ICSharpCode.SharpDevelop.Project.DefaultProjectBehavior.Start(Boolean withDebugging)&lt;br /&gt;&amp;nbsp;&amp;nbsp; at ICSharpCode.SharpDevelop.Project.ProjectBehavior.Start(Boolean withDebugging)&lt;br /&gt;&amp;nbsp;&amp;nbsp; at ICSharpCode.SharpDevelop.Project.ProjectBehavior.Start(Boolean withDebugging)&lt;br /&gt;&amp;nbsp;&amp;nbsp; at ICSharpCode.SharpDevelop.Project.ProjectBehavior.Start(Boolean withDebugging)&lt;br /&gt;&amp;nbsp;&amp;nbsp; at ICSharpCode.SharpDevelop.Project.ProjectBehavior.Start(Boolean withDebugging)&lt;br /&gt;&amp;nbsp;&amp;nbsp; at ICSharpCode.SharpDevelop.Project.AbstractProject.Start(Boolean withDebugging)&lt;br /&gt;&amp;nbsp;&amp;nbsp; at ICSharpCode.SharpDevelop.Project.Commands.Execute.&amp;lt;&amp;gt;c__DisplayClass1.&amp;lt;Run&amp;gt;b__0(Object param0, EventArgs param1)&lt;br /&gt;&amp;nbsp;&amp;nbsp; at ICSharpCode.SharpDevelop.Project.Commands.AbstractBuildMenuCommand.OnBuildComplete(EventArgs e)&lt;br /&gt;&amp;nbsp;&amp;nbsp; at ICSharpCode.SharpDevelop.Project.Commands.AbstractBuildMenuCommand.CallbackMethod(BuildResults results)&lt;br /&gt;&amp;nbsp;&amp;nbsp; at ICSharpCode.SharpDevelop.Project.BuildEngine.&amp;lt;ReportDone&amp;gt;b__3()&lt;br /&gt;&amp;nbsp;&amp;nbsp; at System.Windows.Threading.ExceptionWrapper.InternalRealCall(Delegate callback, Object args, Int32 numArgs)&lt;br /&gt;&amp;nbsp;&amp;nbsp; at MS.Internal.Threading.ExceptionFilterHelper.TryCatchWhen(Object source, Delegate method, Object args, Int32 numArgs, Delegate catchHandler)&lt;br /&gt;&lt;br /&gt;---- Recent log messages:&lt;br /&gt;16:35:21.640 [6] DEBUG - Joined!&lt;br /&gt;16:38:59.140 [1] DEBUG - Activated feature &amp;#39;ICSharpCode.SharpDevelop.Project.Commands.Execute&amp;#39;, activation=Toolbar&lt;br /&gt;16:38:59.140 [1] DEBUG - Activated feature &amp;#39;ICSharpCode.SharpDevelop.Project.BuildEngine.Build&amp;#39;&lt;br /&gt;16:38:59.140 [1] INFO - Start building SilverlightAppDemo&lt;br /&gt;16:38:59.140 [8] DEBUG - Setting property CurrentSolutionConfigurationContents to &amp;#39;&amp;lt;SolutionConfiguration&amp;gt;&amp;lt;ProjectConfiguration Project=&amp;quot;{0898B86D-9533-47AD-906D-75840159EAEC}&amp;quot;&amp;gt;Debug|x86&amp;lt;/ProjectConfiguration&amp;gt;&amp;lt;/SolutionConfiguration&amp;gt;&amp;#39;&lt;br /&gt;16:38:59.140 [8] DEBUG - Setting property SolutionDir to &amp;#39;F:\CSharpDev\SilverlightAppDemo\&amp;#39;&lt;br /&gt;16:38:59.140 [8] DEBUG - Setting property SolutionExt to &amp;#39;.sln&amp;#39;&lt;br /&gt;16:38:59.140 [8] DEBUG - Setting property SolutionFileName to &amp;#39;SilverlightAppDemo.sln&amp;#39;&lt;br /&gt;16:38:59.140 [8] DEBUG - Setting property SolutionName to &amp;#39;SilverlightAppDemo&amp;#39;&lt;br /&gt;16:38:59.140 [8] DEBUG - Setting property SolutionPath to &amp;#39;F:\CSharpDev\SilverlightAppDemo\SilverlightAppDemo.sln&amp;#39;&lt;br /&gt;16:38:59.265 [7] DEBUG - Received command ReportEvent&lt;br /&gt;16:38:59.312 [7] DEBUG - Received command ReportEvent&lt;br /&gt;16:38:59.765 [7] DEBUG - Received command ReportEvent&lt;br /&gt;16:38:59.765 [7] DEBUG - Received command ReportEvent&lt;br /&gt;16:38:59.765 [7] DEBUG - Received command BuildDone&lt;br /&gt;16:38:59.765 [7] INFO - Finished building SilverlightAppDemo, success=True&lt;br /&gt;16:38:59.765 [7] INFO - Start building SilverlightAppDemo&lt;br /&gt;16:38:59.765 [5] INFO - Finished building SilverlightAppDemo, success=True&lt;br /&gt;16:38:59.765 [1] INFO - Debugger Command: Start (withDebugger=True)&lt;br /&gt;16:38:59.765 [1] INFO - Saving layout file: C:\Documents and Settings\caols\Application Data\ICSharpCode/SharpDevelop4\layouts\Debug.xml&lt;br /&gt;16:38:59.796 [1] DEBUG - Activated feature &amp;#39;Debugger&amp;#39;&lt;br /&gt;16:38:59.796 [1] DEBUG - Debugger: Debuggee version: Unknown (assuming v4.0.30319)&lt;br /&gt;16:38:59.796 [1] DEBUG - Debugger: Debugger interface version: v4.0&lt;br /&gt;16:38:59.796 [1] DEBUG - Debugger: ICorDebug initialized&lt;br /&gt;16:38:59.796 [1] DEBUG - Debugger: Executing file:///F:\CSharpDev\SilverlightAppDemo\SilverlightAppDemo\bin\Debug\TestPage.html &lt;br /&gt;&lt;br /&gt;---- Post-error application state information:&lt;br /&gt;Installed 3rd party AddIns: &lt;br /&gt;Workbench.ActiveContent: [AvalonEditViewContent F:\CSharpDev\SilverlightAppDemo\SilverlightAppDemo\MainPage.xaml]&lt;br /&gt;ProjectService.OpenSolution: [Solution: FileName=F:\CSharpDev\SilverlightAppDemo\SilverlightAppDemo.sln, HasProjects=True, ReadOnly=False]&lt;br /&gt;ProjectService.CurrentProject: [CSharpProject: SilverlightAppDemo]&lt;/p&gt;</description></item><item><title>Unrecognized configuration</title><link>http://community.sharpdevelop.net/forums/thread/41379.aspx</link><pubDate>Tue, 15 May 2012 04:20:16 GMT</pubDate><guid isPermaLink="false">1b90d1c1-04e6-45b0-b51d-b665527d49b9:41379</guid><dc:creator>xbimaz</dc:creator><slash:comments>1</slash:comments><comments>http://community.sharpdevelop.net/forums/thread/41379.aspx</comments><wfw:commentRss>http://community.sharpdevelop.net/forums/commentrss.aspx?SectionID=6&amp;PostID=41379</wfw:commentRss><description>&lt;p&gt;when I start for first time the program after a normal &amp;nbsp;installation, the first screen that appears is it:&lt;/p&gt;
&lt;p&gt;
&lt;p&gt;&amp;quot;SharpDevelop Version : 3.2.1.6466&lt;/p&gt;
&lt;p&gt;.NET Version &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; : 2.0.50727.3634&lt;/p&gt;
&lt;p&gt;OS Version &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; : Microsoft Windows NT 5.1.2600 Service Pack 3&lt;/p&gt;
&lt;p&gt;Current culture &amp;nbsp; &amp;nbsp; &amp;nbsp;: Spanish (Argentina) (es-AR)&lt;/p&gt;
&lt;p&gt;Working Set Memory &amp;nbsp; : 18312kb&lt;/p&gt;
&lt;p&gt;GC Heap Memory &amp;nbsp; &amp;nbsp; &amp;nbsp; : 335kb&lt;/p&gt;
&lt;p&gt;Unhandled exception terminated SharpDevelop&lt;/p&gt;
&lt;p&gt;Exception thrown:&lt;/p&gt;
&lt;p&gt;System.Configuration.ConfigurationErrorsException: Configuration system failed to initialize ---&amp;gt; System.Configuration.ConfigurationErrorsException: Unrecognized configuration section system.serviceModel. (C:\WINDOWS\Microsoft.NET\Framework\v2.0.50727\Config\machine.config line 136)&amp;quot;&lt;/p&gt;
&lt;/p&gt;
&lt;p&gt;I have installed the .Net framework 3.5&lt;/p&gt;
&lt;p&gt;Coudl you help me to fix it.&lt;/p&gt;
&lt;p&gt;Thanks&lt;/p&gt;
&lt;p&gt;&amp;nbsp;&lt;/p&gt;
&lt;p class="MsoNormal"&gt;&lt;span style="font-size:12.0pt;font-family:&amp;#39;Times New Roman&amp;#39;;mso-fareast-font-family:SimSun;mso-ansi-language:ES-AR;mso-fareast-language:ZH-CN;mso-bidi-language:AR-SA;"&gt;&lt;br /&gt;&lt;/span&gt;&lt;/p&gt;
&lt;p&gt;&amp;nbsp;&lt;/p&gt;</description></item><item><title>Undo stack clearing</title><link>http://community.sharpdevelop.net/forums/thread/41376.aspx</link><pubDate>Mon, 14 May 2012 19:46:09 GMT</pubDate><guid isPermaLink="false">1b90d1c1-04e6-45b0-b51d-b665527d49b9:41376</guid><dc:creator>neooleg</dc:creator><slash:comments>0</slash:comments><comments>http://community.sharpdevelop.net/forums/thread/41376.aspx</comments><wfw:commentRss>http://community.sharpdevelop.net/forums/commentrss.aspx?SectionID=19&amp;PostID=41376</wfw:commentRss><description>&lt;p&gt;&amp;nbsp;&lt;/p&gt;
&lt;p class="MsoNormal"&gt;&lt;span&gt;Hi
SharpDevelop Team!&lt;/span&gt;&lt;/p&gt;
&lt;p class="MsoNormal"&gt;&amp;nbsp;&lt;/p&gt;
&lt;p class="MsoNormal"&gt;&lt;span&gt;Daniel &lt;a href="http://community.sharpdevelop.net/forums/p/11380/31124.aspx#31124"&gt;wrote
here&lt;/a&gt; that undo history is per-file and therefore for complex editors which
edit more one files per time (e.g. designers) undo stack is clear on
primary/secondary view switching &amp;ndash; it&amp;rsquo;s true, thank you. But I think that undo
clearing &lt;span style="text-decoration:underline;"&gt;in case of simple editors&lt;/span&gt; (which edit one file) is a huge
feature regression because secondary view always edits the same file as Avalon
editor that&amp;rsquo;s why it is a bug.&lt;/span&gt;&lt;/p&gt;
&lt;p class="MsoNormal"&gt;&amp;nbsp;&lt;/p&gt;
&lt;p class="MsoNormal"&gt;&lt;span&gt;I implemented little feature (see &lt;a href="http://perspectsoft.com/downloads/misc/avoid_undo_clearing.patch"&gt;my
patch&lt;/a&gt;) for optional disabling of undo stack clearing in CodeEditor for the simple
editor case. And in my secondary view implementation I added forwarding undo
functionality to Avalon editor and undo stack clearing flag disabling. Fix in patch should not be affect current SD behavior with undo but helps me implement desired
functionality for users.&lt;/span&gt;&lt;/p&gt;
&lt;p class="MsoNormal"&gt;&amp;nbsp;&lt;/p&gt;
&lt;p class="MsoNormal"&gt;&lt;span&gt;Guys, I
hope we will approve my patch because our users cannot live without the usual
undo &lt;/span&gt;&lt;span style="font-family:Wingdings;mso-ascii-font-family:Calibri;mso-ascii-theme-font:minor-latin;mso-hansi-font-family:Calibri;mso-hansi-theme-font:minor-latin;mso-ansi-language:EN-US;mso-char-type:symbol;mso-symbol-font-family:Wingdings;"&gt;J&lt;/span&gt;&lt;/p&gt;
&lt;p class="MsoNormal"&gt;&amp;nbsp;&lt;/p&gt;
&lt;p class="MsoNormal"&gt;&lt;span&gt;Additional in
the future I would like to fix &lt;a href="http://bugtracker.sharpdevelop.net/issue/ViewIssue.aspx?ID=1682&amp;amp;PROJID=4"&gt;SD-1682&lt;/a&gt;
and will implement &lt;a href="http://community.sharpdevelop.net/forums/p/6656/19059.aspx#19059"&gt;undo
for XML Tree&lt;/a&gt;&amp;nbsp;with fix descibed above.&lt;/span&gt;&lt;/p&gt;
&lt;p class="MsoNormal"&gt;&amp;nbsp;&lt;/p&gt;
&lt;p class="MsoNormal"&gt;&lt;span&gt;Thank you
very much!&lt;/span&gt;&lt;/p&gt;</description></item><item><title>Using Pull Report With SQL Express DB .sdf Database</title><link>http://community.sharpdevelop.net/forums/thread/40120.aspx</link><pubDate>Sun, 22 Apr 2012 18:42:01 GMT</pubDate><guid isPermaLink="false">1b90d1c1-04e6-45b0-b51d-b665527d49b9:40120</guid><dc:creator>r8ters3634</dc:creator><slash:comments>19</slash:comments><comments>http://community.sharpdevelop.net/forums/thread/40120.aspx</comments><wfw:commentRss>http://community.sharpdevelop.net/forums/commentrss.aspx?SectionID=44&amp;PostID=40120</wfw:commentRss><description>&lt;p&gt;&amp;nbsp;I am using Version 4.2 Beta and need to create a report from data stored in a .sdf type database. When I tried to use the wizard the only database driver option was MS SQL SERVER. If this is possible I would like to know how to connect to this type of database. If this is not possible can you create a report using a datatable created from data in the database.&lt;/p&gt;
&lt;p&gt;Thanks in advance.&lt;/p&gt;
&lt;p&gt;&amp;nbsp;&lt;/p&gt;</description></item></channel></rss>
