<?xml version="1.0"?><?xml-stylesheet type="text/xsl" href="/rss.xsl"?><rss version="2.0"><channel><title>Chirpy - VS Add In For Handling Js, Css, DotLess, and T4 Files</title><link>http://chirpy.codeplex.com/project/feeds/rss</link><description>Mashes, minifies, and validates your javascript, stylesheet, and dotless files.    Chirpy can also auto-update T4MVC and other T4 templates.</description><item><title>Created Unassigned: Console issue: execution order makes minification fail [168]</title><link>http://chirpy.codeplex.com/workitem/168</link><description>Hi,&lt;br /&gt;&lt;br /&gt;I&amp;#39;ve had a problem when using the console to minify and bundle my js files. The problem is that I reference chirpy-minified files from the bundles and now, in the Main method of the Program.cs file the execution is first bundling and then minifying for each directory. &lt;br /&gt;&lt;br /&gt;In my case, bundles are also refering to other folder chirpy minifed items so I had to implement a change to the code in order to make it work&amp;#58;&lt;br /&gt;&lt;br /&gt;static void Main&amp;#40;string&amp;#91;&amp;#93; args&amp;#41;&lt;br /&gt;&amp;#123;&lt;br /&gt;    System.DateTime d &amp;#61; System.DateTime.Now&amp;#59;&lt;br /&gt;    System.Console.WriteLine&amp;#40;&amp;#34;PLEASE, MAKE SURE ALL THE FILES IN YOUR FOLDER ARE NOT WRITE PROTECTED.&amp;#92;nPRESS ANY KEY TO CONTINUE&amp;#34;&amp;#41;&amp;#59;&lt;br /&gt;    System.Console.Read&amp;#40;&amp;#41;&amp;#59;&lt;br /&gt;    string findPath &amp;#61; string.Empty&amp;#59;&lt;br /&gt;    if &amp;#40;args.Length &amp;#62; 0&amp;#41;&lt;br /&gt;    &amp;#123;&lt;br /&gt;        findPath &amp;#61; args&amp;#91;0&amp;#93;&amp;#59;&lt;br /&gt;    &amp;#125;&lt;br /&gt;            &lt;br /&gt;    &amp;#47;&amp;#47;GoogleClosureJavaPath &amp;#61; &amp;#34;&amp;#34;&amp;#59;&lt;br /&gt;&lt;br /&gt;    string&amp;#91;&amp;#93; dirs &amp;#61; Directory.GetDirectories&amp;#40;findPath, &amp;#34;&amp;#42;&amp;#34;, SearchOption.AllDirectories&amp;#41;&amp;#59;&lt;br /&gt;            &lt;br /&gt;    &amp;#47;&amp;#47;first we make only file compressions&lt;br /&gt;    EngineDirectory&amp;#40;findPath&amp;#41;&amp;#59;&lt;br /&gt;    foreach &amp;#40;var directory in dirs&amp;#41;&lt;br /&gt;    &amp;#123;&lt;br /&gt;        EngineDirectory&amp;#40;directory&amp;#41;&amp;#59;&lt;br /&gt;    &amp;#125;&lt;br /&gt;&lt;br /&gt;    &amp;#47;&amp;#47;then we make bundles.&lt;br /&gt;    &amp;#47;&amp;#47;double iteration but bundles can now make a reference to already minified files.&lt;br /&gt;                     &lt;br /&gt;    ConfigDirectory&amp;#40;findPath&amp;#41;&amp;#59;&lt;br /&gt;    foreach &amp;#40;var directory in dirs&amp;#41;&lt;br /&gt;    &amp;#123;&lt;br /&gt;        ConfigDirectory&amp;#40;directory&amp;#41;&amp;#59;&lt;br /&gt;    &amp;#125;&lt;br /&gt;    System.Console.WriteLine&amp;#40;&amp;#34;Spent time&amp;#58; &amp;#34; &amp;#43; &amp;#40;d - System.DateTime.Now&amp;#41;.ToString&amp;#40;&amp;#41;&amp;#41;&amp;#59;&lt;br /&gt;&lt;br /&gt;&amp;#125;&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;As you can see I&amp;#39;ve splitted the execution in two loops and inverted the order. I think this works in all situations although it takes more execution time.&lt;br /&gt;&lt;br /&gt;I just wanted to let you know my scenario in case you want to update the project to cover it.&lt;br /&gt;&lt;br /&gt;Best regards,&lt;br /&gt;&lt;br /&gt;Roberto.&lt;br /&gt;</description><author>egonsch</author><pubDate>Tue, 11 Jun 2013 11:52:24 GMT</pubDate><guid isPermaLink="false">Created Unassigned: Console issue: execution order makes minification fail [168] 20130611115224A</guid></item><item><title>Created Issue: Sass Mixins not Parsing [167]</title><link>http://chirpy.codeplex.com/workitem/167</link><description>Sass engine not liking the Mixins...if I remove the parenthesis - it works fine. Is this a version issue - I&amp;#39;m using the latest beta 2.0.0.6.&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&amp;#96;&amp;#96;&amp;#96;&lt;br /&gt;.backgroundImage&amp;#40;&amp;#41; &amp;#123;&lt;br /&gt;background-image&amp;#58; url&amp;#40;framework&amp;#47;error.png&amp;#41;&amp;#59;&lt;br /&gt;&amp;#125;&lt;br /&gt;&lt;br /&gt;&amp;#36;white&amp;#58; &amp;#35;fff&amp;#59;&lt;br /&gt;&lt;br /&gt;body &amp;#123;&lt;br /&gt;    background-color&amp;#58; &amp;#36;white&amp;#59;&lt;br /&gt;    .backgroundImage&amp;#40;&amp;#41;&amp;#59;&lt;br /&gt;&amp;#125;&lt;br /&gt;&amp;#96;&amp;#96;&amp;#96;&lt;br /&gt;Throws error...&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;Error&amp;#58; IronRuby.Classes.SystemException&amp;#36;1&amp;#58; Sass&amp;#58;&amp;#58;SyntaxError&lt;br /&gt;   at Microsoft.Scripting.Interpreter.ThrowInstruction.Run&amp;#40;InterpretedFrame frame&amp;#41;&lt;br /&gt;   at Microsoft.Scripting.Interpreter.Interpreter.HandleException&amp;#40;InterpretedFrame frame, Exception exception&amp;#41;&lt;br /&gt;   at Microsoft.Scripting.Interpreter.Interpreter.Run&amp;#40;InterpretedFrame frame&amp;#41;&lt;br /&gt;   at Microsoft.Scripting.Interpreter.LightLambda.Run2&amp;#91;T0,T1,TRet&amp;#93;&amp;#40;T0 arg0, T1 arg1&amp;#41;&lt;br /&gt;   at IronRuby.Runtime.Calls.RubyObjectMethodDispatcherWithScope.Invoke&amp;#91;TScope&amp;#93;&amp;#40;CallSite callSite, TScope scope, Object self&amp;#41;&lt;br /&gt;   at System.Dynamic.UpdateDelegates.UpdateAndExecute2&amp;#91;T0,T1,TRet&amp;#93;&amp;#40;CallSite site, T0 arg0, T1 arg1&amp;#41;&lt;br /&gt;   at Microsoft.Scripting.Interpreter.DynamicInstruction&amp;#96;3.Run&amp;#40;InterpretedFrame frame&amp;#41;&lt;br /&gt;   at Microsoft.Scripting.Interpreter.Interpreter.Run&amp;#40;InterpretedFrame frame&amp;#41;&lt;br /&gt;   at Microsoft.Scripting.Interpreter.LightLambda.Run2&amp;#91;T0,T1,TRet&amp;#93;&amp;#40;T0 arg0, T1 arg1&amp;#41;&lt;br /&gt;   at IronRuby.Runtime.Calls.RubyObjectMethodDispatcherWithScope.Invoke&amp;#91;TScope&amp;#93;&amp;#40;CallSite callSite, TScope scope, Object self&amp;#41;&lt;br /&gt;   at System.Dynamic.UpdateDelegates.UpdateAndExecute2&amp;#91;T0,T1,TRet&amp;#93;&amp;#40;CallSite site, T0 arg0, T1 arg1&amp;#41;&lt;br /&gt;   at Microsoft.Scripting.Interpreter.DynamicInstruction&amp;#96;3.Run&amp;#40;InterpretedFrame frame&amp;#41;&lt;br /&gt;   at Microsoft.Scripting.Interpreter.Interpreter.Run&amp;#40;InterpretedFrame frame&amp;#41;&lt;br /&gt;   at Microsoft.Scripting.Interpreter.LightLambda.Run2&amp;#91;T0,T1,TRet&amp;#93;&amp;#40;T0 arg0, T1 arg1&amp;#41;&lt;br /&gt;   at IronRuby.Runtime.Calls.RubyObjectMethodDispatcherWithScope.Invoke&amp;#91;TScope&amp;#93;&amp;#40;CallSite callSite, TScope scope, Object self&amp;#41;&lt;br /&gt;   at System.Dynamic.UpdateDelegates.UpdateAndExecute2&amp;#91;T0,T1,TRet&amp;#93;&amp;#40;CallSite site, T0 arg0, T1 arg1&amp;#41;&lt;br /&gt;   at Microsoft.Scripting.Interpreter.DynamicInstruction&amp;#96;3.Run&amp;#40;InterpretedFrame frame&amp;#41;&lt;br /&gt;   at Microsoft.Scripting.Interpreter.Interpreter.Run&amp;#40;InterpretedFrame frame&amp;#41;&lt;br /&gt;   at Microsoft.Scripting.Interpreter.LightLambda.Run4&amp;#91;T0,T1,T2,T3,TRet&amp;#93;&amp;#40;T0 arg0, T1 arg1, T2 arg2, T3 arg3&amp;#41;&lt;br /&gt;   at System.Dynamic.UpdateDelegates.UpdateAndExecute3&amp;#91;T0,T1,T2,TRet&amp;#93;&amp;#40;CallSite site, T0 arg0, T1 arg1, T2 arg2&amp;#41;&lt;br /&gt;   at CallSite.Target&amp;#40;Closure , CallSite , Object , String , Object &amp;#41;&lt;br /&gt;   at SassAndCoffee.Core.Sass.SassCompiler.Compile&amp;#40;String path, IList&amp;#96;1 dependentFileList&amp;#41;&lt;br /&gt;   at Zippy.Chirp.Engines.SassEngine.TransformToCss&amp;#40;String fullFileName, String text, ProjectItem projectItem&amp;#41;&lt;br /&gt;   at Zippy.Chirp.Engines.SassEngine.Transform&amp;#40;String fullFileName, String text, ProjectItem projectItem&amp;#41;&lt;br /&gt;   at Zippy.Chirp.Engines.TransformEngine.Run&amp;#40;String fullFileName, ProjectItem projectItem&amp;#41;&lt;br /&gt;   at Zippy.Chirp.Engines.EngineManager.Process&amp;#40;ProjectItem projectItem&amp;#41;&lt;br /&gt;</description><author>SliverNinja</author><pubDate>Mon, 25 Mar 2013 17:14:07 GMT</pubDate><guid isPermaLink="false">Created Issue: Sass Mixins not Parsing [167] 20130325051407P</guid></item><item><title>Reviewed: Margogype Chirpy (ver 2.06) (Mar 25, 2013)</title><link>http://chirpy.codeplex.com/releases/view/88455#ReviewBy-SliverNinja</link><description>Rated 5 Stars &amp;#40;out of 5&amp;#41; - Love the extension&amp;#33; Just found it in the VS Gallery&amp;#58; http&amp;#58;&amp;#47;&amp;#47;visualstudiogallery.msdn.microsoft.com&amp;#47;0c59e7c6-06ba-41b6-8ce3-2c5fb9d2ca1c</description><author>SliverNinja</author><pubDate>Mon, 25 Mar 2013 17:06:32 GMT</pubDate><guid isPermaLink="false">Reviewed: Margogype Chirpy (ver 2.06) (Mar 25, 2013) 20130325050632P</guid></item><item><title>Reviewed: Margogype Chirpy (ver 2.06) (Mar 25, 2013)</title><link>http://chirpy.codeplex.com/releases/view/88455#ReviewBy-SliverNinja</link><description>Rated 5 Stars &amp;#40;out of 5&amp;#41; - Love the extension&amp;#33; You really should add this to the Visual Studio Gallery &amp;#40;http&amp;#58;&amp;#47;&amp;#47;visualstudiogallery.msdn.microsoft.com&amp;#47;&amp;#41; to hit a broader audience and improve integration with Visual Studio &amp;#40;Online Extensions Browser, Enable&amp;#47;Disable, etc.&amp;#41;</description><author>SliverNinja</author><pubDate>Mon, 25 Mar 2013 17:05:26 GMT</pubDate><guid isPermaLink="false">Reviewed: Margogype Chirpy (ver 2.06) (Mar 25, 2013) 20130325050526P</guid></item><item><title>Created Issue: skip-able script tags [166]</title><link>http://chirpy.codeplex.com/workitem/166</link><description>currently if a view is a chirp compressed file like &amp;#96;View.chirp.cshtml&amp;#96; there is no way to tell chirpy to skip one script block.  It would be nice to have such ability.&lt;br /&gt;&lt;br /&gt;Why I need this, because sometimes I use two script blocks. One is specific to that partial view, second is generated &amp;#40;which contains c&amp;#35; code&amp;#41;.&lt;br /&gt;</description><author>edokan</author><pubDate>Wed, 27 Feb 2013 21:20:27 GMT</pubDate><guid isPermaLink="false">Created Issue: skip-able script tags [166] 20130227092027P</guid></item><item><title>Reviewed: Margogype Chirpy (ver 2.01) (Feb 26, 2013)</title><link>http://chirpy.codeplex.com/releases/view/61897#ReviewBy-itechnologynet</link><description>Rated 4 Stars &amp;#40;out of 5&amp;#41; - I agree on the documentation issue, but then again the only documentation you really need is on chirp.config, and would add this as the n&amp;#176;1 priority.&amp;#10;&amp;#10;Documentation aside, it&amp;#39;s true that web essentials does a nice job too, but chirp.config really gives you fine grained control on bundling, output paths, and what to minify with. You can even mix minification processes in a same bundling step</description><author>itechnologynet</author><pubDate>Tue, 26 Feb 2013 19:47:25 GMT</pubDate><guid isPermaLink="false">Reviewed: Margogype Chirpy (ver 2.01) (Feb 26, 2013) 20130226074725P</guid></item><item><title>Reviewed: Margogype Chirpy (ver 2.01) (Feb 26, 2013)</title><link>http://chirpy.codeplex.com/releases/view/61897#ReviewBy-itechnologynet</link><description>Rated 4 Stars &amp;#40;out of 5&amp;#41; - I agree on the documentation issue, but then again the only documentation you really need is on chirp.config, and would add this as the n&amp;#176;1 priority.&amp;#10;&amp;#10;Documentation aside, it&amp;#39;s true that web essentials does a nice job too, but chirp.config really gives you fine grained control on bundling, output paths, and what to minify with. You can even mix minification processes in a same bundling step which.</description><author>itechnologynet</author><pubDate>Tue, 26 Feb 2013 19:46:41 GMT</pubDate><guid isPermaLink="false">Reviewed: Margogype Chirpy (ver 2.01) (Feb 26, 2013) 20130226074641P</guid></item><item><title>New Post: VS 2012 and CSS, does it work?</title><link>http://chirpy.codeplex.com/discussions/428376</link><description>&lt;div style="line-height: normal;"&gt;&lt;p&gt;Is this project still active, I love Chripy but this is driving me mad as it keeps throwing up these errors?&lt;/p&gt;
&lt;/div&gt;</description><author>JohnDillonUk</author><pubDate>Tue, 05 Feb 2013 15:52:29 GMT</pubDate><guid isPermaLink="false">New Post: VS 2012 and CSS, does it work? 20130205035229P</guid></item><item><title>New Comment on "Documentation"</title><link>http://chirpy.codeplex.com/documentation?&amp;ANCHOR#C26114</link><description>Great tool, but it&amp;#39;s easy to miss Chirpy&amp;#39;s settings found in the VS options dialogue and there is a small catch to remember if you want to use the T4 template feature&amp;#58;&amp;#10;&amp;#34;One of the new T4MVC related features put into the latest release is &amp;#39;Smart Run T4MVC&amp;#39;.   If you turn on this option in the chirpy settings, it will only run the T4MVC template when it should.&amp;#34;&amp;#10;from&amp;#58;&amp;#10;http&amp;#58;&amp;#47;&amp;#47;blog.waynebrantley.com&amp;#47;2010&amp;#47;07&amp;#47;t4mvc-add-in-and-resource-compression.html</description><author>schalkvanwyk</author><pubDate>Tue, 08 Jan 2013 13:37:35 GMT</pubDate><guid isPermaLink="false">New Comment on "Documentation" 20130108013735P</guid></item><item><title>Commented Issue: TFS check out of minified files [88]</title><link>http://chirpy.codeplex.com/workitem/88</link><description>We like to keep all our minified files checked into to TFS, this means that every time you modify the config or the js files an error occurs if you haven&amp;#39;t manually checked out the minified files. Is it possible to automate the check out of the files when chirpy attempts to modify them.&lt;br /&gt;Comments: There are still issues here I believe. We have this mainly with the config functionality. Upon saving the config file, checkout is prompted for that config file, but checkout prompts are not correctly fired for all the minified files to be generated as part of the config.&amp;#10;&amp;#10;Have looked at the code for this, and it appeared as if though for every file being generated as part of the config, it was checking out the config again &amp;#40;if it wasn&amp;#39;t already checked out&amp;#41;, not the JS file itself. Have tested a change in my development environment and appears to be working correctly, but not sure if there have been any repercussions as of yet, still need to test it, but I do get the checkout prompts for the correct files now so if it all seems to be working correctly, I will submit a pull request with the fix.</description><author>hdougie</author><pubDate>Tue, 08 Jan 2013 11:55:38 GMT</pubDate><guid isPermaLink="false">Commented Issue: TFS check out of minified files [88] 20130108115538A</guid></item><item><title>New Post: VS 2012 and CSS, does it work?</title><link>http://chirpy.codeplex.com/discussions/428376</link><description>&lt;div style="line-height: normal;"&gt;
&lt;p&gt;I am using the latest 2.06 build with VS 2012 and seem to be unable to get it to work with CSS files.&lt;br&gt;
&lt;br&gt;
I use Chirpy by naming files like e.g. styles.chirpy.css which then automatically creates styles.min.css when you save the file.&lt;/p&gt;
&lt;p&gt;When I try and save the file I get the following error:&lt;/p&gt;
&lt;p&gt;Error&amp;nbsp;&amp;nbsp;&amp;nbsp; 22&amp;nbsp;&amp;nbsp;&amp;nbsp; Fatal error, cannot continue: The method 'ToStringJS' is not generic&amp;nbsp;&amp;nbsp;&amp;nbsp; C:\inetpub\wwwroot\accuwebnew\css\styles.chirp.css&amp;nbsp;&amp;nbsp;&amp;nbsp; 1&amp;nbsp;&amp;nbsp;&amp;nbsp; 1&amp;nbsp;&amp;nbsp;&amp;nbsp; AccuWeb&lt;/p&gt;
&lt;p&gt;Googling bring me to http://stackoverflow.com/questions/7691415/fatal-error-cannot-continue-the-method-tostringjs-is-not-generic but this doesnt seem to help in any way.&lt;/p&gt;
&lt;p&gt;Doing the same with JS files works fine&lt;br&gt;
e.g. scripts.yui.js creates scripts.min.js&lt;/p&gt;
&lt;p&gt;Does anyone have any ideas please?&lt;/p&gt;
&lt;p&gt;Thanks&lt;/p&gt;
&lt;/div&gt;</description><author>JohnDillonUk</author><pubDate>Thu, 03 Jan 2013 13:35:51 GMT</pubDate><guid isPermaLink="false">New Post: VS 2012 and CSS, does it work? 20130103013551P</guid></item><item><title>Commented Issue: uninstall [119]</title><link>http://chirpy.codeplex.com/workitem/119</link><description>can&amp;#39;t see anyway to uninstall Chirpy...please advise.&lt;br /&gt;Comments: So, I removed the DLL&amp;#39;s from the AddIns folder, but there are still remnants of the add-in leftover in Visual Studio. I was able to get rid of the Solution Explorer contextual menu items by clicking on each one, at which point VS throws up a warning dialog saying that the AddIn cannot be found and offers to remove.</description><author>danthman</author><pubDate>Mon, 31 Dec 2012 07:07:57 GMT</pubDate><guid isPermaLink="false">Commented Issue: uninstall [119] 20121231070757A</guid></item><item><title>Commented Issue: uninstall [119]</title><link>http://chirpy.codeplex.com/workitem/119</link><description>can&amp;#39;t see anyway to uninstall Chirpy...please advise.&lt;br /&gt;Comments: The fact that Chirpy doesn&amp;#39;t provide a clean uninstall, makes me want to uninstall it even more&amp;#33;</description><author>q42jaap</author><pubDate>Fri, 28 Dec 2012 09:35:07 GMT</pubDate><guid isPermaLink="false">Commented Issue: uninstall [119] 20121228093507A</guid></item><item><title>New Post: Re-generate all minified files on build/deploy?</title><link>http://chirpy.codeplex.com/discussions/232543</link><description>&lt;div style="line-height: normal;"&gt;
&lt;p&gt;Seems that console app doesn't checkout minified files from TFS. Is it possible to extend it so it does?&amp;nbsp;&lt;/p&gt;
&lt;/div&gt;</description><author>creage</author><pubDate>Tue, 25 Dec 2012 21:00:22 GMT</pubDate><guid isPermaLink="false">New Post: Re-generate all minified files on build/deploy? 20121225090022P</guid></item><item><title>Edited Issue: Java x64 [165]</title><link>http://chirpy.codeplex.com/workitem/165</link><description>Java virtual machine x64 fail to detect and set for Google closure compiler &amp;#40;offline mode&amp;#41;.&amp;#60;br &amp;#47;&amp;#62;It may be increase speed.&amp;#60;br &amp;#47;&amp;#62;Thanks&lt;br /&gt;</description><author>emdadgar2</author><pubDate>Tue, 18 Dec 2012 03:23:45 GMT</pubDate><guid isPermaLink="false">Edited Issue: Java x64 [165] 20121218032345A</guid></item><item><title>Created Issue: Java x64 [165]</title><link>http://chirpy.codeplex.com/workitem/165</link><description>Java virtual machine x64 fail to detect and set for Google closure compiler&lt;br /&gt;</description><author>emdadgar2</author><pubDate>Tue, 18 Dec 2012 03:22:31 GMT</pubDate><guid isPermaLink="false">Created Issue: Java x64 [165] 20121218032231A</guid></item><item><title>Reviewed: Margogype Chirpy (ver 2.01) (Nov 26, 2012)</title><link>http://chirpy.codeplex.com/releases/view/61897#ReviewBy-blyry</link><description>Rated 3 Stars &amp;#40;out of 5&amp;#41; - Chirpy tries to do everything, and in the end is more hassle than it&amp;#39;s worth. The lack of documentation is pretty killer imho. The Web Essentials extension does most everything chirpy does, but better.</description><author>blyry</author><pubDate>Mon, 26 Nov 2012 18:03:48 GMT</pubDate><guid isPermaLink="false">Reviewed: Margogype Chirpy (ver 2.01) (Nov 26, 2012) 20121126060348P</guid></item><item><title>Reviewed: Margogype Chirpy (ver 2.01) (Nov 26, 2012)</title><link>http://chirpy.codeplex.com/releases/view/61897#ReviewBy-blyry</link><description>Rated 3 Stars &amp;#40;out of 5&amp;#41; - Chirpy tries to do everything, and in the end is more hassle than it&amp;#39;s worth. The lack of documentation is pretty killer imho.</description><author>blyry</author><pubDate>Mon, 26 Nov 2012 17:41:01 GMT</pubDate><guid isPermaLink="false">Reviewed: Margogype Chirpy (ver 2.01) (Nov 26, 2012) 20121126054101P</guid></item><item><title>Commented Issue: Installer Error - Could not access network location [118]</title><link>http://chirpy.codeplex.com/workitem/118</link><description>I get an installer error as follows&amp;#58;&lt;br /&gt;Could not access network location &amp;#92;&amp;#92;&amp;#91;shared&amp;#93;&amp;#92;&amp;#91;user&amp;#93;&amp;#92;&amp;#92;Visual Studio 2010&amp;#92;AddIns.&lt;br /&gt;&lt;br /&gt;I&amp;#39;m pretty sure it&amp;#39;s due to the extra backslash. Please help, I have a default installation of Visual Studio 2010 Professional.&lt;br /&gt;&lt;br /&gt;Thanks&amp;#33;&lt;br /&gt;Comments: Thanks for posting this. I was looking for ages for a solution to this.</description><author>nottrobin</author><pubDate>Mon, 26 Nov 2012 13:23:49 GMT</pubDate><guid isPermaLink="false">Commented Issue: Installer Error - Could not access network location [118] 20121126012349P</guid></item><item><title>Reviewed: Margogype Chirpy (ver 2.01) (Nov 20, 2012)</title><link>http://chirpy.codeplex.com/releases/view/61897#ReviewBy-Const_me</link><description>Rated 1 Stars &amp;#40;out of 5&amp;#41; - No documentation.&amp;#10;&amp;#10;The only article &amp;#40;on dotnetchunks.com&amp;#41; is about ASP.NET, in my WP7 project I don&amp;#39;t even have the &amp;#34;Content&amp;#34; folder to place the config &amp;#40;I was only interested in its T4 functionality&amp;#41;</description><author>Const_me</author><pubDate>Tue, 20 Nov 2012 14:16:54 GMT</pubDate><guid isPermaLink="false">Reviewed: Margogype Chirpy (ver 2.01) (Nov 20, 2012) 20121120021654P</guid></item></channel></rss>