<?xml version="1.0" encoding="UTF-8" standalone="yes"?>
<rss version="2.0">
  <channel>
  <title>Spark View Engine Dev Google Group</title>
  <link>http://groups.google.com/group/spark-dev</link>
  <description>Development discussion and project notification for Spark view engine</description>
  <language>en</language>
  <item>
  <title>Re: Spark Memory Issue with Many Custom Master Layouts</title>
  <link>http://groups.google.com/group/spark-dev/browse_thread/thread/123414cbe968359f/94c69ac3965b35b4?show_docid=94c69ac3965b35b4</link>
  <description>
  Many thanks JAmes &amp;amp; Ben for working with me to find the issue and providing &lt;br&gt; a solution to reliably reproduce this. I&#39;ll let you know once I&#39;ve had a &lt;br&gt; chance to dig into the BatchCompilation stuff and release the memory being &lt;br&gt; held onto. &lt;br&gt; &lt;p&gt;Cheers, &lt;br&gt; Rob
  </description>
  <guid isPermaLink="true">http://groups.google.com/group/spark-dev/browse_thread/thread/123414cbe968359f/94c69ac3965b35b4?show_docid=94c69ac3965b35b4</guid>
  <author>
  robertgreyl...@gmail.com
  (Robert Greyling)
  </author>
  <pubDate>Mon, 15 Apr 2013 09:22:56 UT
</pubDate>
  </item>
  <item>
  <title>Re: Spark Memory Issue with Many Custom Master Layouts</title>
  <link>http://groups.google.com/group/spark-dev/browse_thread/thread/123414cbe968359f/c625560cda866b1c?show_docid=c625560cda866b1c</link>
  <description>
  A follow up. &lt;br&gt; &lt;p&gt;After working with Rob on this offline (thanks again Rob), we resolved &lt;br&gt; this. We cleaned up the way we were loading our themes (although in &lt;br&gt; practice, it&#39;s not a whole lot different that what was described in the OP) &lt;br&gt; and we found a way to precompile all of our themes in a windows service.
  </description>
  <guid isPermaLink="true">http://groups.google.com/group/spark-dev/browse_thread/thread/123414cbe968359f/c625560cda866b1c?show_docid=c625560cda866b1c</guid>
  <author>
  ja...@glinsek.com
  (James G)
  </author>
  <pubDate>Sun, 14 Apr 2013 21:50:31 UT
</pubDate>
  </item>
  <item>
  <title>Re: Accessing a collection from Javascript Event</title>
  <link>http://groups.google.com/group/spark-dev/browse_thread/thread/cc6ec3a4e411f5f4/59d802679c7e636a?show_docid=59d802679c7e636a</link>
  <description>
  Hi Ivaylo, &lt;br&gt; I&#39;m confused as to why you&#39;re &lt;br&gt; enclosing &amp;quot;this.options[this.selectedInd ex].value&amp;quot; in quotes. Are you &lt;br&gt; trying to inject a javascript value into the Spark rendering cycle? &lt;br&gt; Cheers, &lt;br&gt; Rob
  </description>
  <guid isPermaLink="true">http://groups.google.com/group/spark-dev/browse_thread/thread/cc6ec3a4e411f5f4/59d802679c7e636a?show_docid=59d802679c7e636a</guid>
  <author>
  robertgreyl...@gmail.com
  (RobertTheGrey)
  </author>
  <pubDate>Mon, 08 Apr 2013 19:54:25 UT
</pubDate>
  </item>
  <item>
  <title>Accessing a collection from Javascript Event</title>
  <link>http://groups.google.com/group/spark-dev/browse_thread/thread/cc6ec3a4e411f5f4/2f325c1a62f44de8?show_docid=2f325c1a62f44de8</link>
  <description>
  How can I pass the value of this.options[this.selectedInde x].value to the &lt;br&gt; Model in the onChange Method &lt;br&gt; &amp;lt;select name=&amp;quot;fortbildungen&amp;quot; &lt;br&gt; onChange=&#39;document.fortbildung sform.beschreibung.value = &lt;br&gt; &amp;quot;${Model.FortbildungenMitBesch reibung[&amp;quot;this.options[this.sel ectedIndex].value&amp;quot;]}&amp;quot;&#39;&amp;gt; &lt;br&gt; &amp;lt;for each=&#39;var fortbildung in Model.Fortbildungen&#39;&amp;gt;
  </description>
  <guid isPermaLink="true">http://groups.google.com/group/spark-dev/browse_thread/thread/cc6ec3a4e411f5f4/2f325c1a62f44de8?show_docid=2f325c1a62f44de8</guid>
  <author>
  iimat...@gmail.com
  (Ivaylo Mateev)
  </author>
  <pubDate>Mon, 08 Apr 2013 15:33:33 UT
</pubDate>
  </item>
  <item>
  <title>Re: Duplicate assembly issue</title>
  <link>http://groups.google.com/group/spark-dev/browse_thread/thread/242ec8a673e146cd/8b6f14858bd2abdb?show_docid=8b6f14858bd2abdb</link>
  <description>
  Here you go: &lt;a target=&quot;_blank&quot; rel=nofollow href=&quot;http://hg.tronik.co.uk/spark-anonymous-type-bug/overview&quot;&gt;[link]&lt;/a&gt;
  </description>
  <guid isPermaLink="true">http://groups.google.com/group/spark-dev/browse_thread/thread/242ec8a673e146cd/8b6f14858bd2abdb?show_docid=8b6f14858bd2abdb</guid>
  <author>
  m...@tronik.co.uk
  (Matt Ross)
  </author>
  <pubDate>Thu, 28 Mar 2013 14:11:27 UT
</pubDate>
  </item>
  <item>
  <title>Re: Duplicate assembly issue</title>
  <link>http://groups.google.com/group/spark-dev/browse_thread/thread/242ec8a673e146cd/424469b34e1bd31a?show_docid=424469b34e1bd31a</link>
  <description>
  Thanks for the update Matt. I don&#39;t think anon types is a no-no per se, I&#39;m &lt;br&gt; pretty sure I&#39;ve used them before, but there may very well be things that &lt;br&gt; are not accounted for in the engine which may lead to a bug. &lt;br&gt; &lt;p&gt;Have you got a small reproducible sample I can download a zip or git repo &lt;br&gt; to test and debug locally to get to the bottom of it?
  </description>
  <guid isPermaLink="true">http://groups.google.com/group/spark-dev/browse_thread/thread/242ec8a673e146cd/424469b34e1bd31a?show_docid=424469b34e1bd31a</guid>
  <author>
  robertgreyl...@gmail.com
  (Robert Greyling)
  </author>
  <pubDate>Wed, 27 Mar 2013 13:48:24 UT
</pubDate>
  </item>
  <item>
  <title>Re: Tweaking TargetFrameworkVersion when calling the (nant) build script</title>
  <link>http://groups.google.com/group/spark-dev/browse_thread/thread/804391f3579f931c/b105f2e7ff973252?show_docid=b105f2e7ff973252</link>
  <description>
  Hi Morten, &lt;br&gt; &lt;p&gt;In the root folder is a spark.build file which nant uses. In that file is a &lt;br&gt; node like this which you can change: &lt;br&gt; &lt;p&gt;&amp;lt;property name=&amp;quot;nant.settings.currentfra mework&amp;quot; value=&amp;quot;net-3.5&amp;quot; /&amp;gt; &lt;br&gt; &lt;p&gt;Cheers, &lt;br&gt; Rob
  </description>
  <guid isPermaLink="true">http://groups.google.com/group/spark-dev/browse_thread/thread/804391f3579f931c/b105f2e7ff973252?show_docid=b105f2e7ff973252</guid>
  <author>
  robertgreyl...@gmail.com
  (Robert Greyling)
  </author>
  <pubDate>Wed, 27 Mar 2013 13:45:27 UT
</pubDate>
  </item>
  <item>
  <title>Re: Duplicate assembly issue</title>
  <link>http://groups.google.com/group/spark-dev/browse_thread/thread/242ec8a673e146cd/c81c09b690753f1b?show_docid=c81c09b690753f1b</link>
  <description>
  Hey Rob, &lt;br&gt; Just wanted to let you know that I was still getting an error: &lt;br&gt; Dynamic view compilation failed. &lt;br&gt; (0,0): error CS0518: Predefined type &lt;br&gt; &#39;Microsoft.CSharp.RuntimeBinde r.Binder&#39; is not defined or imported &lt;br&gt; I managed to reliably reproduce the error. When I deploy updates via &lt;br&gt; TeamCity everything works fine. However, if I recycle the AppPool in IIS I
  </description>
  <guid isPermaLink="true">http://groups.google.com/group/spark-dev/browse_thread/thread/242ec8a673e146cd/c81c09b690753f1b?show_docid=c81c09b690753f1b</guid>
  <author>
  m...@tronik.co.uk
  (autonomatt)
  </author>
  <pubDate>Tue, 26 Mar 2013 16:52:53 UT
</pubDate>
  </item>
  <item>
  <title>Re: Tweaking TargetFrameworkVersion when calling the (nant) build script</title>
  <link>http://groups.google.com/group/spark-dev/browse_thread/thread/804391f3579f931c/9d81ef54e7f10e3d?show_docid=9d81ef54e7f10e3d</link>
  <description>
  Thanks. &lt;br&gt; Isn&#39;t spark distributed targeting different fx-versions (and even different &lt;br&gt; clr-versions, targeting 2.0-3.5)? How do you specify the target fx-version &lt;br&gt; when building on the commandline using nant?
  </description>
  <guid isPermaLink="true">http://groups.google.com/group/spark-dev/browse_thread/thread/804391f3579f931c/9d81ef54e7f10e3d?show_docid=9d81ef54e7f10e3d</guid>
  <author>
  mmax...@gmail.com
  (maxild)
  </author>
  <pubDate>Mon, 25 Mar 2013 09:24:31 UT
</pubDate>
  </item>
  <item>
  <title>Re: Tweaking TargetFrameworkVersion when calling the (nant) build script</title>
  <link>http://groups.google.com/group/spark-dev/browse_thread/thread/804391f3579f931c/89c77145a42085ca?show_docid=89c77145a42085ca</link>
  <description>
  The issue with the MVC4 Spark nuget has been fixed
  </description>
  <guid isPermaLink="true">http://groups.google.com/group/spark-dev/browse_thread/thread/804391f3579f931c/89c77145a42085ca?show_docid=89c77145a42085ca</guid>
  <author>
  robertgreyl...@gmail.com
  (RobertTheGrey)
  </author>
  <pubDate>Sat, 23 Mar 2013 11:47:25 UT
</pubDate>
  </item>
  <item>
  <title>Re: Tweaking TargetFrameworkVersion when calling the (nant) build script</title>
  <link>http://groups.google.com/group/spark-dev/browse_thread/thread/804391f3579f931c/b6c6976b1b8dc6bd?show_docid=b6c6976b1b8dc6bd</link>
  <description>
  There&#39;s nothing specific to the build server - since the build server is &lt;br&gt; any one of my machines at any time, so it&#39;s all definitely in the source &lt;br&gt; tree. We&#39;re not targeting fx-versions through nuget - we just build up &lt;br&gt; packages that contain various compiled versions of the dll so that nuget &lt;br&gt; can provide the required version.
  </description>
  <guid isPermaLink="true">http://groups.google.com/group/spark-dev/browse_thread/thread/804391f3579f931c/b6c6976b1b8dc6bd?show_docid=b6c6976b1b8dc6bd</guid>
  <author>
  robertgreyl...@gmail.com
  (Robert Greyling)
  </author>
  <pubDate>Thu, 21 Mar 2013 14:56:11 UT
</pubDate>
  </item>
  <item>
  <title>Tweaking TargetFrameworkVersion when calling the (nant) build script</title>
  <link>http://groups.google.com/group/spark-dev/browse_thread/thread/804391f3579f931c/7c1b93fe001ea32a?show_docid=7c1b93fe001ea32a</link>
  <description>
  Hi, &lt;br&gt; is it possible to build for different framework versions on the &lt;br&gt; commandline. I normally use /property:TargetFrameworkVersi on=[v4.0|v4.5] in &lt;br&gt; my scripts when calling into msbuild. But I cannot see how the &lt;br&gt; nant (spark.build) file does that. And I know that spark is targeting &lt;br&gt; different fx-versions through nuget? Is something fishy going on only on
  </description>
  <guid isPermaLink="true">http://groups.google.com/group/spark-dev/browse_thread/thread/804391f3579f931c/7c1b93fe001ea32a?show_docid=7c1b93fe001ea32a</guid>
  <author>
  mmax...@gmail.com
  (maxild)
  </author>
  <pubDate>Thu, 21 Mar 2013 14:50:28 UT
</pubDate>
  </item>
  <item>
  <title>Re: Duplicate assembly issue</title>
  <link>http://groups.google.com/group/spark-dev/browse_thread/thread/242ec8a673e146cd/f9180de3e2f18adc?show_docid=f9180de3e2f18adc</link>
  <description>
  Great news - keep us posted if it happens again.
  </description>
  <guid isPermaLink="true">http://groups.google.com/group/spark-dev/browse_thread/thread/242ec8a673e146cd/f9180de3e2f18adc?show_docid=f9180de3e2f18adc</guid>
  <author>
  robertgreyl...@gmail.com
  (Robert Greyling)
  </author>
  <pubDate>Mon, 18 Mar 2013 10:35:15 UT
</pubDate>
  </item>
  <item>
  <title>Re: Duplicate assembly issue</title>
  <link>http://groups.google.com/group/spark-dev/browse_thread/thread/242ec8a673e146cd/c195a989885b2dcc?show_docid=c195a989885b2dcc</link>
  <description>
  Hi Rob, &lt;br&gt; I think we&#39;ve cracked it now. It turns out that the Spark View Engine was &lt;br&gt; getting registered twice. Once in global.asx and once in the WebActivator &lt;br&gt; class that gets added by nuget. We removed the latter file and it appears &lt;br&gt; to have fixed the issue. Although we can&#39;t be 100% sure since the error was
  </description>
  <guid isPermaLink="true">http://groups.google.com/group/spark-dev/browse_thread/thread/242ec8a673e146cd/c195a989885b2dcc?show_docid=c195a989885b2dcc</guid>
  <author>
  m...@tronik.co.uk
  (autonomatt)
  </author>
  <pubDate>Mon, 18 Mar 2013 10:33:53 UT
</pubDate>
  </item>
  <item>
  <title>Re: Duplicate assembly issue</title>
  <link>http://groups.google.com/group/spark-dev/browse_thread/thread/242ec8a673e146cd/fdab5db7d037bc0b?show_docid=fdab5db7d037bc0b</link>
  <description>
  Hi Rob, &lt;br&gt; &lt;p&gt;It&#39;s a fairly large ecommerce website. I will try and extract the relevant &lt;br&gt; part of this project so that you might reproduce this. Thanks for taking &lt;br&gt; the time to look at this. &lt;br&gt; &lt;p&gt;It&#39;s a stab in the dark, but we did initially referenced spark manually, &lt;br&gt; before removing and then nugetting the latest version of spark.mvc3. I
  </description>
  <guid isPermaLink="true">http://groups.google.com/group/spark-dev/browse_thread/thread/242ec8a673e146cd/fdab5db7d037bc0b?show_docid=fdab5db7d037bc0b</guid>
  <author>
  m...@tronik.co.uk
  (Matt Ross)
  </author>
  <pubDate>Sat, 16 Mar 2013 00:11:39 UT
</pubDate>
  </item>
  </channel>
</rss>
