<?xml version="1.0" encoding="UTF-8" ?>
<rss version="2.0" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:atom="http://www.w3.org/2005/Atom">
	<channel>
		<title>
			Comments at DigitallyCreated Blog
		</title>
		<link>http://www.digitallycreated.net/Blog/CommentRss</link>
		<atom:link href="http://www.digitallycreated.net/Blog/CommentRss" rel="self" type="application/rss+xml" />
		<description>
			A feed of all comments that are posted on any blog at DigitallyCreated.
		</description>
		<lastBuildDate>Fri, 18 May 2012 09:05:28 GMT</lastBuildDate>
		
		
			<item>
				<title>Irv commented on &quot;Getting the Correct HTTP Status Codes out of ASP.NET Custom Error Pages&quot;</title>
				<link>http://www.digitallycreated.net/Blog/57/getting-the-correct-http-status-codes-out-of-asp.net-custom-error-pages#Comment70</link>
				<guid isPermaLink="false">DigitallyCreated Comment ID: 70</guid>
				<dc:creator>Irv</dc:creator>
				<pubDate>Thu, 17 May 2012 11:47:01 GMT</pubDate>
				<description>
					For handling application errors which throw outside the controller logic (global.asax, routes, filters etc) you should provide static html error page, otherwise asp.net default error page will be displayed.
				</description>
			</item>
		
		
			<item>
				<title>Magnus commented on &quot;Locally publishing a VS2010 ASP.NET web application using MSBuild&quot;</title>
				<link>http://www.digitallycreated.net/Blog/59/locally-publishing-a-vs2010-asp.net-web-application-using-msbuild#Comment69</link>
				<guid isPermaLink="false">DigitallyCreated Comment ID: 69</guid>
				<dc:creator>Magnus</dc:creator>
				<pubDate>Tue, 17 Apr 2012 16:53:22 GMT</pubDate>
				<description>
					Been looking for this for a long time for our build server without finding any good solution. Thank you very much!
				</description>
			</item>
		
		
			<item>
				<title>Izreke commented on &quot;Getting the Correct HTTP Status Codes out of ASP.NET Custom Error Pages&quot;</title>
				<link>http://www.digitallycreated.net/Blog/57/getting-the-correct-http-status-codes-out-of-asp.net-custom-error-pages#Comment68</link>
				<guid isPermaLink="false">DigitallyCreated Comment ID: 68</guid>
				<dc:creator>Izreke</dc:creator>
				<pubDate>Thu, 12 Apr 2012 13:42:28 GMT</pubDate>
				<description>
					This is really helpful,thank you so much. Only thing that I did was change Response.StatusCode = (int)HttpStatusCode.NotFound; took it from view and added it to error controller berfore returning views.
				</description>
			</item>
		
		
			<item>
				<title>sproket99 commented on &quot;Locally publishing a VS2010 ASP.NET web application using MSBuild&quot;</title>
				<link>http://www.digitallycreated.net/Blog/59/locally-publishing-a-vs2010-asp.net-web-application-using-msbuild#Comment67</link>
				<guid isPermaLink="false">DigitallyCreated Comment ID: 67</guid>
				<dc:creator>sproket99</dc:creator>
				<pubDate>Mon, 09 Apr 2012 08:59:49 GMT</pubDate>
				<description>
					Great post. Thank you very much... 
				</description>
			</item>
		
		
			<item>
				<title>Ilyas commented on &quot;Dynamic Queries in Entity Framework using Expression Trees&quot;</title>
				<link>http://www.digitallycreated.net/Blog/37/dynamic-queries-in-entity-framework-using-expression-trees#Comment66</link>
				<guid isPermaLink="false">DigitallyCreated Comment ID: 66</guid>
				<dc:creator>Ilyas</dc:creator>
				<pubDate>Fri, 23 Mar 2012 15:00:24 GMT</pubDate>
				<description>
					Why not do the following instead:&lt;br/&gt;&lt;br/&gt;    Using context = New NewProData_RC3Entities&lt;br/&gt;&lt;br/&gt;        Dim Ids As New List(Of Integer)&lt;br/&gt;        Ids.Add(1)&lt;br/&gt;        Ids.Add(2)&lt;br/&gt;        Dim query = context.Addresses.Where(Function(x) Ids.Contains(x.Address_PK))&lt;br/&gt;        Dim result1 = query.ToList()&lt;br/&gt;End Using
				</description>
			</item>
		
		
			<item>
				<title>jyee commented on &quot;Combining multiple assemblies into a single EXE for a WPF application&quot;</title>
				<link>http://www.digitallycreated.net/Blog/61/combining-multiple-assemblies-into-a-single-exe-for-a-wpf-application#Comment65</link>
				<guid isPermaLink="false">DigitallyCreated Comment ID: 65</guid>
				<dc:creator>jyee</dc:creator>
				<pubDate>Thu, 08 Mar 2012 00:13:48 GMT</pubDate>
				<description>
					I ran into a problem with this technique: &lt;a href=&quot;http://stackoverflow.com/questions/9611154/assemblyresolve-event-fires-when-calling-assembly-loadbyte&quot;&gt;http://stackoverflow.com/questions/9611154/assemblyresolve-event-fires-when-calling-assembly-loadbyte&lt;/a&gt;
				</description>
			</item>
		
		
			<item>
				<title>Amit commented on &quot;Using Makecert to Create Certificates for Development&quot;</title>
				<link>http://www.digitallycreated.net/Blog/38/using-makecert-to-create-certificates-for-development#Comment64</link>
				<guid isPermaLink="false">DigitallyCreated Comment ID: 64</guid>
				<dc:creator>Amit</dc:creator>
				<pubDate>Wed, 29 Feb 2012 10:42:55 GMT</pubDate>
				<description>
					Great Blog Suppeeerrrrr like....:)
				</description>
			</item>
		
		
			<item>
				<title>Sujai commented on &quot;ASP.NET MVC Compared to JSF&quot;</title>
				<link>http://www.digitallycreated.net/Blog/41/asp.net-mvc-compared-to-jsf#Comment63</link>
				<guid isPermaLink="false">DigitallyCreated Comment ID: 63</guid>
				<dc:creator>Sujai</dc:creator>
				<pubDate>Tue, 14 Feb 2012 00:53:39 GMT</pubDate>
				<description>
					I think the blog post needs a revisit as many things have changed now.&lt;br/&gt;&lt;br/&gt;I would suggest you to have a look at&lt;br/&gt;JSF 2 (You get the master page and more from this)&lt;br/&gt;Primfaces 3 (&lt;a href=&quot;http://primefaces.org&quot;&gt;http://primefaces.org&lt;/a&gt;)&lt;br/&gt;Pretty Faces (&lt;a href=&quot;http://ocpsoft.com/prettyfaces/&quot;&gt;http://ocpsoft.com/prettyfaces/&lt;/a&gt;)&lt;br/&gt;&lt;br/&gt;This fixes most of all what you need. Most of the other things are already explained by Others in previous comments.&lt;br/&gt;&lt;br/&gt;We have both .Net team and Java Team, while the JSF team with primefaces delivers faster than the .net team in most scenarios. The widgets in primefaces are amazing, the xhtml file is clean and makes developers comfortable in implementing AJAX too, no javascript code is required except any 3rd party usage comes to the game.
				</description>
			</item>
		
		
			<item>
				<title>Unknown (myopenid) commented on &quot;Entity Framework, TransactionScope and MSDTC&quot;</title>
				<link>http://www.digitallycreated.net/Blog/48/entity-framework-transactionscope-and-msdtc#Comment62</link>
				<guid isPermaLink="false">DigitallyCreated Comment ID: 62</guid>
				<dc:creator>Unknown (myopenid)</dc:creator>
				<pubDate>Tue, 24 Jan 2012 15:07:44 GMT</pubDate>
				<description>
					Hi, I am writing a serial transaction and had some troubles.&lt;br/&gt;If I only execute one thread, it executes fast, no waiting.&lt;br/&gt;If I execute two or more threads, the first thread that complete takes too much time but subsequent threads are fast, why?&lt;br/&gt;&lt;br/&gt;If I run two process concurrently of this program, each process's first thread takes too much time to complete but subsequent are fast, is this normal?&lt;br/&gt;&lt;br/&gt;I am using sql express 2008&lt;br/&gt;&lt;br/&gt;tanks.&lt;br/&gt;&lt;br/&gt;class Program&lt;br/&gt;    {&lt;br/&gt;        int numero;&lt;br/&gt;&lt;br/&gt;        Program(int numero)&lt;br/&gt;        {&lt;br/&gt;            this.numero = numero;&lt;br/&gt;        }&lt;br/&gt;&lt;br/&gt;        static void Main(string[] args)&lt;br/&gt;        {&lt;br/&gt;            Console.WriteLine(&amp;quot;Puede presionar una tecla para salir en cualquier momento&amp;quot;);&lt;br/&gt;&lt;br/&gt;            for (int i = 0; i &amp;lt; 10; i++)&lt;br/&gt;            {&lt;br/&gt;                Program p = new Program(i + 1);&lt;br/&gt;                Thread t = new Thread(p.Ejecutar);&lt;br/&gt;                t.Start();&lt;br/&gt;            }&lt;br/&gt;&lt;br/&gt;            Console.ReadKey();&lt;br/&gt;        }&lt;br/&gt;&lt;br/&gt;        public void Ejecutar()&lt;br/&gt;        {  &lt;br/&gt;            bool esPosibleProseguir = true;&lt;br/&gt;            while (esPosibleProseguir)&lt;br/&gt;            {&lt;br/&gt;                Database1Entities cx = new Database1Entities();&lt;br/&gt;                TransactionOptions opts = new TransactionOptions();&lt;br/&gt;                opts.IsolationLevel = System.Transactions.IsolationLevel.Serializable;&lt;br/&gt;                System.Transactions.TransactionScope scope = new System.Transactions.TransactionScope(TransactionScopeOption.Required, opts);&lt;br/&gt;&lt;br/&gt;                try&lt;br/&gt;                {&lt;br/&gt;                    //var mayor = cx.Numeracion.First();&lt;br/&gt;                    //int nuevo = mayor.Numero + 1;&lt;br/&gt;                    cx.Connection.Open();&lt;br/&gt;&lt;br/&gt;                    int nuevo = cx.VistaNumero.First().Actual;&lt;br/&gt;&lt;br/&gt;                    var per = new Persona();&lt;br/&gt;                    per.Nombre = string.Format(&amp;quot;Persona-{0}&amp;quot;, nuevo);&lt;br/&gt;                    per.Ci = (1000 + nuevo).ToString();&lt;br/&gt;                    per.Numero = nuevo;&lt;br/&gt;                    cx.Persona.AddObject(per);&lt;br/&gt;&lt;br/&gt;                    /&lt;a href=&quot;/mayor.&quot;&gt;/mayor.&lt;/a&gt;Numero = nuevo;&lt;br/&gt;&lt;br/&gt;                    cx.SaveChanges();&lt;br/&gt;                    scope.Complete();&lt;br/&gt;&lt;br/&gt;&lt;br/&gt;                    Console.WriteLine(&amp;quot;Hilo: {0}, Crea persona: {1}&amp;quot;, this.numero, nuevo);&lt;br/&gt;                    break;&lt;br/&gt;                }&lt;br/&gt;                catch (UpdateException ex1)&lt;br/&gt;                {&lt;br/&gt;                    esPosibleProseguir = true;&lt;br/&gt;                }&lt;br/&gt;                catch (TransactionAbortedException ex2)&lt;br/&gt;                {&lt;br/&gt;                    esPosibleProseguir = true;&lt;br/&gt;                }&lt;br/&gt;                catch (Exception ex)&lt;br/&gt;                {&lt;br/&gt;                    Console.WriteLine(&amp;quot;Hilo: {0}, Excepci&amp;#243;n: {1}, Mensaje: {2}&amp;quot;, this.numero, ex.GetType().Name, ex.Message);&lt;br/&gt;                    esPosibleProseguir = false;&lt;br/&gt;                }&lt;br/&gt;                finally&lt;br/&gt;                {&lt;br/&gt;                    DisponerObjeto(scope);&lt;br/&gt;                    DisponerObjeto(cx);&lt;br/&gt;                }&lt;br/&gt;            }&lt;br/&gt;        }&lt;br/&gt;&lt;br/&gt;        private void DisponerObjeto(IDisposable obj)&lt;br/&gt;        {&lt;br/&gt;            try&lt;br/&gt;            {&lt;br/&gt;                obj.Dispose();&lt;br/&gt;            }&lt;br/&gt;            catch (Exception ex)&lt;br/&gt;            {&lt;br/&gt;                Console.WriteLine(&amp;quot;Hilo: {0}, Excepci&amp;#243;n: {1}, Mensaje: {2}&amp;quot;, this.numero, ex.GetType().Name, ex.Message);&lt;br/&gt;            }&lt;br/&gt;        }&lt;br/&gt;    }
				</description>
			</item>
		
		
			<item>
				<title>superbDeveloper commented on &quot;Locally publishing a VS2010 ASP.NET web application using MSBuild&quot;</title>
				<link>http://www.digitallycreated.net/Blog/59/locally-publishing-a-vs2010-asp.net-web-application-using-msbuild#Comment61</link>
				<guid isPermaLink="false">DigitallyCreated Comment ID: 61</guid>
				<dc:creator>superbDeveloper</dc:creator>
				<pubDate>Tue, 20 Dec 2011 10:55:59 GMT</pubDate>
				<description>
					thanks works well
				</description>
			</item>
		
		
			<item>
				<title>jailhousejoe commented on &quot;Using Makecert to Create Certificates for Development&quot;</title>
				<link>http://www.digitallycreated.net/Blog/38/using-makecert-to-create-certificates-for-development#Comment60</link>
				<guid isPermaLink="false">DigitallyCreated Comment ID: 60</guid>
				<dc:creator>jailhousejoe</dc:creator>
				<pubDate>Wed, 16 Nov 2011 11:34:40 GMT</pubDate>
				<description>
					succint and well explained - thankyou your work was a great help
				</description>
			</item>
		
		
			<item>
				<title>Unknown (google) commented on &quot;Locally publishing a VS2010 ASP.NET web application using MSBuild&quot;</title>
				<link>http://www.digitallycreated.net/Blog/59/locally-publishing-a-vs2010-asp.net-web-application-using-msbuild#Comment59</link>
				<guid isPermaLink="false">DigitallyCreated Comment ID: 59</guid>
				<dc:creator>Unknown (google)</dc:creator>
				<pubDate>Tue, 08 Nov 2011 20:45:58 GMT</pubDate>
				<description>
					Hi,&lt;br/&gt;&lt;br/&gt;I encountered the following error when used the above publish to filesystem method&lt;br/&gt;&lt;br/&gt;MSB3021  unable to copy because a file or directory with the same name already exists.&lt;br/&gt;&lt;br/&gt;Any ideas?&lt;br/&gt;&lt;br/&gt;
				</description>
			</item>
		
		
			<item>
				<title>Robert Whane commented on &quot;ASP.NET MVC Compared to JSF&quot;</title>
				<link>http://www.digitallycreated.net/Blog/41/asp.net-mvc-compared-to-jsf#Comment58</link>
				<guid isPermaLink="false">DigitallyCreated Comment ID: 58</guid>
				<dc:creator>Robert Whane</dc:creator>
				<pubDate>Mon, 17 Oct 2011 17:43:58 GMT</pubDate>
				<description>
					Hi, interesting to read your comparison. There are a few things not entirely correct, let me explain:&lt;br/&gt;&lt;br/&gt;&amp;gt;All of this goes into the one XML file.&lt;br/&gt;&lt;br/&gt;This is not true and never had been true. From the beginning one could use the javax.faces.CONFIG_FILES parameter to specify multiple different files. You could have one xml for your managed beans, one for your navigation rules etc.&lt;br/&gt;&lt;br/&gt;In JSF 2.x the faces-config.xml files are largely redundant. In JSF 2.1 (current version) there isn't any kind of XML configuration file required if you are satisfied with the defaults (not even web.xml). See e.g. &lt;a href=&quot;http://jdevelopment.nl/minimal-3tier-java-ee-app-xml-config/&quot;&gt;http://jdevelopment.nl/minimal-3tier-java-ee-app-xml-config/&lt;/a&gt;&lt;br/&gt;&lt;br/&gt;Validators, managed beans, and a lot more are now recommended to be declared using a simple annotation (metadata) on the class in question. Navigation can make use of implicit rules, which means you don't define any rule but use the page (view) name directly.&lt;br/&gt;&lt;br/&gt;&amp;gt;JSF is a POST-&amp;gt;Redirect, GET-&amp;gt;Response.&lt;br/&gt;&lt;br/&gt;Well, there always has been the h:outputLink, and you could of course use the plain html a href. The downside of these were that you had to specify the full URL. In JSF 2.0 there's the h:link and h:button that support GET based navigation. There's also first-class support available to process GET based requests.&lt;br/&gt;&lt;br/&gt;&amp;gt;No Page Templating Support&lt;br/&gt;&lt;br/&gt;Also not entirely true. Facelets solves this and has been doing it for quite some time. Three years prior to writing your article, this one appeared: &lt;a href=&quot;http://www.ibm.com/developerworks/java/library/j-facelets/&quot;&gt;http://www.ibm.com/developerworks/java/library/j-facelets/&lt;/a&gt;&lt;br/&gt;&lt;br/&gt;It was a separate download back then, but there was very little reason not to use it. Nowadays in JSF 2.0 JSP has been completely deprecated and Facelets is the default templating language.&lt;br/&gt;&lt;br/&gt;&amp;gt;In JSF, it is awkward and difficult to communicate data between pages.&lt;br/&gt;&lt;br/&gt;For communication between requests to the same page, there is now the view scope. For communication between different pages there are various tools, like The Flash (inspired by RoR, like TempData), GET requests and because JSF can easily piggyback on CDI (new in Java EE 6), the conversation scope. Various extension projects (Seam 3, Apache CODI) allow you to very easily add additional scopes for communication between pages.&lt;br/&gt;&lt;br/&gt;&amp;gt;JSF doesn't really support URL query string parameters (since every link is a POST)&lt;br/&gt;&lt;br/&gt;As explained above, you could always use plain links or output links. The GET support in JSF 2.0 has first class support for query parameters and the redirect mechanism also allows one to use query parameters.&lt;br/&gt;&lt;br/&gt;Please see the updated version of the page you linked wrt communication between beans: &lt;a href=&quot;http://balusc.blogspot.com/2011/09/communication-in-jsf-20.html&quot;&gt;http://balusc.blogspot.com/2011/09/communication-in-jsf-20.html&lt;/a&gt;&lt;br/&gt;&lt;br/&gt;&amp;gt;JSF doesn't come with any of this stuff [AJAX/JS]ready and out of the box and due to its awkward page navigation system, makes it difficult to incorporate one of the existing technologies into it.&lt;br/&gt;&lt;br/&gt;Again not entirely true. Among others the a4j (ajax4jsf) library demonstrated very early on how AJAX could be used with JSF. This was actually quite easy. You just put the a4j:ajax tag around any existing non-ajax-aware component and it was ajaxified. This approach has been incorporated into the JSF standard in 2.0.&lt;br/&gt;&lt;br/&gt;You could also always use javascript on your JSF views. There was no specific restriction that prevented this.&lt;br/&gt;&lt;br/&gt;Hope this helped to clear up things a little ;)&lt;br/&gt;
				</description>
			</item>
		
		
			<item>
				<title>Adalton commented on &quot;More Dynamic Queries using Expression Trees&quot;</title>
				<link>http://www.digitallycreated.net/Blog/62/more-dynamic-queries-using-expression-trees#Comment57</link>
				<guid isPermaLink="false">DigitallyCreated Comment ID: 57</guid>
				<dc:creator>Adalton</dc:creator>
				<pubDate>Thu, 08 Sep 2011 17:46:49 GMT</pubDate>
				<description>
					This example is fantastic. Congratulations!!!&lt;br/&gt;&lt;br/&gt;I have a doubt. In this example, you put only Equal condition.&lt;br/&gt;&lt;br/&gt;In my scenario, I'd like put the LIKE Command. For example, tag.Name Like &amp;quot;abc&amp;quot;.&lt;br/&gt;&lt;br/&gt;Again, congratulations!!!
				</description>
			</item>
		
		
			<item>
				<title>Mack commented on &quot;Combining multiple assemblies into a single EXE for a WPF application&quot;</title>
				<link>http://www.digitallycreated.net/Blog/61/combining-multiple-assemblies-into-a-single-exe-for-a-wpf-application#Comment56</link>
				<guid isPermaLink="false">DigitallyCreated Comment ID: 56</guid>
				<dc:creator>Mack</dc:creator>
				<pubDate>Thu, 08 Sep 2011 12:11:40 GMT</pubDate>
				<description>
					Note that this won't work if you have any mixed mode assemblies.&lt;br/&gt;&lt;br/&gt;&lt;a href=&quot;https://connect.microsoft.com/VisualStudio/feedback/details/97801/loading-mixed-assembly-with-assembly-load-byte-throw-exception-changed-behaviour&quot;&gt;https://connect.microsoft.com/VisualStudio/feedback/details/97801/loading-mixed-assembly-with-assembly-load-byte-throw-exception-changed-behaviour&lt;/a&gt;
				</description>
			</item>
		
		
			<item>
				<title>Stefan commented on &quot;Removing a Windows System Certificate Store&quot;</title>
				<link>http://www.digitallycreated.net/Blog/58/removing-a-windows-system-certificate-store#Comment55</link>
				<guid isPermaLink="false">DigitallyCreated Comment ID: 55</guid>
				<dc:creator>Stefan</dc:creator>
				<pubDate>Tue, 30 Aug 2011 06:29:17 GMT</pubDate>
				<description>
					I'm sorry to say, but I'm definitely tired :-(&lt;br/&gt;&lt;br/&gt;I had to run my little utility at an elevated administrative level in order to delete certificate stores from local machine. &lt;br/&gt;&lt;br/&gt;Arghhh... I should have been aware of this (not the first time it happens).&lt;br/&gt;&lt;br/&gt;Thanks for this wonderful blog and useful information.&lt;br/&gt;
				</description>
			</item>
		
		
			<item>
				<title>Stefan commented on &quot;Removing a Windows System Certificate Store&quot;</title>
				<link>http://www.digitallycreated.net/Blog/58/removing-a-windows-system-certificate-store#Comment54</link>
				<guid isPermaLink="false">DigitallyCreated Comment ID: 54</guid>
				<dc:creator>Stefan</dc:creator>
				<pubDate>Tue, 30 Aug 2011 06:09:46 GMT</pubDate>
				<description>
					Thank you for pointing some of us in the right direction. &lt;br/&gt;&lt;br/&gt;I have a question: Have you ever tried to remove/delete a certificate store from the local machine instead of current user? &lt;br/&gt;&lt;br/&gt;I managed to delete certificate stores from the current user but never from the local machine. Curiously enough, the CertUnregisterSystemStore() call with (CERT_STORE_DELETE_FLAG | CERT_SYSTEM_STORE_LOCAL_MACHINE) ends up successfully every single time but without any effect!&lt;br/&gt;&lt;br/&gt;Michel I. Gallant (&lt;a href=&quot;http://www.jensign.com/JavaScience/www/deletesystemstore/index.html&quot;&gt;http://www.jensign.com/JavaScience/www/deletesystemstore/index.html&lt;/a&gt;) has a Java implementation where he seems to suggest that &amp;quot;Only deletion of CERT_SYSTEM_STORE_CURRENT_USER stores is enabled&amp;quot;. I wonder if he refers to Windows or to his own program. MSDN does not state anything clearly in this matter.&lt;br/&gt;&lt;br/&gt;Any comments are welcome. 
				</description>
			</item>
		
		
			<item>
				<title>greenaj commented on &quot;Combining multiple assemblies into a single EXE for a WPF application&quot;</title>
				<link>http://www.digitallycreated.net/Blog/61/combining-multiple-assemblies-into-a-single-exe-for-a-wpf-application#Comment53</link>
				<guid isPermaLink="false">DigitallyCreated Comment ID: 53</guid>
				<dc:creator>greenaj</dc:creator>
				<pubDate>Mon, 22 Aug 2011 21:25:15 GMT</pubDate>
				<description>
					I have been using this successfully on 32 bit Win 7 and Win XP Pro.  On 64 bit Win 7, this fails for release builds.  However, if you decorate you Program.Main with [MethodImpl(MethodImplOptions.NoOptimization)] it magically works.  You can also create a static constructor for your Program class and add the AssemblyResolve event handler there without having to use MethodImpl attribute.  &lt;br/&gt;&lt;br/&gt;This is curious.&lt;br/&gt;&lt;br/&gt;aris&lt;br/&gt;blog &lt;a href=&quot;http://www.level533.com&quot;&gt;http://www.level533.com&lt;/a&gt;
				</description>
			</item>
		
		
			<item>
				<title>woofy commented on &quot;Locally publishing a VS2010 ASP.NET web application using MSBuild&quot;</title>
				<link>http://www.digitallycreated.net/Blog/59/locally-publishing-a-vs2010-asp.net-web-application-using-msbuild#Comment52</link>
				<guid isPermaLink="false">DigitallyCreated Comment ID: 52</guid>
				<dc:creator>woofy</dc:creator>
				<pubDate>Mon, 22 Aug 2011 15:02:57 GMT</pubDate>
				<description>
					I created a test web app with VS2010 and this method worked perfectly.  However, I tried it on our actual application and it fails with a bunch of errors.&lt;br/&gt;&lt;br/&gt;To figure out what was wrong, I set up a new test scenario with my initial test web app by creating a new class library project and then referencing this project (not its DLL) by my web app (I also made sure to put some code in my web app that actually referenced code in the class library).  When I tried your command line method, it failed with the same errors that I got when I tried this on our production app.  I then removed the reference to the class library project and instead referenced its DLL directly.  The build worked just fine after that.&lt;br/&gt;&lt;br/&gt;How is one supposed to deal with this situation?
				</description>
			</item>
		
		
			<item>
				<title>Sango commented on &quot;Combining multiple assemblies into a single EXE for a WPF application&quot;</title>
				<link>http://www.digitallycreated.net/Blog/61/combining-multiple-assemblies-into-a-single-exe-for-a-wpf-application#Comment51</link>
				<guid isPermaLink="false">DigitallyCreated Comment ID: 51</guid>
				<dc:creator>Sango</dc:creator>
				<pubDate>Fri, 12 Aug 2011 10:47:44 GMT</pubDate>
				<description>
					Wow, that is really cool! Worked for me.&lt;br/&gt;&lt;br/&gt;Tried ILMerge as well, did not work. This is really Cool. I will link to this! (So i can remember it for the next time ;))&lt;br/&gt;All those paid solutions have nothing on this one.
				</description>
			</item>
		
		
		
	</channel>
</rss>

