<?xml version="1.0" encoding="utf-8"?>
<rss xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:pingback="http://madskills.com/public/xml/rss/module/pingback/" xmlns:trackback="http://madskills.com/public/xml/rss/module/trackback/" xmlns:wfw="http://wellformedweb.org/CommentAPI/" xmlns:slash="http://purl.org/rss/1.0/modules/slash/" xmlns:dc="http://purl.org/dc/elements/1.1/" version="2.0">
  <channel>
    <title>DigitalDilettante.com - DotNET</title>
    <link>http://digitaldilettante.com/blog/</link>
    <description>Technology ramblings from a dilettante of all things digital</description>
    <language>en-us</language>
    <copyright>Dan Collier</copyright>
    <lastBuildDate>Wed, 22 Aug 2007 23:57:30 GMT</lastBuildDate>
    <generator>newtelligence dasBlog 1.9.7174.0</generator>
    <managingEditor>csharpster+nospam@gmail.com</managingEditor>
    <webMaster>csharpster+nospam@gmail.com</webMaster>
    <item>
      <trackback:ping>http://digitaldilettante.com/blog/Trackback.aspx?guid=09d353c1-df41-4648-8ed3-06fa9f96716f</trackback:ping>
      <pingback:server>http://digitaldilettante.com/blog/pingback.aspx</pingback:server>
      <pingback:target>http://digitaldilettante.com/blog/PermaLink,guid,09d353c1-df41-4648-8ed3-06fa9f96716f.aspx</pingback:target>
      <dc:creator>Dan's Site</dc:creator>
      <wfw:comment>http://digitaldilettante.com/blog/CommentView,guid,09d353c1-df41-4648-8ed3-06fa9f96716f.aspx</wfw:comment>
      <wfw:commentRss>http://digitaldilettante.com/blog/SyndicationService.asmx/GetEntryCommentsRss?guid=09d353c1-df41-4648-8ed3-06fa9f96716f</wfw:commentRss>
      <body xmlns="http://www.w3.org/1999/xhtml">
        <p>
Just a quick note, if you happen to be running a service that will call automated
tests like WatiN or IEUnit that need to open a browser or interact with the desktop
in some way, you need to go into Computer Management, open the properties for that
service and check the box that says "Allow this service to interact with the desktop."
</p>
        <img width="0" height="0" src="http://digitaldilettante.com/blog/aggbug.ashx?id=09d353c1-df41-4648-8ed3-06fa9f96716f" />
      </body>
      <title>CruiseControl.NET and WatiN</title>
      <guid isPermaLink="false">http://digitaldilettante.com/blog/PermaLink,guid,09d353c1-df41-4648-8ed3-06fa9f96716f.aspx</guid>
      <link>http://digitaldilettante.com/blog/2007/08/22/CruiseControlNETAndWatiN.aspx</link>
      <pubDate>Wed, 22 Aug 2007 23:57:30 GMT</pubDate>
      <description>&lt;p&gt;
Just a quick note, if you happen to be running a service that will call automated
tests like WatiN or IEUnit that need to open a browser or interact with the desktop
in some way, you need to go into Computer Management, open the properties for that
service and check the box that says "Allow this service to interact with the desktop."
&lt;/p&gt;
&lt;img width="0" height="0" src="http://digitaldilettante.com/blog/aggbug.ashx?id=09d353c1-df41-4648-8ed3-06fa9f96716f" /&gt;</description>
      <comments>http://digitaldilettante.com/blog/CommentView,guid,09d353c1-df41-4648-8ed3-06fa9f96716f.aspx</comments>
      <category>DotNET</category>
      <category>Continuous Integration</category>
      <category>Test Driven Development</category>
    </item>
    <item>
      <trackback:ping>http://digitaldilettante.com/blog/Trackback.aspx?guid=3e82cff6-fa6e-45e4-837d-31f9f74e8d71</trackback:ping>
      <pingback:server>http://digitaldilettante.com/blog/pingback.aspx</pingback:server>
      <pingback:target>http://digitaldilettante.com/blog/PermaLink,guid,3e82cff6-fa6e-45e4-837d-31f9f74e8d71.aspx</pingback:target>
      <dc:creator>Dan's Site</dc:creator>
      <wfw:comment>http://digitaldilettante.com/blog/CommentView,guid,3e82cff6-fa6e-45e4-837d-31f9f74e8d71.aspx</wfw:comment>
      <wfw:commentRss>http://digitaldilettante.com/blog/SyndicationService.asmx/GetEntryCommentsRss?guid=3e82cff6-fa6e-45e4-837d-31f9f74e8d71</wfw:commentRss>
      <body xmlns="http://www.w3.org/1999/xhtml">
        <p>
This is just a minor thing, but there were some assemblies I needed in the GAC and
wanted to reference them with minimum hasslehoff, so I just copied them out of the
C:\windows\assembly\gac folder using the command prompt.  I got the solution
from this <a href="http://www.devnewsgroups.net/group/microsoft.public.dotnet.framework/topic884.aspx#2439">post</a></p>
        <img width="0" height="0" src="http://digitaldilettante.com/blog/aggbug.ashx?id=3e82cff6-fa6e-45e4-837d-31f9f74e8d71" />
      </body>
      <title>GAC Surgery</title>
      <guid isPermaLink="false">http://digitaldilettante.com/blog/PermaLink,guid,3e82cff6-fa6e-45e4-837d-31f9f74e8d71.aspx</guid>
      <link>http://digitaldilettante.com/blog/2007/08/03/GACSurgery.aspx</link>
      <pubDate>Fri, 03 Aug 2007 14:00:11 GMT</pubDate>
      <description>&lt;p&gt;
This is just a minor thing, but there were some assemblies I needed in the GAC and
wanted to reference them with minimum hasslehoff, so I just copied them out of the
C:\windows\assembly\gac folder using the command prompt.&amp;nbsp; I got the solution
from this &lt;a href="http://www.devnewsgroups.net/group/microsoft.public.dotnet.framework/topic884.aspx#2439"&gt;post&lt;/a&gt;
&lt;/p&gt;
&lt;img width="0" height="0" src="http://digitaldilettante.com/blog/aggbug.ashx?id=3e82cff6-fa6e-45e4-837d-31f9f74e8d71" /&gt;</description>
      <comments>http://digitaldilettante.com/blog/CommentView,guid,3e82cff6-fa6e-45e4-837d-31f9f74e8d71.aspx</comments>
      <category>DotNET</category>
    </item>
  </channel>
</rss>