<rss version="2.0" xmlns:dc="http://purl.org/dc/elements/1.1/" 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:copyright="http://blogs.law.harvard.edu/tech/rss" xmlns:image="http://purl.org/rss/1.0/modules/image/">
    <channel>
        <title>Ask Paula!</title>
        <link>http://geekswithblogs.net/AskPaula/Default.aspx</link>
        <description>...bringing you notes from the field...</description>
        <language>en-US</language>
        <copyright> Paula DiTallo , 2008. All Rights Reserved</copyright>
        <managingEditor>plditallo@ieee.org</managingEditor>
        <generator>Subtext Version 0.0.0.0</generator>
        <image>
            <title>Ask Paula!</title>
            <url>http://geekswithblogs.net/images/RSS2Image.gif</url>
            <link>http://geekswithblogs.net/AskPaula/Default.aspx</link>
            <width>77</width>
            <height>60</height>
        </image>
        <item>
            <title>How do I change the owner of my table in SQL Server?</title>
            <category>Practical Q &amp; A's</category>
            <link>http://geekswithblogs.net/AskPaula/archive/2008/08/27/124737.aspx</link>
            <description>&lt;p&gt;&lt;font size="3"&gt;Go to the ms sql server database instance that has the table object and open a new query window. Execute the system stored proc called &lt;strong&gt;sp_changeobjectowner.&lt;/strong&gt; The 2 parameters it needs to run are: (1) the current owner+object name and (2) the target owner. Take a look at the example below:&lt;/font&gt;&lt;/p&gt;
&lt;font color="#0000ff" size="2"&gt;
&lt;p&gt;exec &lt;font color="#800000" size="2"&gt;sp_changeobjectowner&lt;/font&gt;&lt;font size="2"&gt; &lt;/font&gt;&lt;font color="#ff0000" size="2"&gt;'METRO\paula.EmployeeContact'&lt;/font&gt;&lt;font color="#808080" size="2"&gt;,&lt;/font&gt;&lt;font size="2"&gt; &lt;/font&gt;&lt;font color="#ff0000" size="2"&gt;'dbo'&lt;/font&gt;&lt;/p&gt;
&lt;p&gt;&lt;font color="#000000"&gt;When the stored proc is completed, refresh the instance. &lt;font size="2"&gt;The table will then be owned by dbo. In this example, the table would display as dbo.EmployeeContact&lt;/font&gt;&lt;/font&gt;&lt;/p&gt;
&lt;/font&gt;&lt;p&gt;&lt;a href="http://www.pheedo.com/click.phdo?x=6cda6ad746d942b9a1110d0715a4fa12&amp;u=124737"&gt;&lt;img src="http://www.pheedo.com/img.phdo?x=6cda6ad746d942b9a1110d0715a4fa12&amp;u=124737" border="0"/&gt;&lt;/a&gt;&lt;/p&gt;&lt;iframe src="http://ads.geekswithblogs.net/a.aspx?ZoneID=5&amp;amp;Task=Get&amp;amp;PageID=31016&amp;amp;SiteID=1" width=1 height=1 Marginwidth=0 Marginheight=0 Hspace=0 Vspace=0 Frameborder=0 Scrolling=No&gt;
&lt;script language='javascript1.1' src="http://ads.geekswithblogs.net/a.aspx?ZoneID=5&amp;amp;Task=Get&amp;amp;Browser=NETSCAPE4&amp;amp;NoCache=True&amp;PageID=31016&amp;amp;SiteID=1"&gt;&lt;/script&gt;
&lt;noscript&gt;&lt;a href="http://ads.geekswithblogs.net/a.aspx?ZoneID=5&amp;amp;Task=Click&amp;amp;Mode=HTML&amp;amp;SiteID=1&amp;amp;PageID=31016" target="_blank"&gt;
&lt;img src="http://ads.geekswithblogs.net/a.aspx?ZoneID=5&amp;amp;Task=Get&amp;amp;Mode=HTML&amp;amp;SiteID=1&amp;amp;PageID=31016" width="1" height="1" border="0"  alt=""&gt;&lt;/a&gt;
&lt;/noscript&gt;
&lt;/iframe&gt;
&lt;img src="http://geekswithblogs.net/AskPaula/aggbug/124737.aspx" width="1" height="1" /&gt;</description>
            <dc:creator> Paula DiTallo , 2008. All Rights Reserved</dc:creator>
            <guid>http://geekswithblogs.net/AskPaula/archive/2008/08/27/124737.aspx</guid>
            <pubDate>Wed, 27 Aug 2008 22:40:59 GMT</pubDate>
            <wfw:comment>http://geekswithblogs.net/AskPaula/comments/124737.aspx</wfw:comment>
            <comments>http://geekswithblogs.net/AskPaula/archive/2008/08/27/124737.aspx#feedback</comments>
            <wfw:commentRss>http://geekswithblogs.net/AskPaula/comments/commentRss/124737.aspx</wfw:commentRss>
            <trackback:ping>http://geekswithblogs.net/AskPaula/services/trackbacks/124737.aspx</trackback:ping>
        </item>
        <item>
            <title>Where can I find the IIS Logs?</title>
            <category>Practical Q &amp; A's</category>
            <link>http://geekswithblogs.net/AskPaula/archive/2008/08/02/124204.aspx</link>
            <description>&lt;p&gt;&lt;font size="3"&gt;&lt;/font&gt;&lt;/p&gt;
&lt;p&gt;&lt;font size="3"&gt;The pattern in most environments is the %windows% directory, %system32% ... etc. There are other  w3 formatted directories under \LogFIles -- but primarily most folks will be looking under this directory for what they need:&lt;/font&gt;&lt;/p&gt;
&lt;p&gt;&lt;font face="Arial" color="#800080" size="4"&gt;&lt;strong&gt;C:\WINDOWS\system32\LogFiles\W3SVC1&lt;/strong&gt;&lt;/font&gt;&lt;/p&gt;
&lt;p&gt;&lt;font size="3"&gt;Once you're there, the actual log files will look like:&lt;/font&gt;&lt;/p&gt;
&lt;p&gt;&lt;font size="3"&gt;exYYMMDD.log  (e.g. ex080802.log)&lt;/font&gt;&lt;/p&gt;
&lt;p&gt; &lt;/p&gt;&lt;p&gt;&lt;a href="http://www.pheedo.com/click.phdo?x=6cda6ad746d942b9a1110d0715a4fa12&amp;u=124204"&gt;&lt;img src="http://www.pheedo.com/img.phdo?x=6cda6ad746d942b9a1110d0715a4fa12&amp;u=124204" border="0"/&gt;&lt;/a&gt;&lt;/p&gt;&lt;iframe src="http://ads.geekswithblogs.net/a.aspx?ZoneID=5&amp;amp;Task=Get&amp;amp;PageID=31016&amp;amp;SiteID=1" width=1 height=1 Marginwidth=0 Marginheight=0 Hspace=0 Vspace=0 Frameborder=0 Scrolling=No&gt;
&lt;script language='javascript1.1' src="http://ads.geekswithblogs.net/a.aspx?ZoneID=5&amp;amp;Task=Get&amp;amp;Browser=NETSCAPE4&amp;amp;NoCache=True&amp;PageID=31016&amp;amp;SiteID=1"&gt;&lt;/script&gt;
&lt;noscript&gt;&lt;a href="http://ads.geekswithblogs.net/a.aspx?ZoneID=5&amp;amp;Task=Click&amp;amp;Mode=HTML&amp;amp;SiteID=1&amp;amp;PageID=31016" target="_blank"&gt;
&lt;img src="http://ads.geekswithblogs.net/a.aspx?ZoneID=5&amp;amp;Task=Get&amp;amp;Mode=HTML&amp;amp;SiteID=1&amp;amp;PageID=31016" width="1" height="1" border="0"  alt=""&gt;&lt;/a&gt;
&lt;/noscript&gt;
&lt;/iframe&gt;
&lt;img src="http://geekswithblogs.net/AskPaula/aggbug/124204.aspx" width="1" height="1" /&gt;</description>
            <dc:creator> Paula DiTallo , 2008. All Rights Reserved</dc:creator>
            <guid>http://geekswithblogs.net/AskPaula/archive/2008/08/02/124204.aspx</guid>
            <pubDate>Sun, 03 Aug 2008 00:31:30 GMT</pubDate>
            <wfw:comment>http://geekswithblogs.net/AskPaula/comments/124204.aspx</wfw:comment>
            <comments>http://geekswithblogs.net/AskPaula/archive/2008/08/02/124204.aspx#feedback</comments>
            <wfw:commentRss>http://geekswithblogs.net/AskPaula/comments/commentRss/124204.aspx</wfw:commentRss>
            <trackback:ping>http://geekswithblogs.net/AskPaula/services/trackbacks/124204.aspx</trackback:ping>
        </item>
        <item>
            <title>Why does "use db" with a hyphen throw "Incorrect syntax near '-'" ?</title>
            <category>Practical Q &amp; A's</category>
            <link>http://geekswithblogs.net/AskPaula/archive/2008/07/31/124163.aspx</link>
            <description>&lt;p&gt;&lt;font size="3"&gt;I think this SQL Server x.x  oddity goes back to the old Sybase 4 days!&lt;/font&gt; &lt;img alt="" src="/Providers/BlogEntryEditor/FCKeditor/editor/images/smiley/msn/confused_smile.gif" /&gt;&lt;/p&gt;
&lt;p&gt;&lt;font size="3"&gt;If you want to use a database name that's been dubbed something like 'paula-objects' and type out:&lt;/font&gt;&lt;/p&gt;
&lt;p&gt;&lt;font size="3"&gt;use paula-objects&lt;/font&gt;&lt;/p&gt;
&lt;p&gt;&lt;font size="3"&gt;then execute the request, you'll get the error message: &lt;font color="#993300"&gt;&lt;em&gt; &lt;/em&gt;&lt;em&gt;Incorrect syntax near '&lt;strong&gt;-'&lt;/strong&gt;&lt;/em&gt;&lt;/font&gt;&lt;/font&gt;&lt;/p&gt;
&lt;p&gt;&lt;em&gt;&lt;font color="#993300" size="3"&gt;just type this instead:&lt;/font&gt;&lt;/em&gt;&lt;/p&gt;
&lt;p&gt;&lt;strong&gt;&lt;em&gt;&lt;font color="#993300" size="3"&gt;use [paula-objects]&lt;/font&gt;&lt;/em&gt;&lt;/strong&gt;&lt;/p&gt;
&lt;p&gt;&lt;em&gt;&lt;font size="3"&gt;when you execute the request, the syntax error will clear up! &lt;img alt="" src="/Providers/BlogEntryEditor/FCKeditor/editor/images/smiley/msn/thumbs_up.gif" /&gt;&lt;/font&gt;&lt;/em&gt;&lt;/p&gt;
&lt;p&gt;&lt;em&gt;&lt;font size="3"&gt;&lt;/font&gt;&lt;/em&gt;&lt;/p&gt;
&lt;p&gt;&lt;strong&gt;&lt;em&gt;&lt;font color="#993300" size="3"&gt;&lt;/font&gt;&lt;font size="1"&gt;&lt;/font&gt;&lt;/em&gt;&lt;/strong&gt;&lt;/p&gt;&lt;p&gt;&lt;a href="http://www.pheedo.com/click.phdo?x=6cda6ad746d942b9a1110d0715a4fa12&amp;u=124163"&gt;&lt;img src="http://www.pheedo.com/img.phdo?x=6cda6ad746d942b9a1110d0715a4fa12&amp;u=124163" border="0"/&gt;&lt;/a&gt;&lt;/p&gt;&lt;iframe src="http://ads.geekswithblogs.net/a.aspx?ZoneID=5&amp;amp;Task=Get&amp;amp;PageID=31016&amp;amp;SiteID=1" width=1 height=1 Marginwidth=0 Marginheight=0 Hspace=0 Vspace=0 Frameborder=0 Scrolling=No&gt;
&lt;script language='javascript1.1' src="http://ads.geekswithblogs.net/a.aspx?ZoneID=5&amp;amp;Task=Get&amp;amp;Browser=NETSCAPE4&amp;amp;NoCache=True&amp;PageID=31016&amp;amp;SiteID=1"&gt;&lt;/script&gt;
&lt;noscript&gt;&lt;a href="http://ads.geekswithblogs.net/a.aspx?ZoneID=5&amp;amp;Task=Click&amp;amp;Mode=HTML&amp;amp;SiteID=1&amp;amp;PageID=31016" target="_blank"&gt;
&lt;img src="http://ads.geekswithblogs.net/a.aspx?ZoneID=5&amp;amp;Task=Get&amp;amp;Mode=HTML&amp;amp;SiteID=1&amp;amp;PageID=31016" width="1" height="1" border="0"  alt=""&gt;&lt;/a&gt;
&lt;/noscript&gt;
&lt;/iframe&gt;
&lt;img src="http://geekswithblogs.net/AskPaula/aggbug/124163.aspx" width="1" height="1" /&gt;</description>
            <dc:creator> Paula DiTallo , 2008. All Rights Reserved</dc:creator>
            <guid>http://geekswithblogs.net/AskPaula/archive/2008/07/31/124163.aspx</guid>
            <pubDate>Thu, 31 Jul 2008 21:26:58 GMT</pubDate>
            <wfw:comment>http://geekswithblogs.net/AskPaula/comments/124163.aspx</wfw:comment>
            <comments>http://geekswithblogs.net/AskPaula/archive/2008/07/31/124163.aspx#feedback</comments>
            <wfw:commentRss>http://geekswithblogs.net/AskPaula/comments/commentRss/124163.aspx</wfw:commentRss>
            <trackback:ping>http://geekswithblogs.net/AskPaula/services/trackbacks/124163.aspx</trackback:ping>
        </item>
        <item>
            <title>Does SQL Server have an "ALL_TAB_COLUMNS" feature?</title>
            <category>Practical Q &amp; A's</category>
            <link>http://geekswithblogs.net/AskPaula/archive/2008/07/31/124161.aspx</link>
            <description>&lt;h3&gt;&lt;font style="BACKGROUND-COLOR: #ffffff"&gt;&lt;font size="5"&gt;Yes!&lt;/font&gt;     &lt;img alt="" src="/Providers/BlogEntryEditor/FCKeditor/editor/images/smiley/msn/teeth_smile.gif" /&gt;&lt;/font&gt;&lt;/h3&gt;
&lt;p&gt;&lt;font size="3"&gt;For those Oracle X.Xers finding themselves working in the SQL Server 2005/2008 world these days, you'll be happy to know all you need to do is:&lt;/font&gt;&lt;/p&gt;
&lt;p&gt;&lt;font size="3"&gt;1. Open up a new execute query window.&lt;/font&gt;&lt;/p&gt;
&lt;p&gt;&lt;font size="3"&gt;2. Type the following:&lt;/font&gt;&lt;/p&gt;
&lt;p&gt;&lt;font face="Arial"&gt;&lt;em&gt;&lt;font size="3"&gt;&lt;font color="#993300"&gt;&lt;strong&gt;use&lt;/strong&gt;&lt;/font&gt; &lt;font color="#993300"&gt;FavoriteDbInstance&lt;/font&gt;&lt;/font&gt;&lt;/em&gt;&lt;/font&gt;&lt;/p&gt;
&lt;p&gt;&lt;font face="Arial" color="#993300" size="3"&gt;&lt;em&gt;&lt;strong&gt;SELECT&lt;br /&gt;
 table_name,column_name&lt;br /&gt;
FROM&lt;br /&gt;
 information_schema.columns&lt;br /&gt;
WHERE&lt;br /&gt;
  column_name LIKE&lt;/strong&gt; '%whateverYouWant%'&lt;/em&gt;&lt;/font&gt;&lt;/p&gt;
&lt;p&gt;&lt;font size="3"&gt;That's it!:-) Your table names with the column name you are searching for should show up!&lt;/font&gt;&lt;/p&gt;
&lt;font size="2"&gt;
&lt;p&gt; &lt;/p&gt;
&lt;/font&gt;&lt;font color="#ff0000" size="2"&gt;&lt;/font&gt;
&lt;p&gt; &lt;/p&gt;&lt;p&gt;&lt;a href="http://www.pheedo.com/click.phdo?x=6cda6ad746d942b9a1110d0715a4fa12&amp;u=124161"&gt;&lt;img src="http://www.pheedo.com/img.phdo?x=6cda6ad746d942b9a1110d0715a4fa12&amp;u=124161" border="0"/&gt;&lt;/a&gt;&lt;/p&gt;&lt;iframe src="http://ads.geekswithblogs.net/a.aspx?ZoneID=5&amp;amp;Task=Get&amp;amp;PageID=31016&amp;amp;SiteID=1" width=1 height=1 Marginwidth=0 Marginheight=0 Hspace=0 Vspace=0 Frameborder=0 Scrolling=No&gt;
&lt;script language='javascript1.1' src="http://ads.geekswithblogs.net/a.aspx?ZoneID=5&amp;amp;Task=Get&amp;amp;Browser=NETSCAPE4&amp;amp;NoCache=True&amp;PageID=31016&amp;amp;SiteID=1"&gt;&lt;/script&gt;
&lt;noscript&gt;&lt;a href="http://ads.geekswithblogs.net/a.aspx?ZoneID=5&amp;amp;Task=Click&amp;amp;Mode=HTML&amp;amp;SiteID=1&amp;amp;PageID=31016" target="_blank"&gt;
&lt;img src="http://ads.geekswithblogs.net/a.aspx?ZoneID=5&amp;amp;Task=Get&amp;amp;Mode=HTML&amp;amp;SiteID=1&amp;amp;PageID=31016" width="1" height="1" border="0"  alt=""&gt;&lt;/a&gt;
&lt;/noscript&gt;
&lt;/iframe&gt;
&lt;img src="http://geekswithblogs.net/AskPaula/aggbug/124161.aspx" width="1" height="1" /&gt;</description>
            <dc:creator> Paula DiTallo , 2008. All Rights Reserved</dc:creator>
            <guid>http://geekswithblogs.net/AskPaula/archive/2008/07/31/124161.aspx</guid>
            <pubDate>Thu, 31 Jul 2008 21:10:21 GMT</pubDate>
            <wfw:comment>http://geekswithblogs.net/AskPaula/comments/124161.aspx</wfw:comment>
            <comments>http://geekswithblogs.net/AskPaula/archive/2008/07/31/124161.aspx#feedback</comments>
            <wfw:commentRss>http://geekswithblogs.net/AskPaula/comments/commentRss/124161.aspx</wfw:commentRss>
            <trackback:ping>http://geekswithblogs.net/AskPaula/services/trackbacks/124161.aspx</trackback:ping>
        </item>
        <item>
            <title>Is there a "DUAL" database equivalent in SQL Server?</title>
            <category>Practical Q &amp; A's</category>
            <link>http://geekswithblogs.net/AskPaula/archive/2008/06/10/122772.aspx</link>
            <description>&lt;p&gt;There isn't a "DUAL" exactly, but you can test things out in SQL Server in a similar way for example in Oracle to get today's date/time you would type:&lt;/p&gt;
&lt;p&gt;SQL&amp;gt; SELECT sysdate from DUAL; &lt;/p&gt;
&lt;p&gt;To do the same thing in MS SQL Server type:&lt;/p&gt;
&lt;p&gt;SELECT getdate()&lt;/p&gt;
&lt;p&gt;&lt;img alt="" src="/Providers/BlogEntryEditor/FCKeditor/editor/images/smiley/msn/thumbs_up.gif" /&gt;&lt;/p&gt;&lt;p&gt;&lt;a href="http://www.pheedo.com/click.phdo?x=6cda6ad746d942b9a1110d0715a4fa12&amp;u=122772"&gt;&lt;img src="http://www.pheedo.com/img.phdo?x=6cda6ad746d942b9a1110d0715a4fa12&amp;u=122772" border="0"/&gt;&lt;/a&gt;&lt;/p&gt;&lt;iframe src="http://ads.geekswithblogs.net/a.aspx?ZoneID=5&amp;amp;Task=Get&amp;amp;PageID=31016&amp;amp;SiteID=1" width=1 height=1 Marginwidth=0 Marginheight=0 Hspace=0 Vspace=0 Frameborder=0 Scrolling=No&gt;
&lt;script language='javascript1.1' src="http://ads.geekswithblogs.net/a.aspx?ZoneID=5&amp;amp;Task=Get&amp;amp;Browser=NETSCAPE4&amp;amp;NoCache=True&amp;PageID=31016&amp;amp;SiteID=1"&gt;&lt;/script&gt;
&lt;noscript&gt;&lt;a href="http://ads.geekswithblogs.net/a.aspx?ZoneID=5&amp;amp;Task=Click&amp;amp;Mode=HTML&amp;amp;SiteID=1&amp;amp;PageID=31016" target="_blank"&gt;
&lt;img src="http://ads.geekswithblogs.net/a.aspx?ZoneID=5&amp;amp;Task=Get&amp;amp;Mode=HTML&amp;amp;SiteID=1&amp;amp;PageID=31016" width="1" height="1" border="0"  alt=""&gt;&lt;/a&gt;
&lt;/noscript&gt;
&lt;/iframe&gt;
&lt;img src="http://geekswithblogs.net/AskPaula/aggbug/122772.aspx" width="1" height="1" /&gt;</description>
            <dc:creator> Paula DiTallo , 2008. All Rights Reserved</dc:creator>
            <guid>http://geekswithblogs.net/AskPaula/archive/2008/06/10/122772.aspx</guid>
            <pubDate>Tue, 10 Jun 2008 18:29:38 GMT</pubDate>
            <wfw:comment>http://geekswithblogs.net/AskPaula/comments/122772.aspx</wfw:comment>
            <comments>http://geekswithblogs.net/AskPaula/archive/2008/06/10/122772.aspx#feedback</comments>
            <wfw:commentRss>http://geekswithblogs.net/AskPaula/comments/commentRss/122772.aspx</wfw:commentRss>
            <trackback:ping>http://geekswithblogs.net/AskPaula/services/trackbacks/122772.aspx</trackback:ping>
        </item>
        <item>
            <title>My *.chm help files are broken, how do I fix it?</title>
            <category>Practical Q &amp; A's</category>
            <link>http://geekswithblogs.net/AskPaula/archive/2008/05/22/122320.aspx</link>
            <description>&lt;p&gt;You may have discovered this when you were attempting to rummage through Internet Explorer's help files, or perhaps you've just downloaded a help file from another vendor with the *.chm file type. In either case you'll see something that looks like this:&lt;/p&gt;
&lt;p&gt;&lt;img height="452" alt="SecurityUpdateBug" width="640" src="/images/geekswithblogs_net/AskPaula/BrokenHelp.GIF" /&gt;&lt;/p&gt;
&lt;p&gt;This was  either caused by a Microsoft Security upgrade or by installing Microsft Windows Server 2003 SP1 which included changes to the InfoTech protocol that blocked the ability to view remote content.&lt;/p&gt;
&lt;p&gt;To correct this, execute the following steps:&lt;/p&gt;
&lt;ol&gt;
    &lt;li&gt;Navigate to the *.chm icon. &lt;/li&gt;
    &lt;li&gt;Right-click on the icon &lt;/li&gt;
    &lt;li&gt;Click Properties. &lt;/li&gt;
    &lt;li&gt;Click unblock. &lt;/li&gt;
&lt;/ol&gt;
&lt;p&gt; &lt;/p&gt;&lt;p&gt;&lt;a href="http://www.pheedo.com/click.phdo?x=6cda6ad746d942b9a1110d0715a4fa12&amp;u=122320"&gt;&lt;img src="http://www.pheedo.com/img.phdo?x=6cda6ad746d942b9a1110d0715a4fa12&amp;u=122320" border="0"/&gt;&lt;/a&gt;&lt;/p&gt;&lt;iframe src="http://ads.geekswithblogs.net/a.aspx?ZoneID=5&amp;amp;Task=Get&amp;amp;PageID=31016&amp;amp;SiteID=1" width=1 height=1 Marginwidth=0 Marginheight=0 Hspace=0 Vspace=0 Frameborder=0 Scrolling=No&gt;
&lt;script language='javascript1.1' src="http://ads.geekswithblogs.net/a.aspx?ZoneID=5&amp;amp;Task=Get&amp;amp;Browser=NETSCAPE4&amp;amp;NoCache=True&amp;PageID=31016&amp;amp;SiteID=1"&gt;&lt;/script&gt;
&lt;noscript&gt;&lt;a href="http://ads.geekswithblogs.net/a.aspx?ZoneID=5&amp;amp;Task=Click&amp;amp;Mode=HTML&amp;amp;SiteID=1&amp;amp;PageID=31016" target="_blank"&gt;
&lt;img src="http://ads.geekswithblogs.net/a.aspx?ZoneID=5&amp;amp;Task=Get&amp;amp;Mode=HTML&amp;amp;SiteID=1&amp;amp;PageID=31016" width="1" height="1" border="0"  alt=""&gt;&lt;/a&gt;
&lt;/noscript&gt;
&lt;/iframe&gt;
&lt;img src="http://geekswithblogs.net/AskPaula/aggbug/122320.aspx" width="1" height="1" /&gt;</description>
            <dc:creator> Paula DiTallo , 2008. All Rights Reserved</dc:creator>
            <guid>http://geekswithblogs.net/AskPaula/archive/2008/05/22/122320.aspx</guid>
            <pubDate>Thu, 22 May 2008 23:27:34 GMT</pubDate>
            <wfw:comment>http://geekswithblogs.net/AskPaula/comments/122320.aspx</wfw:comment>
            <comments>http://geekswithblogs.net/AskPaula/archive/2008/05/22/122320.aspx#feedback</comments>
            <wfw:commentRss>http://geekswithblogs.net/AskPaula/comments/commentRss/122320.aspx</wfw:commentRss>
            <trackback:ping>http://geekswithblogs.net/AskPaula/services/trackbacks/122320.aspx</trackback:ping>
        </item>
        <item>
            <title>How do I know if I'm running a 32-bit or 64-bit version of Windows?</title>
            <category>Practical Q &amp; A's</category>
            <link>http://geekswithblogs.net/AskPaula/archive/2008/05/20/122270.aspx</link>
            <description>&lt;p&gt;The most comprehensive guide to outlining the steps on what to do to find out is provided by Microsoft, located on their website under : &lt;a href="http://support.microsoft.com/kb/827218/?FR=1"&gt;http://support.microsoft.com/kb/827218/?FR=1&lt;/a&gt; , but here's a cheat-sheet version to keep handy! &lt;img alt="" src="/Providers/BlogEntryEditor/FCKeditor/editor/images/smiley/msn/thumbs_up.gif" /&gt;&lt;/p&gt;
&lt;p&gt;&lt;strong&gt;XP&lt;/strong&gt; or &lt;strong&gt;Windows Server 2003&lt;/strong&gt;&lt;/p&gt;
&lt;ol&gt;
    &lt;li&gt;Click &lt;strong&gt;Start&amp;gt;Run&lt;/strong&gt; &lt;/li&gt;
    &lt;li&gt;Type &lt;strong&gt;sysdm.cpl&lt;/strong&gt; . Click OK &lt;/li&gt;
    &lt;li&gt;Click the &lt;strong&gt;General&lt;/strong&gt; tab. &lt;/li&gt;
    &lt;li&gt;Look at the operating system. &lt;/li&gt;
&lt;/ol&gt;
&lt;p&gt;If the operating system has an x64 in it, then you are running a 64-bit version. If you do NOT see this, you are running the 32-bit version.&lt;/p&gt;
&lt;p&gt;&lt;strong&gt;Vista&lt;/strong&gt;&lt;/p&gt;
&lt;ol&gt;
    &lt;li&gt;Click &lt;strong&gt;Start.&lt;/strong&gt; Type &lt;strong&gt;system&lt;/strong&gt; in the &lt;strong&gt;Start Search box&lt;/strong&gt;. &lt;/li&gt;
    &lt;li&gt;Click &lt;strong&gt;system &lt;/strong&gt;in the &lt;strong&gt;Programs &lt;/strong&gt;list. &lt;/li&gt;
    &lt;li&gt;Look at the operating system. &lt;/li&gt;
&lt;/ol&gt;
&lt;p&gt;The System type under System value will show either 64-bit or 32-bit.&lt;/p&gt;&lt;p&gt;&lt;a href="http://www.pheedo.com/click.phdo?x=6cda6ad746d942b9a1110d0715a4fa12&amp;u=122270"&gt;&lt;img src="http://www.pheedo.com/img.phdo?x=6cda6ad746d942b9a1110d0715a4fa12&amp;u=122270" border="0"/&gt;&lt;/a&gt;&lt;/p&gt;&lt;iframe src="http://ads.geekswithblogs.net/a.aspx?ZoneID=5&amp;amp;Task=Get&amp;amp;PageID=31016&amp;amp;SiteID=1" width=1 height=1 Marginwidth=0 Marginheight=0 Hspace=0 Vspace=0 Frameborder=0 Scrolling=No&gt;
&lt;script language='javascript1.1' src="http://ads.geekswithblogs.net/a.aspx?ZoneID=5&amp;amp;Task=Get&amp;amp;Browser=NETSCAPE4&amp;amp;NoCache=True&amp;PageID=31016&amp;amp;SiteID=1"&gt;&lt;/script&gt;
&lt;noscript&gt;&lt;a href="http://ads.geekswithblogs.net/a.aspx?ZoneID=5&amp;amp;Task=Click&amp;amp;Mode=HTML&amp;amp;SiteID=1&amp;amp;PageID=31016" target="_blank"&gt;
&lt;img src="http://ads.geekswithblogs.net/a.aspx?ZoneID=5&amp;amp;Task=Get&amp;amp;Mode=HTML&amp;amp;SiteID=1&amp;amp;PageID=31016" width="1" height="1" border="0"  alt=""&gt;&lt;/a&gt;
&lt;/noscript&gt;
&lt;/iframe&gt;
&lt;img src="http://geekswithblogs.net/AskPaula/aggbug/122270.aspx" width="1" height="1" /&gt;</description>
            <dc:creator> Paula DiTallo , 2008. All Rights Reserved</dc:creator>
            <guid>http://geekswithblogs.net/AskPaula/archive/2008/05/20/122270.aspx</guid>
            <pubDate>Tue, 20 May 2008 18:23:10 GMT</pubDate>
            <wfw:comment>http://geekswithblogs.net/AskPaula/comments/122270.aspx</wfw:comment>
            <comments>http://geekswithblogs.net/AskPaula/archive/2008/05/20/122270.aspx#feedback</comments>
            <wfw:commentRss>http://geekswithblogs.net/AskPaula/comments/commentRss/122270.aspx</wfw:commentRss>
            <trackback:ping>http://geekswithblogs.net/AskPaula/services/trackbacks/122270.aspx</trackback:ping>
        </item>
        <item>
            <title>Outlook 2007 Business Contact Manager doesn't work or won't load, why?</title>
            <category>Practical Q &amp; A's</category>
            <link>http://geekswithblogs.net/AskPaula/archive/2008/05/20/122266.aspx</link>
            <description>&lt;p&gt;There are several reasons why the Business Contact Manager (BCM) might not load, rather than guess, the best thing to do is to have BCM generate a log file so you can analyze the problem more methodically! How &lt;em&gt;cool &lt;/em&gt;is that ? &lt;img alt="" src="/Providers/BlogEntryEditor/FCKeditor/editor/images/smiley/msn/shades_smile.gif" /&gt;&lt;/p&gt;
&lt;p&gt;Here's what you need to do to invoke logging in BCM:&lt;/p&gt;
&lt;ol&gt;
    &lt;li&gt;In Outlook, go to the &lt;strong&gt;Help &lt;/strong&gt;Menu &lt;/li&gt;
    &lt;li&gt;Click on &lt;strong&gt;About Business Contact Manager for Outlook&lt;/strong&gt;. &lt;/li&gt;
    &lt;li&gt;A window will open, in this window click on the checkbox to enable logging for BCM. &lt;/li&gt;
    &lt;li&gt;The log file that get's generated is located under: c:\Users\YourName\AppData\Local\Temp\BCMLog_Vx.log &lt;/li&gt;
&lt;/ol&gt;
&lt;p&gt;Open the file and have a look around! This should help you determine what the trouble is without a lot of guess work! &lt;img alt="" src="/Providers/BlogEntryEditor/FCKeditor/editor/images/smiley/msn/wink_smile.gif" /&gt;&lt;/p&gt;
&lt;p&gt; &lt;/p&gt;&lt;p&gt;&lt;a href="http://www.pheedo.com/click.phdo?x=6cda6ad746d942b9a1110d0715a4fa12&amp;u=122266"&gt;&lt;img src="http://www.pheedo.com/img.phdo?x=6cda6ad746d942b9a1110d0715a4fa12&amp;u=122266" border="0"/&gt;&lt;/a&gt;&lt;/p&gt;&lt;iframe src="http://ads.geekswithblogs.net/a.aspx?ZoneID=5&amp;amp;Task=Get&amp;amp;PageID=31016&amp;amp;SiteID=1" width=1 height=1 Marginwidth=0 Marginheight=0 Hspace=0 Vspace=0 Frameborder=0 Scrolling=No&gt;
&lt;script language='javascript1.1' src="http://ads.geekswithblogs.net/a.aspx?ZoneID=5&amp;amp;Task=Get&amp;amp;Browser=NETSCAPE4&amp;amp;NoCache=True&amp;PageID=31016&amp;amp;SiteID=1"&gt;&lt;/script&gt;
&lt;noscript&gt;&lt;a href="http://ads.geekswithblogs.net/a.aspx?ZoneID=5&amp;amp;Task=Click&amp;amp;Mode=HTML&amp;amp;SiteID=1&amp;amp;PageID=31016" target="_blank"&gt;
&lt;img src="http://ads.geekswithblogs.net/a.aspx?ZoneID=5&amp;amp;Task=Get&amp;amp;Mode=HTML&amp;amp;SiteID=1&amp;amp;PageID=31016" width="1" height="1" border="0"  alt=""&gt;&lt;/a&gt;
&lt;/noscript&gt;
&lt;/iframe&gt;
&lt;img src="http://geekswithblogs.net/AskPaula/aggbug/122266.aspx" width="1" height="1" /&gt;</description>
            <dc:creator>Paula DiTallo </dc:creator>
            <guid>http://geekswithblogs.net/AskPaula/archive/2008/05/20/122266.aspx</guid>
            <pubDate>Tue, 20 May 2008 16:55:56 GMT</pubDate>
            <wfw:comment>http://geekswithblogs.net/AskPaula/comments/122266.aspx</wfw:comment>
            <comments>http://geekswithblogs.net/AskPaula/archive/2008/05/20/122266.aspx#feedback</comments>
            <wfw:commentRss>http://geekswithblogs.net/AskPaula/comments/commentRss/122266.aspx</wfw:commentRss>
            <trackback:ping>http://geekswithblogs.net/AskPaula/services/trackbacks/122266.aspx</trackback:ping>
        </item>
        <item>
            <title>Outlook 2007 Business Contact Manager Fails to Initialize the Common Language Runtime, Why?</title>
            <category>Practical Q &amp; A's</category>
            <link>http://geekswithblogs.net/AskPaula/archive/2008/05/20/122265.aspx</link>
            <description>&lt;p&gt;If you are seeing the message: &lt;em&gt;&lt;font color="#993300"&gt;&lt;strong&gt;Business Contact Manager failed to initialize the Common Language Runtime. ECall methods must be packaged into a subsystem module,&lt;/strong&gt;&lt;/font&gt;&lt;/em&gt; BCM isn't really the trouble. You are getting this message because on or around April 11, 2008 an automatic update from Microsoft downloaded a damaged component of the Microsoft .NET Framework 2.0. &lt;img alt="" src="/Providers/BlogEntryEditor/FCKeditor/editor/images/smiley/msn/broken_heart.gif" /&gt;&lt;/p&gt;
&lt;p&gt; On the bright side, today is May 20, 2008 and a patch has already been downloaded on an automatic update. You'll just have to repair it!&lt;img alt="" src="/Providers/BlogEntryEditor/FCKeditor/editor/images/smiley/msn/heart.gif" /&gt;&lt;/p&gt;
&lt;p&gt;To repair the damaged .NET 2.0 component, execute the following steps:&lt;/p&gt;
&lt;p&gt;&lt;strong&gt;For XP:&lt;/strong&gt;&lt;/p&gt;
&lt;ol&gt;
    &lt;li&gt;Click on &lt;strong&gt;Start&amp;gt;Settings&amp;gt;Control Panel&lt;/strong&gt;&lt;/li&gt;
    &lt;li&gt;Double-click on &lt;strong&gt;Add or Remove Programs&lt;/strong&gt; icon&lt;/li&gt;
    &lt;li&gt;Select &lt;strong&gt;Microsoft .NET Framework 2.0&lt;/strong&gt;&lt;/li&gt;
    &lt;li&gt;Click &lt;strong&gt;Change/Remove&lt;/strong&gt;&lt;/li&gt;
    &lt;li&gt;Choose &lt;strong&gt;Repair.&lt;/strong&gt;&lt;/li&gt;
    &lt;li&gt;Restart computer&lt;/li&gt;
&lt;/ol&gt;
&lt;p&gt;&lt;strong&gt;For Vista&lt;/strong&gt;:&lt;/p&gt;
&lt;p&gt;.NET Framework 2.0 is completely integrated into Vista, so it can't be uninstalled/repaired the same way as it can in XP. In the case of Vista, you'll have to run sfc (system file checker).&lt;/p&gt;
&lt;ol&gt;
    &lt;li&gt;Click on &lt;strong&gt;Start,&lt;/strong&gt; type &lt;strong&gt;cmd&lt;/strong&gt; in the &lt;strong&gt;Start Search Box.&lt;/strong&gt; [don't press enter yet]&lt;/li&gt;
    &lt;li&gt;Right-click &lt;strong&gt;cmd.exe&lt;/strong&gt; in &lt;strong&gt;Programs &lt;/strong&gt;list in search results, click &lt;strong&gt;Run as Administrator&lt;/strong&gt;&lt;/li&gt;
    &lt;li&gt;In command window, type &lt;strong&gt;sfc/scannow&lt;/strong&gt;  -- press enter.&lt;/li&gt;
&lt;/ol&gt;
&lt;p&gt;If this still doesn't fix your issue, please look for .NET 2.0 SP1 on &lt;a href="http://www.microsoft.com/downloads"&gt;www.microsoft.com/downloads&lt;/a&gt; . There will be two versions out there, one for 64-b and one for 32-b. If you aren't sure which version of the operating system you're running on, follow the instructions listed by Microsoft here: &lt;a href="http://support.microsoft.com/kb/827218/?FR=1"&gt;http://support.microsoft.com/kb/827218/?FR=1&lt;/a&gt;&lt;/p&gt;
&lt;p&gt; &lt;/p&gt;&lt;p&gt;&lt;a href="http://www.pheedo.com/click.phdo?x=6cda6ad746d942b9a1110d0715a4fa12&amp;u=122265"&gt;&lt;img src="http://www.pheedo.com/img.phdo?x=6cda6ad746d942b9a1110d0715a4fa12&amp;u=122265" border="0"/&gt;&lt;/a&gt;&lt;/p&gt;&lt;iframe src="http://ads.geekswithblogs.net/a.aspx?ZoneID=5&amp;amp;Task=Get&amp;amp;PageID=31016&amp;amp;SiteID=1" width=1 height=1 Marginwidth=0 Marginheight=0 Hspace=0 Vspace=0 Frameborder=0 Scrolling=No&gt;
&lt;script language='javascript1.1' src="http://ads.geekswithblogs.net/a.aspx?ZoneID=5&amp;amp;Task=Get&amp;amp;Browser=NETSCAPE4&amp;amp;NoCache=True&amp;PageID=31016&amp;amp;SiteID=1"&gt;&lt;/script&gt;
&lt;noscript&gt;&lt;a href="http://ads.geekswithblogs.net/a.aspx?ZoneID=5&amp;amp;Task=Click&amp;amp;Mode=HTML&amp;amp;SiteID=1&amp;amp;PageID=31016" target="_blank"&gt;
&lt;img src="http://ads.geekswithblogs.net/a.aspx?ZoneID=5&amp;amp;Task=Get&amp;amp;Mode=HTML&amp;amp;SiteID=1&amp;amp;PageID=31016" width="1" height="1" border="0"  alt=""&gt;&lt;/a&gt;
&lt;/noscript&gt;
&lt;/iframe&gt;
&lt;img src="http://geekswithblogs.net/AskPaula/aggbug/122265.aspx" width="1" height="1" /&gt;</description>
            <dc:creator>Paula DiTallo </dc:creator>
            <guid>http://geekswithblogs.net/AskPaula/archive/2008/05/20/122265.aspx</guid>
            <pubDate>Tue, 20 May 2008 16:31:41 GMT</pubDate>
            <wfw:comment>http://geekswithblogs.net/AskPaula/comments/122265.aspx</wfw:comment>
            <comments>http://geekswithblogs.net/AskPaula/archive/2008/05/20/122265.aspx#feedback</comments>
            <wfw:commentRss>http://geekswithblogs.net/AskPaula/comments/commentRss/122265.aspx</wfw:commentRss>
            <trackback:ping>http://geekswithblogs.net/AskPaula/services/trackbacks/122265.aspx</trackback:ping>
        </item>
        <item>
            <title>Why do EDI permissions fail in BizTalk?</title>
            <category>Practical Q &amp; A's</category>
            <link>http://geekswithblogs.net/AskPaula/archive/2008/04/21/121474.aspx</link>
            <description>&lt;p&gt;&lt;font face="Arial"&gt;I am getting the message: &lt;em&gt;&lt;font color="#993300"&gt;&lt;strong&gt;"Unable to set permissions on the shared documents home folder"&lt;/strong&gt;&lt;/font&gt;&lt;/em&gt;&lt;/font&gt;&lt;/p&gt;
&lt;p&gt;&lt;font face="Arial"&gt;This is probably happening because the needed membership in the security groups for EDI/SQL roles aren't set up all the way through, it is likely some of it is set up already and some of it isn't -- so when your bts service account is trying to execute EDI, you see this sort of error.&lt;/font&gt;&lt;/p&gt;
&lt;p&gt;&lt;font face="Arial"&gt;To correct this, try these quick few steps first. If all else fails, Microsoft has an online reference: &lt;font color="#0000ff"&gt;&lt;a href="http://msdn2.microsoft.com/en-us/library/aa546733.aspx"&gt;http://msdn2.microsoft.com/en-us/library/aa546733.aspx&lt;/a&gt;&lt;/font&gt;&lt;/font&gt;&lt;/p&gt;
&lt;p&gt;&lt;font color="#0000ff"&gt;&lt;/font&gt;&lt;font face="Arial"&gt;&lt;br /&gt;
&lt;strong&gt;II. Check Permissions on Receive and Send Folders (READ: not the likely cause for this particular error, but best to be sure this is setup right anyway)&lt;/strong&gt;&lt;/font&gt;&lt;/p&gt;
&lt;p&gt;&lt;em&gt;1. In windows explorer, right-click on your site's EDI Receive folder location. &lt;br /&gt;
2. Make sure service account for bts host has FULL CONTROL permissions.&lt;br /&gt;
3. Make sure that the other user groups that dump files there have WRITE permissions.&lt;br /&gt;
4. In windows explorer, right-click on your site's EDI Send folder location.&lt;br /&gt;
5. Make sure the service account for bts host have WRITE permissions.&lt;br /&gt;
6. Make sure that the other user groups have READ permissions.&lt;/em&gt;&lt;/p&gt;
&lt;p&gt;&lt;br /&gt;
&lt;strong&gt;II. Check to be sure the user account which the EDI service is running with is in the BTS_HOST_USERS sql role (READ: A good candidate for resolving this particular error message)&lt;/strong&gt;&lt;/p&gt;
&lt;p&gt;&lt;em&gt;1. Connect to the database instance your bts server points to in SQL manager.&lt;br /&gt;
2. Look at the BizTalkMgmtDb security settings for Roles.&lt;br /&gt;
3. Look under Database Roles, then right-click BTS_HOST_USERS. Click on Properties.&lt;br /&gt;
4. Once there, look for the EDI Subsystem. If not there, click Add and then click the EDI sub-sytem users and add it.&lt;/em&gt;&lt;br /&gt;
&lt;font color="#800080"&gt;&lt;em&gt;NOTE: If there isn't and EDI sub-system user to add, it do the following:&lt;/em&gt;&lt;br /&gt;
&lt;/font&gt;&lt;font color="#800080"&gt;&lt;font size="1"&gt;&lt;em&gt;            a. Go to Users, click New Database user.&lt;br /&gt;
            b. right-click Users. click New Database User.&lt;br /&gt;
            c. in drop-down, select EDI subsytem users group&lt;/em&gt;&lt;/font&gt;.&lt;/font&gt; &lt;/p&gt;
&lt;p&gt;&lt;strong&gt;III. Check to be sure the BTS service account is in the EDI Subsystem Users Group (READ: Another good candidate, although likely to resolve a more dramatic EDI error! &lt;img alt="" src="/Providers/BlogEntryEditor/FCKeditor/editor/images/smiley/msn/omg_smile.gif" /&gt; )&lt;/strong&gt;&lt;/p&gt;
&lt;p&gt;&lt;em&gt;1. Go to Active Directory. Go to Users. &lt;br /&gt;
2. Double click on EDI Subsystem Users group and display properties.&lt;br /&gt;
3. Click on Memebers.&lt;br /&gt;
4. If BTS service account isn't there, click on Add. Add the BTS service account user.&lt;/em&gt;&lt;/p&gt;&lt;p&gt;&lt;a href="http://www.pheedo.com/click.phdo?x=6cda6ad746d942b9a1110d0715a4fa12&amp;u=121474"&gt;&lt;img src="http://www.pheedo.com/img.phdo?x=6cda6ad746d942b9a1110d0715a4fa12&amp;u=121474" border="0"/&gt;&lt;/a&gt;&lt;/p&gt;&lt;iframe src="http://ads.geekswithblogs.net/a.aspx?ZoneID=5&amp;amp;Task=Get&amp;amp;PageID=31016&amp;amp;SiteID=1" width=1 height=1 Marginwidth=0 Marginheight=0 Hspace=0 Vspace=0 Frameborder=0 Scrolling=No&gt;
&lt;script language='javascript1.1' src="http://ads.geekswithblogs.net/a.aspx?ZoneID=5&amp;amp;Task=Get&amp;amp;Browser=NETSCAPE4&amp;amp;NoCache=True&amp;PageID=31016&amp;amp;SiteID=1"&gt;&lt;/script&gt;
&lt;noscript&gt;&lt;a href="http://ads.geekswithblogs.net/a.aspx?ZoneID=5&amp;amp;Task=Click&amp;amp;Mode=HTML&amp;amp;SiteID=1&amp;amp;PageID=31016" target="_blank"&gt;
&lt;img src="http://ads.geekswithblogs.net/a.aspx?ZoneID=5&amp;amp;Task=Get&amp;amp;Mode=HTML&amp;amp;SiteID=1&amp;amp;PageID=31016" width="1" height="1" border="0"  alt=""&gt;&lt;/a&gt;
&lt;/noscript&gt;
&lt;/iframe&gt;
&lt;img src="http://geekswithblogs.net/AskPaula/aggbug/121474.aspx" width="1" height="1" /&gt;</description>
            <dc:creator>Paula DiTallo </dc:creator>
            <guid>http://geekswithblogs.net/AskPaula/archive/2008/04/21/121474.aspx</guid>
            <pubDate>Mon, 21 Apr 2008 21:03:09 GMT</pubDate>
            <wfw:comment>http://geekswithblogs.net/AskPaula/comments/121474.aspx</wfw:comment>
            <comments>http://geekswithblogs.net/AskPaula/archive/2008/04/21/121474.aspx#feedback</comments>
            <wfw:commentRss>http://geekswithblogs.net/AskPaula/comments/commentRss/121474.aspx</wfw:commentRss>
            <trackback:ping>http://geekswithblogs.net/AskPaula/services/trackbacks/121474.aspx</trackback:ping>
        </item>
        <item>
            <title>My USB keeps changing drive letters, why?</title>
            <category>Practical Q &amp; A's</category>
            <link>http://geekswithblogs.net/AskPaula/archive/2008/03/13/120523.aspx</link>
            <description>&lt;p&gt;&lt;font size="2"&gt;Unless you configure the drive from a few levels under &lt;em&gt;Administrative Tools&lt;/em&gt;, the drive will appear to randomly select a letter.  For example, one day when you plug your USB drive in, you'll see &lt;strong&gt;E:&lt;/strong&gt; and on another occassion you'll see &lt;strong&gt;F:.&lt;/strong&gt;  It's not really random--its actually tied to which USB ports are available and the internal definitions of the ports by sequence. This can be troublesome should you have shortcuts on your desktop that point to programs on your USB drive. The install packages would have dubbed the starting and target destinations with whatever letter the USB drive had at the time--so when the drive letter changes, the shortcuts don't work! &lt;img alt="" src="/Providers/BlogEntryEditor/FCKeditor/editor/images/smiley/msn/sad_smile.gif" /&gt;&lt;/font&gt;&lt;/p&gt;
&lt;p&gt;&lt;font size="2"&gt;To solve this heartburn, do the following:&lt;/font&gt;&lt;/p&gt;
&lt;ol&gt;
    &lt;li&gt;&lt;font size="2"&gt;&lt;em&gt;Go to &lt;strong&gt;&lt;font color="#993300"&gt;Start&amp;gt;Control Panel&amp;gt;Administrative Tools&amp;gt;Computer Management&amp;gt;Storage&amp;gt;Disk Management&lt;/font&gt;&lt;/strong&gt;&lt;/em&gt;&lt;/font&gt; &lt;/li&gt;
    &lt;li&gt;&lt;font size="2"&gt;&lt;em&gt;Highlight the drive and select &lt;strong&gt;&lt;font color="#993300"&gt;Change&lt;/font&gt;&lt;/strong&gt; &lt;font color="#993300"&gt;&lt;strong&gt;Drive Letter and Paths..."&lt;/strong&gt;&lt;/font&gt;&lt;/em&gt;&lt;/font&gt; &lt;/li&gt;
    &lt;li&gt;&lt;font size="2"&gt;&lt;em&gt;Click on &lt;strong&gt;&lt;font color="#993300"&gt;Change&lt;/font&gt;&lt;/strong&gt;.&lt;/em&gt;&lt;/font&gt; &lt;/li&gt;
    &lt;li&gt;&lt;font size="2"&gt;&lt;em&gt;Type a higher letter (e.g. S,T,U,V..) so that if you were to get a new internal disk drive, the assignment won't conflict. &lt;/em&gt;&lt;/font&gt;&lt;/li&gt;
&lt;/ol&gt;
&lt;p&gt;&lt;font size="2"&gt;Once the save is changed, go through your desktop and your program shortcuts by &lt;em&gt;right clicking&lt;/em&gt; on the shortcut's icon. Select &lt;em&gt;Property&lt;/em&gt;. Reassign any icons, targets and starting destinations with the drive letter you assigned.&lt;/font&gt;&lt;/p&gt;
&lt;p&gt; &lt;/p&gt;
&lt;p&gt; &lt;/p&gt;&lt;p&gt;&lt;a href="http://www.pheedo.com/click.phdo?x=6cda6ad746d942b9a1110d0715a4fa12&amp;u=120523"&gt;&lt;img src="http://www.pheedo.com/img.phdo?x=6cda6ad746d942b9a1110d0715a4fa12&amp;u=120523" border="0"/&gt;&lt;/a&gt;&lt;/p&gt;&lt;iframe src="http://ads.geekswithblogs.net/a.aspx?ZoneID=5&amp;amp;Task=Get&amp;amp;PageID=31016&amp;amp;SiteID=1" width=1 height=1 Marginwidth=0 Marginheight=0 Hspace=0 Vspace=0 Frameborder=0 Scrolling=No&gt;
&lt;script language='javascript1.1' src="http://ads.geekswithblogs.net/a.aspx?ZoneID=5&amp;amp;Task=Get&amp;amp;Browser=NETSCAPE4&amp;amp;NoCache=True&amp;PageID=31016&amp;amp;SiteID=1"&gt;&lt;/script&gt;
&lt;noscript&gt;&lt;a href="http://ads.geekswithblogs.net/a.aspx?ZoneID=5&amp;amp;Task=Click&amp;amp;Mode=HTML&amp;amp;SiteID=1&amp;amp;PageID=31016" target="_blank"&gt;
&lt;img src="http://ads.geekswithblogs.net/a.aspx?ZoneID=5&amp;amp;Task=Get&amp;amp;Mode=HTML&amp;amp;SiteID=1&amp;amp;PageID=31016" width="1" height="1" border="0"  alt=""&gt;&lt;/a&gt;
&lt;/noscript&gt;
&lt;/iframe&gt;
&lt;img src="http://geekswithblogs.net/AskPaula/aggbug/120523.aspx" width="1" height="1" /&gt;</description>
            <dc:creator> 2008 Paula DiTallo </dc:creator>
            <guid>http://geekswithblogs.net/AskPaula/archive/2008/03/13/120523.aspx</guid>
            <pubDate>Thu, 13 Mar 2008 20:18:16 GMT</pubDate>
            <wfw:comment>http://geekswithblogs.net/AskPaula/comments/120523.aspx</wfw:comment>
            <comments>http://geekswithblogs.net/AskPaula/archive/2008/03/13/120523.aspx#feedback</comments>
            <wfw:commentRss>http://geekswithblogs.net/AskPaula/comments/commentRss/120523.aspx</wfw:commentRss>
            <trackback:ping>http://geekswithblogs.net/AskPaula/services/trackbacks/120523.aspx</trackback:ping>
        </item>
        <item>
            <title>VS gives the error LockClrVersion, Why?</title>
            <category>Practical Q &amp; A's</category>
            <link>http://geekswithblogs.net/AskPaula/archive/2008/03/12/120502.aspx</link>
            <description>&lt;p&gt;If you are getting an error message with the phrase&lt;em&gt; &lt;strong&gt;&lt;font color="#993300" size="3"&gt;LockClrVersion could not be located in the dynamic link library mscoree.dll &lt;/font&gt;&lt;/strong&gt; &lt;/em&gt;it is probably because you don't have the correct .net framework loaded. For the newer versions of C#/VB/etc.express (Visual Studio 8.0), you'll need to load the v2.0 .net framework.&lt;/p&gt;
&lt;p&gt;If you're trying to execute Visual Studio from a location that isn't associated with your machine's installation, you'll probably move the error to some other error--at which point, a reinstall of vs will be your best bet. &lt;img alt="" src="/Providers/BlogEntryEditor/FCKeditor/editor/images/smiley/msn/shades_smile.gif" /&gt;&lt;/p&gt;&lt;p&gt;&lt;a href="http://www.pheedo.com/click.phdo?x=6cda6ad746d942b9a1110d0715a4fa12&amp;u=120502"&gt;&lt;img src="http://www.pheedo.com/img.phdo?x=6cda6ad746d942b9a1110d0715a4fa12&amp;u=120502" border="0"/&gt;&lt;/a&gt;&lt;/p&gt;&lt;iframe src="http://ads.geekswithblogs.net/a.aspx?ZoneID=5&amp;amp;Task=Get&amp;amp;PageID=31016&amp;amp;SiteID=1" width=1 height=1 Marginwidth=0 Marginheight=0 Hspace=0 Vspace=0 Frameborder=0 Scrolling=No&gt;
&lt;script language='javascript1.1' src="http://ads.geekswithblogs.net/a.aspx?ZoneID=5&amp;amp;Task=Get&amp;amp;Browser=NETSCAPE4&amp;amp;NoCache=True&amp;PageID=31016&amp;amp;SiteID=1"&gt;&lt;/script&gt;
&lt;noscript&gt;&lt;a href="http://ads.geekswithblogs.net/a.aspx?ZoneID=5&amp;amp;Task=Click&amp;amp;Mode=HTML&amp;amp;SiteID=1&amp;amp;PageID=31016" target="_blank"&gt;
&lt;img src="http://ads.geekswithblogs.net/a.aspx?ZoneID=5&amp;amp;Task=Get&amp;amp;Mode=HTML&amp;amp;SiteID=1&amp;amp;PageID=31016" width="1" height="1" border="0"  alt=""&gt;&lt;/a&gt;
&lt;/noscript&gt;
&lt;/iframe&gt;
&lt;img src="http://geekswithblogs.net/AskPaula/aggbug/120502.aspx" width="1" height="1" /&gt;</description>
            <dc:creator> 2008 Paula DiTallo </dc:creator>
            <guid>http://geekswithblogs.net/AskPaula/archive/2008/03/12/120502.aspx</guid>
            <pubDate>Wed, 12 Mar 2008 20:52:12 GMT</pubDate>
            <wfw:comment>http://geekswithblogs.net/AskPaula/comments/120502.aspx</wfw:comment>
            <comments>http://geekswithblogs.net/AskPaula/archive/2008/03/12/120502.aspx#feedback</comments>
            <wfw:commentRss>http://geekswithblogs.net/AskPaula/comments/commentRss/120502.aspx</wfw:commentRss>
            <trackback:ping>http://geekswithblogs.net/AskPaula/services/trackbacks/120502.aspx</trackback:ping>
        </item>
        <item>
            <title>My window is cut-off or truncated. Why?</title>
            <category>Practical Q &amp; A's</category>
            <link>http://geekswithblogs.net/AskPaula/archive/2008/03/11/120479.aspx</link>
            <description>&lt;p&gt;&lt;img style="MARGIN-RIGHT: 10px" height="496" alt="truncated Microsoft Window" width="377" align="left" src="/images/geekswithblogs_net/AskPaula/truncate.GIF" /&gt;&lt;font size="4"&gt;If an application window, like the one to the left, keeps you from being able to enter data because it &lt;em&gt;&lt;font color="#993300"&gt;cannot be maximized &lt;/font&gt;&lt;/em&gt;or it is not enabled to &lt;em&gt;&lt;font color="#800000"&gt;scroll up or down&lt;/font&gt;&lt;/em&gt;, it is usually because the programmer made some assumptions about the display settings.&lt;img alt="" src="/Providers/BlogEntryEditor/FCKeditor/editor/images/smiley/msn/omg_smile.gif" /&gt;&lt;/font&gt;&lt;/p&gt;
&lt;p&gt;&lt;font size="4"&gt;To compensate for that, you'll have to change the display settings  on your computer.&lt;/font&gt;&lt;/p&gt;
&lt;p&gt;&lt;font size="4"&gt;To do this, follow these steps:&lt;/font&gt;&lt;/p&gt;
&lt;ol&gt;
    &lt;li&gt;&lt;font color="#993300" size="4"&gt;&lt;em&gt;&lt;strong&gt;1. Start&amp;gt;Control Panel&amp;gt;Display&amp;gt; Appearance&amp;gt;Color Scheme&lt;/strong&gt; &lt;/em&gt;&lt;/font&gt; &lt;/li&gt;
    &lt;li&gt;&lt;font color="#993300" size="4"&gt;&lt;em&gt; &lt;/em&gt;&lt;/font&gt; &lt;/li&gt;
    &lt;li&gt;&lt;font color="#993300" size="4"&gt;&lt;em&gt;2. Choose something like&lt;strong&gt; Desert&lt;/strong&gt;, which displays at a smaller font. &lt;/em&gt;&lt;/font&gt;&lt;/li&gt;
    &lt;li&gt;&lt;font color="#993300" size="4"&gt;&lt;em&gt;&lt;/em&gt;&lt;/font&gt;&lt;/li&gt;
    &lt;li&gt;&lt;font color="#993300" size="4"&gt;&lt;em&gt;3. Apply the change. &lt;/em&gt;&lt;/font&gt;&lt;/li&gt;
&lt;/ol&gt;
&lt;p&gt;&lt;font size="4"&gt;&lt;/font&gt;&lt;/p&gt;
&lt;p&gt;&lt;font size="4"&gt;Your screen should refresh with the new color scheme--allowing you to be able to work within the confines of the fixed window space! &lt;img alt="" src="/Providers/BlogEntryEditor/FCKeditor/editor/images/smiley/msn/wink_smile.gif" /&gt;&lt;/font&gt;&lt;/p&gt;&lt;p&gt;&lt;a href="http://www.pheedo.com/click.phdo?x=6cda6ad746d942b9a1110d0715a4fa12&amp;u=120479"&gt;&lt;img src="http://www.pheedo.com/img.phdo?x=6cda6ad746d942b9a1110d0715a4fa12&amp;u=120479" border="0"/&gt;&lt;/a&gt;&lt;/p&gt;&lt;iframe src="http://ads.geekswithblogs.net/a.aspx?ZoneID=5&amp;amp;Task=Get&amp;amp;PageID=31016&amp;amp;SiteID=1" width=1 height=1 Marginwidth=0 Marginheight=0 Hspace=0 Vspace=0 Frameborder=0 Scrolling=No&gt;
&lt;script language='javascript1.1' src="http://ads.geekswithblogs.net/a.aspx?ZoneID=5&amp;amp;Task=Get&amp;amp;Browser=NETSCAPE4&amp;amp;NoCache=True&amp;PageID=31016&amp;amp;SiteID=1"&gt;&lt;/script&gt;
&lt;noscript&gt;&lt;a href="http://ads.geekswithblogs.net/a.aspx?ZoneID=5&amp;amp;Task=Click&amp;amp;Mode=HTML&amp;amp;SiteID=1&amp;amp;PageID=31016" target="_blank"&gt;
&lt;img src="http://ads.geekswithblogs.net/a.aspx?ZoneID=5&amp;amp;Task=Get&amp;amp;Mode=HTML&amp;amp;SiteID=1&amp;amp;PageID=31016" width="1" height="1" border="0"  alt=""&gt;&lt;/a&gt;
&lt;/noscript&gt;
&lt;/iframe&gt;
&lt;img src="http://geekswithblogs.net/AskPaula/aggbug/120479.aspx" width="1" height="1" /&gt;</description>
            <dc:creator> 2008 Paula DiTallo </dc:creator>
            <guid>http://geekswithblogs.net/AskPaula/archive/2008/03/11/120479.aspx</guid>
            <pubDate>Wed, 12 Mar 2008 00:52:41 GMT</pubDate>
            <wfw:comment>http://geekswithblogs.net/AskPaula/comments/120479.aspx</wfw:comment>
            <comments>http://geekswithblogs.net/AskPaula/archive/2008/03/11/120479.aspx#feedback</comments>
            <wfw:commentRss>http://geekswithblogs.net/AskPaula/comments/commentRss/120479.aspx</wfw:commentRss>
            <trackback:ping>http://geekswithblogs.net/AskPaula/services/trackbacks/120479.aspx</trackback:ping>
        </item>
        <item>
            <title>The Northwind DB is missing! What do I do?</title>
            <category>Practical Q &amp; A's</category>
            <link>http://geekswithblogs.net/AskPaula/archive/2008/03/11/120475.aspx</link>
            <description>&lt;p&gt;&lt;font size="3"&gt;As long as you (or your colleagues) don't have any serious test data you've been working on that needs recovering, it's pretty simple to generate a fresh instance! &lt;img alt="" src="/Providers/BlogEntryEditor/FCKeditor/editor/images/smiley/msn/wink_smile.gif" /&gt;&lt;/font&gt;&lt;/p&gt;
&lt;p&gt;&lt;font size="3"&gt;First, search for the SQL Server script that builds the demo database under \Mssql\Install. The name of the script is called: &lt;/font&gt;&lt;font size="4"&gt;&lt;strong&gt;instnwnd.sql .&lt;/strong&gt;  &lt;/font&gt;&lt;font size="3"&gt;If the script isn't found there, an alternative place to look is under the Visual Studio SDK path(s), for example:  &lt;font size="3"&gt;&lt;em&gt;C:\Program Files\Microsoft Visual Studio 8\SDK\v2.0\Samples\Setup&lt;/em&gt; . If the script is still missing in action, try searching for the file. &lt;/font&gt;&lt;/font&gt;&lt;font size="3"&gt;Once you have located the file, open a command window and navigate to that directory path. Once there, type:&lt;/font&gt;&lt;/p&gt;
&lt;p&gt;&lt;font face="Arial"&gt;&lt;font color="#993300" size="4"&gt;&lt;strong&gt;&lt;em&gt;osql -Usa -Psapassword -SMyComputerName\MyDBServerName -iinstnwnd.sql -oinstnwnd.log&lt;/em&gt;&lt;/strong&gt;&lt;/font&gt;&lt;br /&gt;
&lt;/font&gt;&lt;/p&gt;
&lt;p&gt;&lt;font face="Arial" size="2"&gt;&lt;em&gt;&lt;strong&gt;(READ: -U&lt;/strong&gt; = username, -&lt;strong&gt;P&lt;/strong&gt; = password, -&lt;strong&gt;S &lt;/strong&gt;= DB Server Name &lt;strong&gt;-i&lt;/strong&gt; = input script &lt;strong&gt;-o&lt;/strong&gt; = output log.&lt;strong&gt;)&lt;/strong&gt;&lt;/em&gt;&lt;/font&gt;&lt;/p&gt;
&lt;p&gt;&lt;font face="Arial"&gt;&lt;font size="3"&gt;To be sure that the script executed correctly, open the &lt;strong&gt;instnwnd.log&lt;/strong&gt; file and review the results.&lt;/font&gt;&lt;/font&gt;&lt;/p&gt;
&lt;p&gt;&lt;font face="Arial" size="5"&gt;&lt;strong&gt;&lt;font size="4"&gt;That's it!&lt;/font&gt;&lt;img alt="" src="http://geekswithblogs.net/Providers/BlogEntryEditor/FCKeditor/editor/images/smiley/msn/teeth_smile.gif" /&gt;&lt;/strong&gt;&lt;/font&gt;&lt;/p&gt;
&lt;p&gt; &lt;/p&gt;&lt;p&gt;&lt;a href="http://www.pheedo.com/click.phdo?x=6cda6ad746d942b9a1110d0715a4fa12&amp;u=120475"&gt;&lt;img src="http://www.pheedo.com/img.phdo?x=6cda6ad746d942b9a1110d0715a4fa12&amp;u=120475" border="0"/&gt;&lt;/a&gt;&lt;/p&gt;&lt;iframe src="http://ads.geekswithblogs.net/a.aspx?ZoneID=5&amp;amp;Task=Get&amp;amp;PageID=31016&amp;amp;SiteID=1" width=1 height=1 Marginwidth=0 Marginheight=0 Hspace=0 Vspace=0 Frameborder=0 Scrolling=No&gt;
&lt;script language='javascript1.1' src="http://ads.geekswithblogs.net/a.aspx?ZoneID=5&amp;amp;Task=Get&amp;amp;Browser=NETSCAPE4&amp;amp;NoCache=True&amp;PageID=31016&amp;amp;SiteID=1"&gt;&lt;/script&gt;
&lt;noscript&gt;&lt;a href="http://ads.geekswithblogs.net/a.aspx?ZoneID=5&amp;amp;Task=Click&amp;amp;Mode=HTML&amp;amp;SiteID=1&amp;amp;PageID=31016" target="_blank"&gt;
&lt;img src="http://ads.geekswithblogs.net/a.aspx?ZoneID=5&amp;amp;Task=Get&amp;amp;Mode=HTML&amp;amp;SiteID=1&amp;amp;PageID=31016" width="1" height="1" border="0"  alt=""&gt;&lt;/a&gt;
&lt;/noscript&gt;
&lt;/iframe&gt;
&lt;img src="http://geekswithblogs.net/AskPaula/aggbug/120475.aspx" width="1" height="1" /&gt;</description>
            <dc:creator> 2008 Paula DiTallo </dc:creator>
            <guid>http://geekswithblogs.net/AskPaula/archive/2008/03/11/120475.aspx</guid>
            <pubDate>Tue, 11 Mar 2008 23:17:34 GMT</pubDate>
            <wfw:comment>http://geekswithblogs.net/AskPaula/comments/120475.aspx</wfw:comment>
            <comments>http://geekswithblogs.net/AskPaula/archive/2008/03/11/120475.aspx#feedback</comments>
            <wfw:commentRss>http://geekswithblogs.net/AskPaula/comments/commentRss/120475.aspx</wfw:commentRss>
            <trackback:ping>http://geekswithblogs.net/AskPaula/services/trackbacks/120475.aspx</trackback:ping>
        </item>
        <item>
            <title>Thinking Through Rules in C#</title>
            <category>Business Process Management - Business Rules Engine</category>
            <link>http://geekswithblogs.net/AskPaula/archive/2008/03/07/120379.aspx</link>
            <description>&lt;p&gt;As I continue with writing the manuscript on rules engines, I've isolated my examples to be coincidental with the overall theme of engineering decision support applications. Today, I am taking a close look at the seemingly simple act of identifying and rejecting unattractive alternatives when competing projects are under review to determine whether or not a given project will warrant funding.&lt;/p&gt;
&lt;p&gt;Some of the determining factors are well known algorithms in the financial world. Specifically I am thinking about the &lt;font color="#cc99ff"&gt;&lt;font color="#ff0000"&gt;&lt;em&gt;rate of return on investment (roi)&lt;/em&gt;, &lt;em&gt;present worth (pw),&lt;/em&gt; &lt;em&gt;annual cost (euac),&lt;/em&gt; &lt;em&gt;annual benefit (euab),&lt;/em&gt; &lt;em&gt;benefit-cost ratio (bc),&lt;/em&gt; &lt;/font&gt;&lt;em&gt;&lt;font color="#ff0000"&gt;net present worth &lt;/font&gt;&lt;font color="#ff0000"&gt;(npw).&lt;/font&gt;&lt;/em&gt;&lt;/font&gt;  Overall, these calculations can quickly help decide whether the minimum level of economic attractiveness is met by a project. I will elaborate on each of these later. For now, any of the methods may be used independently or collectively to ultimately reject a candidate project.&lt;/p&gt;
&lt;p&gt;Before we translate this decision process to a specific rule engine implementation, Let's look at a class stub I wrote to think it through:&lt;/p&gt;
&lt;p&gt;&lt;font face="Arial" color="#993366"&gt;&lt;em&gt;&lt;strong&gt;using System;&lt;br /&gt;
using System.Collections.Generic;&lt;br /&gt;
using System.Text;&lt;/strong&gt;&lt;/em&gt;&lt;/font&gt;&lt;/p&gt;
&lt;p&gt;&lt;font face="Arial" color="#993366"&gt;&lt;em&gt;&lt;strong&gt;namespace CapitalExpendProjProp&lt;br /&gt;
{&lt;br /&gt;
    public class ProjectProposal&lt;br /&gt;
    {&lt;br /&gt;
        // MARR = minimum attractive rate of return&lt;br /&gt;
        public int ProjectReview(string Project, string[] alternative, int MARR)&lt;br /&gt;
        {&lt;br /&gt;
            &lt;font color="#cc99ff"&gt;&lt;font color="#993366"&gt;int&lt;/font&gt; &lt;font color="#ff0000"&gt;roi, pwb, pwc, euac, euab, bc, npw&lt;/font&gt;, &lt;font color="#993366"&gt;rejTally = 0&lt;/font&gt;;&lt;/font&gt;&lt;/strong&gt;&lt;/em&gt;&lt;/font&gt;&lt;/p&gt;
&lt;p&gt;&lt;font face="Arial" color="#993366"&gt;&lt;em&gt;&lt;strong&gt;            foreach(string alt in alternative)&lt;br /&gt;
            {&lt;br /&gt;
                roi = rateOfReturn();&lt;br /&gt;
                if (roi &amp;lt; MARR)&lt;br /&gt;
                { rejTally = rejTally + 1; } // REJECT&lt;/strong&gt;&lt;/em&gt;&lt;/font&gt;&lt;/p&gt;
&lt;p&gt;&lt;font face="Arial" color="#993366"&gt;&lt;em&gt;&lt;strong&gt;                pwb = presentWorthBenefits();&lt;br /&gt;
                pwc = presentWorthCosts();&lt;/strong&gt;&lt;/em&gt;&lt;/font&gt;&lt;/p&gt;
&lt;p&gt;&lt;font face="Arial" color="#993366"&gt;&lt;em&gt;&lt;strong&gt;                if (pwb &amp;lt; pwc)&lt;br /&gt;
                { rejTally = rejTally + 1; } //REJECT&lt;/strong&gt;&lt;/em&gt;&lt;/font&gt;&lt;/p&gt;
&lt;p&gt;&lt;font face="Arial" color="#993366"&gt;&lt;em&gt;&lt;strong&gt;                euac = AnnualCost();&lt;br /&gt;
                euab = AnnualBenefit();&lt;/strong&gt;&lt;/em&gt;&lt;/font&gt;&lt;/p&gt;
&lt;p&gt;&lt;font face="Arial" color="#993366"&gt;&lt;em&gt;&lt;strong&gt;                if (euac &amp;gt; euab)&lt;br /&gt;
                { rejTally = rejTally + 1; } //REJECT&lt;/strong&gt;&lt;/em&gt;&lt;/font&gt;&lt;/p&gt;
&lt;p&gt;&lt;font face="Arial" color="#993366"&gt;&lt;em&gt;&lt;strong&gt;                bc = BenefitCostRatio();&lt;/strong&gt;&lt;/em&gt;&lt;/font&gt;&lt;/p&gt;
&lt;p&gt;&lt;font face="Arial" color="#993366"&gt;&lt;em&gt;&lt;strong&gt;                if (bc &amp;lt; 1)&lt;br /&gt;
                { rejTally = rejTally + 1; } //REJECT&lt;/strong&gt;&lt;/em&gt;&lt;/font&gt;&lt;/p&gt;
&lt;p&gt;&lt;font face="Arial" color="#993366"&gt;&lt;em&gt;&lt;strong&gt;                npw = NetPresentWorth();&lt;br /&gt;
                if (npw &amp;lt; 0)&lt;br /&gt;
                { rejTally = rejTally + 1; } //REJECT&lt;br /&gt;
            }&lt;/strong&gt;&lt;/em&gt;&lt;/font&gt;&lt;/p&gt;
&lt;p&gt;&lt;font face="Arial" color="#993366"&gt;&lt;em&gt;&lt;strong&gt;            return rejTally;&lt;br /&gt;
        }&lt;br /&gt;
    }&lt;br /&gt;
}&lt;/strong&gt;&lt;/em&gt;&lt;/font&gt;&lt;/p&gt;
&lt;p&gt; &lt;/p&gt;
&lt;p&gt; &lt;/p&gt;&lt;p&gt;&lt;a href="http://www.pheedo.com/click.phdo?x=6cda6ad746d942b9a1110d0715a4fa12&amp;u=120379"&gt;&lt;img src="http://www.pheedo.com/img.phdo?x=6cda6ad746d942b9a1110d0715a4fa12&amp;u=120379" border="0"/&gt;&lt;/a&gt;&lt;/p&gt;&lt;iframe src="http://ads.geekswithblogs.net/a.aspx?ZoneID=5&amp;amp;Task=Get&amp;amp;PageID=31016&amp;amp;SiteID=1" width=1 height=1 Marginwidth=0 Marginheight=0 Hspace=0 Vspace=0 Frameborder=0 Scrolling=No&gt;
&lt;script language='javascript1.1' src="http://ads.geekswithblogs.net/a.aspx?ZoneID=5&amp;amp;Task=Get&amp;amp;Browser=NETSCAPE4&amp;amp;NoCache=True&amp;PageID=31016&amp;amp;SiteID=1"&gt;&lt;/script&gt;
&lt;noscript&gt;&lt;a href="http://ads.geekswithblogs.net/a.aspx?ZoneID=5&amp;amp;Task=Click&amp;amp;Mode=HTML&amp;amp;SiteID=1&amp;amp;PageID=31016" target="_blank"&gt;
&lt;img src="http://ads.geekswithblogs.net/a.aspx?ZoneID=5&amp;amp;Task=Get&amp;amp;Mode=HTML&amp;amp;SiteID=1&amp;amp;PageID=31016" width="1" height="1" border="0"  alt=""&gt;&lt;/a&gt;
&lt;/noscript&gt;
&lt;/iframe&gt;
&lt;img src="http://geekswithblogs.net/AskPaula/aggbug/120379.aspx" width="1" height="1" /&gt;</description>
            <dc:creator> 2008 Paula DiTallo </dc:creator>
            <guid>http://geekswithblogs.net/AskPaula/archive/2008/03/07/120379.aspx</guid>
            <pubDate>Sat, 08 Mar 2008 02:51:33 GMT</pubDate>
            <wfw:comment>http://geekswithblogs.net/AskPaula/comments/120379.aspx</wfw:comment>
            <comments>http://geekswithblogs.net/AskPaula/archive/2008/03/07/120379.aspx#feedback</comments>
            <wfw:commentRss>http://geekswithblogs.net/AskPaula/comments/commentRss/120379.aspx</wfw:commentRss>
            <trackback:ping>http://geekswithblogs.net/AskPaula/services/trackbacks/120379.aspx</trackback:ping>
        </item>
        <item>
            <title>What is a BizTalk "Host Instance"?</title>
            <category>Practical Q &amp; A's</category>
            <link>http://geekswithblogs.net/AskPaula/archive/2008/02/29/120088.aspx</link>
            <description>&lt;p&gt;To answer this question, a more basic question to ask would be what is a BizTalk &lt;em&gt;host, &lt;/em&gt;since a host must exist before an instance of it can exisit!  &lt;img alt="" src="/Providers/BlogEntryEditor/FCKeditor/editor/images/smiley/msn/wink_smile.gif" /&gt;  This distinction may be confusing to BizTalk newcomers because when navigating through the BizTalk Admin Console, hosts and host  instances are viewed separately.&lt;/p&gt;
&lt;p&gt;In mid-90's techno-speak, (READ: about the time-frame where the development of the BizTalk/Commerce Server got its start) the &lt;em&gt;host &lt;/em&gt;would have been thought of as a &lt;em&gt;container &lt;/em&gt;for related adapter handlers, pipelines, receive locations and orchestrations. Since an enterprise's BizTalk configuration or implementation can span over multiple physical servers, grouping logical units of work tied to an abstract &lt;em&gt;host &lt;/em&gt;allows instances of defined work to span servers. So, think of a &lt;em&gt;host instance&lt;/em&gt; as the physical implementation of the logical grouping of work. For example, if a multi-national retail chain wanted to process its outgoing purchase orders, a likely BizTalk implementation would include instantiating multiple instances of a defined purchasing host across several physcial servers.&lt;/p&gt;
&lt;p&gt;To read more about hosts and host instances, check these links out!&lt;/p&gt;
&lt;p&gt;&lt;font face="Arial"&gt;&lt;a href="http://msdn2.microsoft.com/en-us/library/aa561042.aspx"&gt;http://msdn2.microsoft.com/en-us/library/aa561042.aspx&lt;/a&gt;&lt;/font&gt;&lt;/p&gt;
&lt;p&gt;&lt;font face="Arial"&gt;&lt;a href="http://geekswithblogs.net/toddu/archive/2004/10/02/12050.aspx"&gt;http://geekswithblogs.net/toddu/archive/2004/10/02/12050.aspx&lt;/a&gt;&lt;/font&gt;&lt;/p&gt;
&lt;p&gt; &lt;/p&gt;&lt;p&gt;&lt;a href="http://www.pheedo.com/click.phdo?x=6cda6ad746d942b9a1110d0715a4fa12&amp;u=120088"&gt;&lt;img src="http://www.pheedo.com/img.phdo?x=6cda6ad746d942b9a1110d0715a4fa12&amp;u=120088" border="0"/&gt;&lt;/a&gt;&lt;/p&gt;&lt;iframe src="http://ads.geekswithblogs.net/a.aspx?ZoneID=5&amp;amp;Task=Get&amp;amp;PageID=31016&amp;amp;SiteID=1" width=1 height=1 Marginwidth=0 Marginheight=0 Hspace=0 Vspace=0 Frameborder=0 Scrolling=No&gt;
&lt;script language='javascript1.1' src="http://ads.geekswithblogs.net/a.aspx?ZoneID=5&amp;amp;Task=Get&amp;amp;Browser=NETSCAPE4&amp;amp;NoCache=True&amp;PageID=31016&amp;amp;SiteID=1"&gt;&lt;/script&gt;
&lt;noscript&gt;&lt;a href="http://ads.geekswithblogs.net/a.aspx?ZoneID=5&amp;amp;Task=Click&amp;amp;Mode=HTML&amp;amp;SiteID=1&amp;amp;PageID=31016" target="_blank"&gt;
&lt;img src="http://ads.geekswithblogs.net/a.aspx?ZoneID=5&amp;amp;Task=Get&amp;amp;Mode=HTML&amp;amp;SiteID=1&amp;amp;PageID=31016" width="1" height="1" border="0"  alt=""&gt;&lt;/a&gt;
&lt;/noscript&gt;
&lt;/iframe&gt;
&lt;img src="http://geekswithblogs.net/AskPaula/aggbug/120088.aspx" width="1" height="1" /&gt;</description>
            <dc:creator> 2008 Paula DiTallo </dc:creator>
            <guid>http://geekswithblogs.net/AskPaula/archive/2008/02/29/120088.aspx</guid>
            <pubDate>Fri, 29 Feb 2008 19:53:46 GMT</pubDate>
            <wfw:comment>http://geekswithblogs.net/AskPaula/comments/120088.aspx</wfw:comment>
            <comments>http://geekswithblogs.net/AskPaula/archive/2008/02/29/120088.aspx#feedback</comments>
            <wfw:commentRss>http://geekswithblogs.net/AskPaula/comments/commentRss/120088.aspx</wfw:commentRss>
            <trackback:ping>http://geekswithblogs.net/AskPaula/services/trackbacks/120088.aspx</trackback:ping>
        </item>
        <item>
            <title>What is an "event storm"?</title>
            <category>Practical Q &amp; A's</category>
            <link>http://geekswithblogs.net/AskPaula/archive/2008/02/04/119283.aspx</link>
            <description>&lt;p&gt;Loosely stated, an event storm is a large number of &lt;em&gt;warming&lt;/em&gt;, &lt;em&gt;informational&lt;/em&gt; and &lt;em&gt;error&lt;/em&gt; class occurrances on a given node (or array of nodes) over a relatively short period of time. Since these events  must be detected and addressed to improve the health and reliability of any given system, a whole science and collection of supporting applications exist to best manage these occurrances.&lt;/p&gt;
&lt;p&gt;The best academic abstract/whitepaper I've seen on the topic comes from&lt;strong&gt; Mouayad Albaghdadi&lt;/strong&gt;, &lt;strong&gt;Bruce Briley&lt;/strong&gt; and &lt;strong&gt;Martha Evens&lt;/strong&gt;, titled &lt;font color="#993300"&gt;&lt;strong&gt;&lt;em&gt;Event Storm Detection and Identification in Communication Systems&lt;/em&gt;.&lt;/strong&gt;&lt;/font&gt;&lt;/p&gt;
&lt;p&gt;&lt;font face="Arial"&gt;&lt;a href="http://www.sciencedirect.com/science?_ob=ArticleURL&amp;amp;_udi=B6V4T-4GGWG9B-2&amp;amp;_user=10&amp;amp;_rdoc=1&amp;amp;_fmt=&amp;amp;_orig=search&amp;amp;_sort=d&amp;amp;view=c&amp;amp;_acct=C000050221&amp;amp;_version=1&amp;amp;_urlVersion=0&amp;amp;_userid=10&amp;amp;md5=f0c21894956067e205019af5285b5b14"&gt;http://www.sciencedirect.com/science?_ob=ArticleURL&amp;amp;_udi=B6V4T-4GGWG9B-2&amp;amp;_user=10&amp;amp;_rdoc=1&amp;amp;_fmt=&amp;amp;_orig=search&amp;amp;_sort=d&amp;amp;view=c&amp;amp;_acct=C000050221&amp;amp;_version=1&amp;amp;_urlVersion=0&amp;amp;_userid=10&amp;amp;md5=f0c21894956067e205019af5285b5b14&lt;/a&gt;&lt;/font&gt;&lt;/p&gt;
&lt;p&gt;In the Windows Server 200x world, event storms are represented by the number of events that fill the box's event log--visible to administrators) through &lt;strong&gt;Event Viewer&lt;/strong&gt;. Events will fall under general classes; &lt;strong&gt;Application&lt;/strong&gt;, &lt;strong&gt;Security &lt;/strong&gt;and &lt;strong&gt;System.&lt;/strong&gt; Within these classes, events are typed under Information, Error and Warning. A fast and furious collection of them across any category, under any type is considered an event storm.&lt;/p&gt;
&lt;p&gt;If you have access to the Microsoft Operations Management (MOM) server in your NT/Windows Server 200x environment, connect to the &lt;strong&gt;OnePoint&lt;/strong&gt; database instance, look under &lt;strong&gt;views&lt;/strong&gt;. An important view is &lt;strong&gt;dbo.SDKEventView&lt;/strong&gt;. You'll see columns like: &lt;em&gt;&lt;font color="#993300"&gt;EventGUID, ComputerName, GeneratedAlert, Message, NTEventID, TimeGenerated, TimeStarted, TimeStored&lt;/font&gt;&lt;/em&gt;, etc.&lt;/p&gt;
&lt;p&gt;Let's say you're interested in determining which boxes on your network have been generating the highest count of events. Type and execute this query: &lt;/p&gt;
&lt;p&gt;&lt;font color="#0000ff"&gt;&lt;font face="Arial" size="2"&gt;SELECT ComputerName, COUNT(*) AS myTally &lt;br /&gt;
  FROM dbo.SDKEventView &lt;br /&gt;
   WHERE (TimeGenerated BETWEEN convert(datetime,'02/04/2008 05:00:00 AM',101) AND convert(datetime,'02/04/2008 05:00:00 PM',101 ))&lt;br /&gt;
    GROUP BY ComputerName &lt;br /&gt;
     ORDER BY myTally DESC&lt;/font&gt;&lt;/font&gt;&lt;/p&gt;
&lt;p&gt;&lt;font color="#0000ff" size="2"&gt;&lt;font color="#000000"&gt;What you'll see as a result from this query is a listing of each node/server with a tally of events generated for the past 12 hours. Granted, not all the events that tally may be of dire interest to you (e.g. common, or expected IIS related-errors) however it is an acid-test to help determine which nodes on your network are generating a lot of  tagged activity. To dig deeper into MOM event managment and reporting, &lt;/font&gt;&lt;/font&gt;&lt;font color="#0000ff" size="2"&gt;&lt;font color="#000000"&gt;please visit &lt;font size="3"&gt;&lt;strong&gt;Justin Harter's&lt;/strong&gt; web site: &lt;/font&gt;&lt;a href="http://www.momresources.org"&gt;&lt;font size="3"&gt;http://www.momresources.org&lt;/font&gt;&lt;/a&gt; . This is an &lt;strong&gt;&lt;font size="3"&gt;AWESOME&lt;/font&gt;&lt;/strong&gt; resource for developers and admins alike from all levels experience! &lt;img alt="" src="/Providers/BlogEntryEditor/FCKeditor/editor/images/smiley/msn/thumbs_up.gif" /&gt;&lt;img alt="" src="/Providers/BlogEntryEditor/FCKeditor/editor/images/smiley/msn/thumbs_up.gif" /&gt;&lt;img alt="" src="/Providers/BlogEntryEditor/FCKeditor/editor/images/smiley/msn/thumbs_up.gif" /&gt;&lt;/font&gt;&lt;/font&gt;&lt;/p&gt;
&lt;p&gt;&lt;font color="#0000ff" size="2"&gt;&lt;font color="#000000"&gt;&lt;/font&gt;&lt;/font&gt;&lt;/p&gt;&lt;p&gt;&lt;a href="http://www.pheedo.com/click.phdo?x=6cda6ad746d942b9a1110d0715a4fa12&amp;u=119283"&gt;&lt;img src="http://www.pheedo.com/img.phdo?x=6cda6ad746d942b9a1110d0715a4fa12&amp;u=119283" border="0"/&gt;&lt;/a&gt;&lt;/p&gt;&lt;iframe src="http://ads.geekswithblogs.net/a.aspx?ZoneID=5&amp;amp;Task=Get&amp;amp;PageID=31016&amp;amp;SiteID=1" width=1 height=1 Marginwidth=0 Marginheight=0 Hspace=0 Vspace=0 Frameborder=0 Scrolling=No&gt;
&lt;script language='javascript1.1' src="http://ads.geekswithblogs.net/a.aspx?ZoneID=5&amp;amp;Task=Get&amp;amp;Browser=NETSCAPE4&amp;amp;NoCache=True&amp;PageID=31016&amp;amp;SiteID=1"&gt;&lt;/script&gt;
&lt;noscript&gt;&lt;a href="http://ads.geekswithblogs.net/a.aspx?ZoneID=5&amp;amp;Task=Click&amp;amp;Mode=HTML&amp;amp;SiteID=1&amp;amp;PageID=31016" target="_blank"&gt;
&lt;img src="http://ads.geekswithblogs.net/a.aspx?ZoneID=5&amp;amp;Task=Get&amp;amp;Mode=HTML&amp;amp;SiteID=1&amp;amp;PageID=31016" width="1" height="1" border="0"  alt=""&gt;&lt;/a&gt;
&lt;/noscript&gt;
&lt;/iframe&gt;
&lt;img src="http://geekswithblogs.net/AskPaula/aggbug/119283.aspx" width="1" height="1" /&gt;</description>
            <dc:creator> 2008 Paula DiTallo </dc:creator>
            <guid>http://geekswithblogs.net/AskPaula/archive/2008/02/04/119283.aspx</guid>
            <pubDate>Mon, 04 Feb 2008 23:31:58 GMT</pubDate>
            <wfw:comment>http://geekswithblogs.net/AskPaula/comments/119283.aspx</wfw:comment>
            <comments>http://geekswithblogs.net/AskPaula/archive/2008/02/04/119283.aspx#feedback</comments>
            <wfw:commentRss>http://geekswithblogs.net/AskPaula/comments/commentRss/119283.aspx</wfw:commentRss>
            <trackback:ping>http://geekswithblogs.net/AskPaula/services/trackbacks/119283.aspx</trackback:ping>
        </item>
        <item>
            <title>Why do I get a "load file or assembly" error?</title>
            <category>Practical Q &amp; A's</category>
            <link>http://geekswithblogs.net/AskPaula/archive/2008/01/28/119010.aspx</link>
            <description>&lt;p&gt;If you are getting an error when attempting to access your ASP .NET application that looks like: &lt;/p&gt;
&lt;p&gt;&lt;font face="Arial"&gt;&lt;strong&gt;Parser Error Message&lt;/strong&gt;: &lt;em&gt;Could not load file or assembly &lt;strong&gt;&lt;font color="#993300"&gt;'System.Web.Extensions, Version=1.0.61025.0&lt;/font&gt;&lt;/strong&gt;, Culture=neutral, PublicKeyToken=31bf3856ad364e35' or one of its dependencies. The system cannot find the file specified&lt;/em&gt;.&lt;/font&gt;&lt;/p&gt;
&lt;p&gt;&lt;font face="Arial"&gt;You are probably missing AJAX v1.0! &lt;img alt="" src="/Providers/BlogEntryEditor/FCKeditor/editor/images/smiley/msn/confused_smile.gif" /&gt;  &lt;/font&gt;&lt;/p&gt;
&lt;p&gt; &lt;/p&gt;
&lt;p&gt;&lt;font face="Arial"&gt;&lt;br /&gt;
&lt;/font&gt;&lt;/p&gt;&lt;p&gt;&lt;a href="http://www.pheedo.com/click.phdo?x=6cda6ad746d942b9a1110d0715a4fa12&amp;u=119010"&gt;&lt;img src="http://www.pheedo.com/img.phdo?x=6cda6ad746d942b9a1110d0715a4fa12&amp;u=119010" border="0"/&gt;&lt;/a&gt;&lt;/p&gt;&lt;iframe src="http://ads.geekswithblogs.net/a.aspx?ZoneID=5&amp;amp;Task=Get&amp;amp;PageID=31016&amp;amp;SiteID=1" width=1 height=1 Marginwidth=0 Marginheight=0 Hspace=0 Vspace=0 Frameborder=0 Scrolling=No&gt;
&lt;script language='javascript1.1' src="http://ads.geekswithblogs.net/a.aspx?ZoneID=5&amp;amp;Task=Get&amp;amp;Browser=NETSCAPE4&amp;amp;NoCache=True&amp;PageID=31016&amp;amp;SiteID=1"&gt;&lt;/script&gt;
&lt;noscript&gt;&lt;a href="http://ads.geekswithblogs.net/a.aspx?ZoneID=5&amp;amp;Task=Click&amp;amp;Mode=HTML&amp;amp;SiteID=1&amp;amp;PageID=31016" target="_blank"&gt;
&lt;img src="http://ads.geekswithblogs.net/a.aspx?ZoneID=5&amp;amp;Task=Get&amp;amp;Mode=HTML&amp;amp;SiteID=1&amp;amp;PageID=31016" width="1" height="1" border="0"  alt=""&gt;&lt;/a&gt;
&lt;/noscript&gt;
&lt;/iframe&gt;
&lt;img src="http://geekswithblogs.net/AskPaula/aggbug/119010.aspx" width="1" height="1" /&gt;</description>
            <dc:creator> 2008 Paula DiTallo </dc:creator>
            <guid>http://geekswithblogs.net/AskPaula/archive/2008/01/28/119010.aspx</guid>
            <pubDate>Mon, 28 Jan 2008 23:04:20 GMT</pubDate>
            <wfw:comment>http://geekswithblogs.net/AskPaula/comments/119010.aspx</wfw:comment>
            <comments>http://geekswithblogs.net/AskPaula/archive/2008/01/28/119010.aspx#feedback</comments>
            <wfw:commentRss>http://geekswithblogs.net/AskPaula/comments/commentRss/119010.aspx</wfw:commentRss>
            <trackback:ping>http://geekswithblogs.net/AskPaula/services/trackbacks/119010.aspx</trackback:ping>
        </item>
        <item>
            <title>What is a "splitter pattern" in BizTalk?</title>
            <category>Practical Q &amp; A's</category>
            <link>http://geekswithblogs.net/AskPaula/archive/2008/01/28/118999.aspx</link>
            <description>&lt;p&gt;Overall, when an incoming XML message contains multiple potential single messages, the extraction process needed to separate the messages out is thought of as "splitting " or "shredding" the message. The splitter pattern then, is a reliable, uniform way to address splitting/shredding throughout your applications.&lt;/p&gt;
&lt;p&gt;An example for why your application might need to split messages would be something like a single input XML message with multple pension fund benefits for multiple persons which require multiple output XML messages with each pension benefit grouped for each person in a single transformed XML message.&lt;/p&gt;
&lt;p&gt;There are alternative ways to successfully shred the message, but the pattern I like best can be tested by:&lt;/p&gt;
&lt;ul&gt;
    &lt;li&gt;Developing an orchestration test harness that picks up the messge "as is" &lt;/li&gt;
    &lt;li&gt;Developing  the mappings for the splitting off of the single messages &lt;/li&gt;
    &lt;li&gt;Identifying which element under which node contains what will demarcate a single message. (e.g. social security number, beneficiary id, etc.) &lt;/li&gt;
    &lt;li&gt;Developing an xsl map isolating only the unique identifiers &lt;/li&gt;
    &lt;li&gt;Creating a new map, with a scripting functoid--under the properties,choose the inline xsl template. Cut and paste the xsl you created earler and dump it in. &lt;/li&gt;
    &lt;li&gt;Cycling through the unique identifiers by looking at the xpath info while iterating within a loop shape. &lt;/li&gt;
    &lt;li&gt;Adding an expression shape to build the single messages &lt;/li&gt;
    &lt;li&gt;Outputting the resultant single messages to a send port &lt;/li&gt;
&lt;/ul&gt;
&lt;p&gt;Matt Meleski has a very good example of how to actually implement this pattern using a map and an orchestration.&lt;/p&gt;
&lt;p&gt;&lt;font face="Arial"&gt;&lt;a href="http://objectsharp.com/cs/blogs/matt/archive/2005/04/12/1703.aspx"&gt;http://objectsharp.com/cs/blogs/matt/archive/2005/04/12/1703.aspx&lt;/a&gt;&lt;/font&gt;&lt;/p&gt;
&lt;p&gt;Of course, I may like this pattern best because Matt has done such an exemplary job sharing his implementation! &lt;img alt="" src="/Providers/BlogEntryEditor/FCKeditor/editor/images/smiley/msn/embaressed_smile.gif" /&gt;&lt;/p&gt;
&lt;p&gt;Darren Jefford also has a way cool pattern for splitting messages which relies on the schema element of the envelope and you guessed it... xpath!  &lt;img alt="" src="/Providers/BlogEntryEditor/FCKeditor/editor/images/smiley/msn/shades_smile.gif" /&gt;  .  Check out his blog:&lt;/p&gt;
&lt;p&gt;&lt;font face="Arial"&gt;&lt;a href="http://blogs.msdn.com/darrenj/archive/2004/08/30/222614.aspx"&gt;http://blogs.msdn.com/darrenj/archive/2004/08/30/222614.aspx&lt;/a&gt;&lt;/font&gt;&lt;/p&gt;
&lt;p&gt; &lt;/p&gt;
&lt;p&gt; &lt;/p&gt;
&lt;p&gt; &lt;/p&gt;
&lt;p&gt; &lt;/p&gt;&lt;p&gt;&lt;a href="http://www.pheedo.com/click.phdo?x=6cda6ad746d942b9a1110d0715a4fa12&amp;u=118999"&gt;&lt;img src="http://www.pheedo.com/img.phdo?x=6cda6ad746d942b9a1110d0715a4fa12&amp;u=118999" border="0"/&gt;&lt;/a&gt;&lt;/p&gt;&lt;iframe src="http://ads.geekswithblogs.net/a.aspx?ZoneID=5&amp;amp;Task=Get&amp;amp;PageID=31016&amp;amp;SiteID=1" width=1 height=1 Marginwidth=0 Marginheight=0 Hspace=0 Vspace=0 Frameborder=0 Scrolling=No&gt;
&lt;script language='javascript1.1' src="http://ads.geekswithblogs.net/a.aspx?ZoneID=5&amp;amp;Task=Get&amp;amp;Browser=NETSCAPE4&amp;amp;NoCache=True&amp;PageID=31016&amp;amp;SiteID=1"&gt;&lt;/script&gt;
&lt;noscript&gt;&lt;a href="http://ads.geekswithblogs.net/a.aspx?ZoneID=5&amp;amp;Task=Click&amp;amp;Mode=HTML&amp;amp;SiteID=1&amp;amp;PageID=31016" target="_blank"&gt;
&lt;img src="http://ads.geekswithblogs.net/a.aspx?ZoneID=5&amp;amp;Task=Get&amp;amp;Mode=HTML&amp;amp;SiteID=1&amp;amp;PageID=31016" width="1" height="1" border="0"  alt=""&gt;&lt;/a&gt;
&lt;/noscript&gt;
&lt;/iframe&gt;
&lt;img src="http://geekswithblogs.net/AskPaula/aggbug/118999.aspx" width="1" height="1" /&gt;</description>
            <dc:creator> 2008 Paula DiTallo </dc:creator>
            <guid>http://geekswithblogs.net/AskPaula/archive/2008/01/28/118999.aspx</guid>
            <pubDate>Mon, 28 Jan 2008 17:48:12 GMT</pubDate>
            <wfw:comment>http://geekswithblogs.net/AskPaula/comments/118999.aspx</wfw:comment>
            <comments>http://geekswithblogs.net/AskPaula/archive/2008/01/28/118999.aspx#feedback</comments>
            <wfw:commentRss>http://geekswithblogs.net/AskPaula/comments/commentRss/118999.aspx</wfw:commentRss>
            <trackback:ping>http://geekswithblogs.net/AskPaula/services/trackbacks/118999.aspx</trackback:ping>
        </item>
        <item>
            <title>What is a "jar" file?</title>
            <category>Practical Q &amp; A's</category>
            <link>http://geekswithblogs.net/AskPaula/archive/2008/01/27/118981.aspx</link>
            <description>&lt;br /&gt;
Simply, &lt;span style="font-weight: bold;"&gt;JAR&lt;/span&gt; stands for &lt;span style="font-weight: bold;"&gt;J&lt;/span&gt;ava &lt;span style="font-weight: bold;"&gt;AR&lt;/span&gt;chive. It's like a ZIP (Windows) or TAR (Unix/Linux) file with multiple other files contained within it. So, in the case of the *.jar files--what you're compressing are classes that your application/framework needs.&lt;br /&gt;
&lt;br /&gt;
...now...that was the very short version... if you're looking for a much richer explanation... &lt;br /&gt;
jump over to Behrouz Fallahi's page... &lt;span style="font-weight: bold;"&gt;(http://www.devx.com/tips/Tip/13397)   &lt;/span&gt;&lt;img src="/Providers/BlogEntryEditor/FCKeditor/editor/images/smiley/msn/shades_smile.gif" alt="" /&gt;&lt;p&gt;&lt;a href="http://www.pheedo.com/click.phdo?x=6cda6ad746d942b9a1110d0715a4fa12&amp;u=118981"&gt;&lt;img src="http://www.pheedo.com/img.phdo?x=6cda6ad746d942b9a1110d0715a4fa12&amp;u=118981" border="0"/&gt;&lt;/a&gt;&lt;/p&gt;&lt;iframe src="http://ads.geekswithblogs.net/a.aspx?ZoneID=5&amp;amp;Task=Get&amp;amp;PageID=31016&amp;amp;SiteID=1" width=1 height=1 Marginwidth=0 Marginheight=0 Hspace=0 Vspace=0 Frameborder=0 Scrolling=No&gt;
&lt;script language='javascript1.1' src="http://ads.geekswithblogs.net/a.aspx?ZoneID=5&amp;amp;Task=Get&amp;amp;Browser=NETSCAPE4&amp;amp;NoCache=True&amp;PageID=31016&amp;amp;SiteID=1"&gt;&lt;/script&gt;
&lt;noscript&gt;&lt;a href="http://ads.geekswithblogs.net/a.aspx?ZoneID=5&amp;amp;Task=Click&amp;amp;Mode=HTML&amp;amp;SiteID=1&amp;amp;PageID=31016" target="_blank"&gt;
&lt;img src="http://ads.geekswithblogs.net/a.aspx?ZoneID=5&amp;amp;Task=Get&amp;amp;Mode=HTML&amp;amp;SiteID=1&amp;amp;PageID=31016" width="1" height="1" border="0"  alt=""&gt;&lt;/a&gt;
&lt;/noscript&gt;
&lt;/iframe&gt;
&lt;img src="http://geekswithblogs.net/AskPaula/aggbug/118981.aspx" width="1" height="1" /&gt;</description>
            <dc:creator> 2008 Paula DiTallo </dc:creator>
            <guid>http://geekswithblogs.net/AskPaula/archive/2008/01/27/118981.aspx</guid>
            <pubDate>Mon, 28 Jan 2008 05:17:45 GMT</pubDate>
            <wfw:comment>http://geekswithblogs.net/AskPaula/comments/118981.aspx</wfw:comment>
            <comments>http://geekswithblogs.net/AskPaula/archive/2008/01/27/118981.aspx#feedback</comments>
            <wfw:commentRss>http://geekswithblogs.net/AskPaula/comments/commentRss/118981.aspx</wfw:commentRss>
            <trackback:ping>http://geekswithblogs.net/AskPaula/services/trackbacks/118981.aspx</trackback:ping>
        </item>
        <item>
            <title>What is "Hungarian Notation" ?</title>
            <category>Practical Q &amp; A's</category>
            <link>http://geekswithblogs.net/AskPaula/archive/2008/01/26/118953.aspx</link>
            <description>During the heyday of Microsoft's Visual C++ development (read: late 80's - early 90's) this naming convention was talked about a lot. In essence the naming convention prefixes each variable name with letters that denote the data type + a shortened description name -- with each word of the description beginning with a capital letter. Let's say you needed to create a variable that would contain the string value of a book title. You might choose a name like: &lt;span style="font-weight: bold;"&gt;strBookTitle&lt;/span&gt; or maybe just &lt;span style="font-weight: bold;"&gt;strTitle&lt;/span&gt;. &lt;br /&gt;
&lt;br /&gt;
Today, there's a whole lot less talk about the convention--mainly because new standards derived from the Java world and from the .NET world have eclipsed it. However, if for some reason you find yourself delving into a legacy code conversion project written in VC++, you will undoubtedly find yourself immersed in Hungarian Notation!:-)&lt;br /&gt;
&lt;br /&gt;
I almost forgot the key as to why the naming convention is called "Hungarian Notation".  The reason is Hungarian born Dr. Charles Simonyi of Microsoft invented it!:-) As an aside, he was a tourist in space on board Soyuz TMA-10 -- arriving @the International Space Station (ISS) in April, 2007. How &lt;span style="font-weight: bold; color: rgb(0, 0, 128);"&gt;cool&lt;/span&gt; is &lt;span style="font-style: italic;"&gt;that&lt;/span&gt;?     &lt;img src="/Providers/BlogEntryEditor/FCKeditor/editor/images/smiley/msn/shades_smile.gif" alt="" /&gt;&lt;br /&gt;
&lt;br /&gt;
For the record, here's a list of the notation's prefixes:&lt;br /&gt;
&lt;br /&gt;
&lt;ul&gt;
    &lt;li&gt;by - byte&lt;/li&gt;
    &lt;li&gt;c - character (single)&lt;br /&gt;
    &lt;/li&gt;
    &lt;li&gt;d - double&lt;/li&gt;
    &lt;li&gt;dw - DWORD (unsigned long)&lt;/li&gt;
    &lt;li&gt;fn - function pointer&lt;/li&gt;
    &lt;li&gt;g_ - global type&lt;/li&gt;
    &lt;li&gt;h - handle&lt;/li&gt;
    &lt;li&gt;hdc - handle to a windows device context&lt;/li&gt;
    &lt;li&gt;hwnd - windows handle&lt;/li&gt;
    &lt;li&gt;i - integer&lt;/li&gt;
    &lt;li&gt;I - interface&lt;/li&gt;
    &lt;li&gt;l - long&lt;/li&gt;
    &lt;li&gt;lp - long pointer&lt;/li&gt;
    &lt;li&gt;lpstr - long pointer to a string&lt;/li&gt;
    &lt;li&gt;m_ - class member&lt;/li&gt;
    &lt;li&gt;n - number or integer&lt;/li&gt;
    &lt;li&gt;p - pointer&lt;/li&gt;
    &lt;li&gt;str - string&lt;/li&gt;
    &lt;li&gt;sz - pointer to 1st character of a "0" terminated string&lt;/li&gt;
    &lt;li&gt;ui - unsigned integer&lt;/li&gt;
    &lt;li&gt;v - void&lt;/li&gt;
    &lt;li&gt;w - WORD  (unsigned short)&lt;/li&gt;
    &lt;li&gt;X - Nested class&lt;/li&gt;
    &lt;li&gt;x - instantiation of a nested class&lt;/li&gt;
&lt;/ul&gt;&lt;p&gt;&lt;a href="http://www.pheedo.com/click.phdo?x=6cda6ad746d942b9a1110d0715a4fa12&amp;u=118953"&gt;&lt;img src="http://www.pheedo.com/img.phdo?x=6cda6ad746d942b9a1110d0715a4fa12&amp;u=118953" border="0"/&gt;&lt;/a&gt;&lt;/p&gt;&lt;iframe src="http://ads.geekswithblogs.net/a.aspx?ZoneID=5&amp;amp;Task=Get&amp;amp;PageID=31016&amp;amp;SiteID=1" width=1 height=1 Marginwidth=0 Marginheight=0 Hspace=0 Vspace=0 Frameborder=0 Scrolling=No&gt;
&lt;script language='javascript1.1' src="http://ads.geekswithblogs.net/a.aspx?ZoneID=5&amp;amp;Task=Get&amp;amp;Browser=NETSCAPE4&amp;amp;NoCache=True&amp;PageID=31016&amp;amp;SiteID=1"&gt;&lt;/script&gt;
&lt;noscript&gt;&lt;a href="http://ads.geekswithblogs.net/a.aspx?ZoneID=5&amp;amp;Task=Click&amp;amp;Mode=HTML&amp;amp;SiteID=1&amp;amp;PageID=31016" target="_blank"&gt;
&lt;img src="http://ads.geekswithblogs.net/a.aspx?ZoneID=5&amp;amp;Task=Get&amp;amp;Mode=HTML&amp;amp;SiteID=1&amp;amp;PageID=31016" width="1" height="1" border="0"  alt=""&gt;&lt;/a&gt;
&lt;/noscript&gt;
&lt;/iframe&gt;
&lt;img src="http://geekswithblogs.net/AskPaula/aggbug/118953.aspx" width="1" height="1" /&gt;</description>
            <dc:creator> 2008 Paula DiTallo </dc:creator>
            <guid>http://geekswithblogs.net/AskPaula/archive/2008/01/26/118953.aspx</guid>
            <pubDate>Sat, 26 Jan 2008 23:28:03 GMT</pubDate>
            <wfw:comment>http://geekswithblogs.net/AskPaula/comments/118953.aspx</wfw:comment>
            <comments>http://geekswithblogs.net/AskPaula/archive/2008/01/26/118953.aspx#feedback</comments>
            <wfw:commentRss>http://geekswithblogs.net/AskPaula/comments/commentRss/118953.aspx</wfw:commentRss>
            <trackback:ping>http://geekswithblogs.net/AskPaula/services/trackbacks/118953.aspx</trackback:ping>
        </item>
        <item>
            <title>Why do I get: System.Byte[] for a String?</title>
            <category>Practical Q &amp; A's</category>
            <link>http://geekswithblogs.net/AskPaula/archive/2008/01/25/118931.aspx</link>
            <description>&lt;p&gt;There are several circumstances which will display this output (or exception in some cases) in .NET, however the primary reason is because there is a mismatch between the expected format and the casting taking place in your application.  An example would be attributes which are bound to LDAP that do not readily cast to string. &lt;/p&gt;
&lt;p&gt;Here is a quick solution (that has its roots in vc++) for successfully casting this datatype to string:&lt;/p&gt;
&lt;p&gt;&lt;em&gt;&lt;font color="#993300"&gt;byte[] myByteArray = (byte[])result.Properties["memberOf"][counter];&lt;br /&gt;
string myString = "";&lt;br /&gt;
foreach (byte b in myByteArray)&lt;br /&gt;
{&lt;br /&gt;
    char singleChar = Convert.ToChar(b);&lt;br /&gt;
    myString += singleChar.ToString();&lt;br /&gt;
}&lt;/font&gt;&lt;/em&gt;&lt;/p&gt;
&lt;p&gt;I just received some feedback from Joe. He was kind enough to offer alternative code:&lt;/p&gt;
&lt;p&gt;  &lt;/p&gt;
&lt;p class="MsoPlainText" style="font-style: italic; color: rgb(153, 51, 0);"&gt;&lt;span style=""&gt;                  &lt;/span&gt;byte [] bytes = Encoding.ASCII.GetBytes("This is a test");&lt;br /&gt;
&lt;span style=""&gt;                  &lt;/span&gt;String s = Encoding.ASCII.GetString(bytes);&lt;/p&gt;
&lt;p&gt; &lt;/p&gt;&lt;p&gt;&lt;a href="http://www.pheedo.com/click.phdo?x=6cda6ad746d942b9a1110d0715a4fa12&amp;u=118931"&gt;&lt;img src="http://www.pheedo.com/img.phdo?x=6cda6ad746d942b9a1110d0715a4fa12&amp;u=118931" border="0"/&gt;&lt;/a&gt;&lt;/p&gt;&lt;iframe src="http://ads.geekswithblogs.net/a.aspx?ZoneID=5&amp;amp;Task=Get&amp;amp;PageID=31016&amp;amp;SiteID=1" width=1 height=1 Marginwidth=0 Marginheight=0 Hspace=0 Vspace=0 Frameborder=0 Scrolling=No&gt;
&lt;script language='javascript1.1' src="http://ads.geekswithblogs.net/a.aspx?ZoneID=5&amp;amp;Task=Get&amp;amp;Browser=NETSCAPE4&amp;amp;NoCache=True&amp;PageID=31016&amp;amp;SiteID=1"&gt;&lt;/script&gt;
&lt;noscript&gt;&lt;a href="http://ads.geekswithblogs.net/a.aspx?ZoneID=5&amp;amp;Task=Click&amp;amp;Mode=HTML&amp;amp;SiteID=1&amp;amp;PageID=31016" target="_blank"&gt;
&lt;img src="http://ads.geekswithblogs.net/a.aspx?ZoneID=5&amp;amp;Task=Get&amp;amp;Mode=HTML&amp;amp;SiteID=1&amp;amp;PageID=31016" width="1" height="1" border="0"  alt=""&gt;&lt;/a&gt;
&lt;/noscript&gt;
&lt;/iframe&gt;
&lt;img src="http://geekswithblogs.net/AskPaula/aggbug/118931.aspx" width="1" height="1" /&gt;</description>
            <dc:creator>- 2008 Paula DiTallo </dc:creator>
            <guid>http://geekswithblogs.net/AskPaula/archive/2008/01/25/118931.aspx</guid>
            <pubDate>Fri, 25 Jan 2008 23:45:42 GMT</pubDate>
            <wfw:comment>http://geekswithblogs.net/AskPaula/comments/118931.aspx</wfw:comment>
            <comments>http://geekswithblogs.net/AskPaula/archive/2008/01/25/118931.aspx#feedback</comments>
            <wfw:commentRss>http://geekswithblogs.net/AskPaula/comments/commentRss/118931.aspx</wfw:commentRss>
            <trackback:ping>http://geekswithblogs.net/AskPaula/services/trackbacks/118931.aspx</trackback:ping>
        </item>
        <item>
            <title>Why can't I test my web service anymore?</title>
            <category>Practical Q &amp; A's</category>
            <link>http://geekswithblogs.net/AskPaula/archive/2008/01/25/118929.aspx</link>
            <description>&lt;p&gt;If you are getting the message:&lt;font face="Arial"&gt; &lt;font face="Arial"&gt;&lt;em&gt;&lt;strong&gt;&lt;font size="4" color="#993300"&gt;The test form is only available for requests&lt;/font&gt;&lt;/strong&gt; &lt;font size="4" color="#993300"&gt;&lt;strong&gt;from the local machine&lt;/strong&gt;&lt;/font&gt; &lt;/em&gt;it is because you are probably testing the web service from the remote box you just migrated the web service to! &lt;img src="/Providers/BlogEntryEditor/FCKeditor/editor/images/smiley/msn/confused_smile.gif" alt="" /&gt;&lt;/font&gt;&lt;/font&gt;&lt;/p&gt;
&lt;p&gt;The quick solution to that is to follow the advice of &lt;strong&gt;&lt;em&gt;Juan Ignacio Gelos...&lt;/em&gt;&lt;/strong&gt;&lt;font size="2"&gt;&lt;font color="#0000ff"&gt;&lt;br /&gt;
(&lt;font face="Arial"&gt;&lt;a href="http://geekswithblogs.net/juang/archive/2005/11/28/61437.aspx"&gt;http://geekswithblogs.net/juang/archive/2005/11/28/61437.aspx&lt;/a&gt;&lt;/font&gt;&lt;/font&gt;&lt;/font&gt;&lt;font face="Arial"&gt;&lt;font size="1"&gt;)&lt;/font&gt; &lt;br /&gt;
&lt;/font&gt;&lt;/p&gt;
&lt;p&gt;&lt;font face="Arial"&gt;...and do the following:&lt;/font&gt;&lt;/p&gt;
&lt;p&gt;1. Edit the &lt;strong&gt;web.config&lt;/strong&gt; file for your web service application. Add or Edit: &lt;/p&gt;
&lt;p&gt;&lt;em&gt;&lt;font color="#800000"&gt;&lt;font color="#000000"&gt;&amp;lt;&lt;/font&gt;&lt;font color="#000000"&gt;configuration&amp;gt;&lt;br /&gt;
    &amp;lt;system.web&amp;gt;&lt;/font&gt;&lt;br /&gt;
&lt;strong&gt;    &amp;lt;webServices&amp;gt;&lt;br /&gt;
        &amp;lt;protocols&amp;gt;&lt;br /&gt;
            &amp;lt;add name="HttpGet"/&amp;gt;&lt;br /&gt;
            &amp;lt;add name="HttpPost"/&amp;gt;&lt;br /&gt;
        &amp;lt;/protocols&amp;gt;&lt;br /&gt;
    &amp;lt;/webServices&amp;gt;&lt;br /&gt;
&lt;/strong&gt;&lt;/font&gt;    &amp;lt;/system.web&amp;gt;&lt;br /&gt;
&amp;lt;/configuration&amp;gt;&lt;/em&gt;&lt;/p&gt;
&lt;p&gt;&lt;strong&gt;&lt;em&gt;So, the next question you may have is Why does the web.config file that automatically gets generated when building a new web service default to exclude the web service protocols HttpGet/HttpPost?  In a nutshell, Microsoft decided that for security reasons, it would be more practical to disable the feature.  For more details please visit MS: &lt;/em&gt;&lt;/strong&gt;&lt;strong&gt;&lt;em&gt;&lt;font face="Arial" color="#0000ff"&gt;&lt;a href="http://support.microsoft.com/default.aspx/kb/819267"&gt;http://support.microsoft.com/default.aspx/kb/819267&lt;/a&gt;&lt;/font&gt;&lt;/em&gt;&lt;/strong&gt;&lt;/p&gt;
&lt;p&gt;&lt;strong&gt;&lt;em&gt;&lt;/em&gt;&lt;/strong&gt;&lt;/p&gt;&lt;p&gt;&lt;a href="http://www.pheedo.com/click.phdo?x=6cda6ad746d942b9a1110d0715a4fa12&amp;u=118929"&gt;&lt;img src="http://www.pheedo.com/img.phdo?x=6cda6ad746d942b9a1110d0715a4fa12&amp;u=118929" border="0"/&gt;&lt;/a&gt;&lt;/p&gt;&lt;iframe src="http://ads.geekswithblogs.net/a.aspx?ZoneID=5&amp;amp;Task=Get&amp;amp;PageID=31016&amp;amp;SiteID=1" width=1 height=1 Marginwidth=0 Marginheight=0 Hspace=0 Vspace=0 Frameborder=0 Scrolling=No&gt;
&lt;script language='javascript1.1' src="http://ads.geekswithblogs.net/a.aspx?ZoneID=5&amp;amp;Task=Get&amp;amp;Browser=NETSCAPE4&amp;amp;NoCache=True&amp;PageID=31016&amp;amp;SiteID=1"&gt;&lt;/script&gt;
&lt;noscript&gt;&lt;a href="http://ads.geekswithblogs.net/a.aspx?ZoneID=5&amp;amp;Task=Click&amp;amp;Mode=HTML&amp;amp;SiteID=1&amp;amp;PageID=31016" target="_blank"&gt;
&lt;img src="http://ads.geekswithblogs.net/a.aspx?ZoneID=5&amp;amp;Task=Get&amp;amp;Mode=HTML&amp;amp;SiteID=1&amp;amp;PageID=31016" width="1" height="1" border="0"  alt=""&gt;&lt;/a&gt;
&lt;/noscript&gt;
&lt;/iframe&gt;
&lt;img src="http://geekswithblogs.net/AskPaula/aggbug/118929.aspx" width="1" height="1" /&gt;</description>
            <dc:creator> 2008 Paula DiTallo </dc:creator>
            <guid>http://geekswithblogs.net/AskPaula/archive/2008/01/25/118929.aspx</guid>
            <pubDate>Fri, 25 Jan 2008 23:09:51 GMT</pubDate>
            <wfw:comment>http://geekswithblogs.net/AskPaula/comments/118929.aspx</wfw:comment>
            <comments>http://geekswithblogs.net/AskPaula/archive/2008/01/25/118929.aspx#feedback</comments>
            <wfw:commentRss>http://geekswithblogs.net/AskPaula/comments/commentRss/118929.aspx</wfw:commentRss>
            <trackback:ping>http://geekswithblogs.net/AskPaula/services/trackbacks/118929.aspx</trackback:ping>
        </item>
        <item>
            <title>Mining Stored Procedures to Develop Business Rules</title>
            <category>Business Process Management - Business Rules Engine</category>
            <link>http://geekswithblogs.net/AskPaula/archive/2008/01/03/118210.aspx</link>
            <description>I am currently working on a manuscript about business rule engines; their purpose in large scale enterprise integration projects; their role in SOA architectures--and their untapped capability in enriching data warehouse-based intelligence delivery.&lt;br /&gt;
&lt;br /&gt;
Today, I am outlining the criteria for comparing two divergent products: TIBCO's iProcess Decisions (part of the BPM product suite) and Microsoft's Business Rule Engine (BRE) (installed with BizTalk Server). &lt;br /&gt;
&lt;br /&gt;
For the nuts and bolts of this first comparison, I will be using the same SQL Server 2005 database instance. &lt;br /&gt;
&lt;br /&gt;
From what I've observed, databases have loosely become &lt;span style="font-style: italic;"&gt;de facto&lt;/span&gt; rule engines for many large organizations. Frequently the only  persistent objects within an enterprise, is a growing network of federated databases--rich with evolving triggers,stored procedures, SQL Agents, etc.. After just a few hours of analyzing the types of stored procedures, triggers, etc.--it becomes obvious that many of the business processing rules are firmly embedded with the treatment/manipulation of the data through updates, inserts, and deletes. Aside from valid data-integrity related reasons for triggers and stored-procedures, one will find a myriad of status value changes, aggregates, date comparisons, etc.  In essence,  the clear application of business rules for business processes, aptly described by TIBCO as an &lt;span style="font-style: italic;"&gt;event cloud&lt;/span&gt;.&lt;br /&gt;
&lt;br /&gt;
I like TIBCO's descripton of an "event cloud"--because without the clarity of business rules as applied to specific, repeatable processes in an organization,  a &lt;span style="font-weight: bold; font-style: italic;"&gt;cloud &lt;/span&gt;is just what it is! &lt;img src="/Providers/BlogEntryEditor/FCKeditor/editor/images/smiley/msn/tounge_smile.gif" alt="" /&gt;&lt;p&gt;&lt;a href="http://www.pheedo.com/click.phdo?x=6cda6ad746d942b9a1110d0715a4fa12&amp;u=118210"&gt;&lt;img src="http://www.pheedo.com/img.phdo?x=6cda6ad746d942b9a1110d0715a4fa12&amp;u=118210" border="0"/&gt;&lt;/a&gt;&lt;/p&gt;&lt;iframe src="http://ads.geekswithblogs.net/a.aspx?ZoneID=5&amp;amp;Task=Get&amp;amp;PageID=31016&amp;amp;SiteID=1" width=1 height=1 Marginwidth=0 Marginheight=0 Hspace=0 Vspace=0 Frameborder=0 Scrolling=No&gt;
&lt;script language='javascript1.1' src="http://ads.geekswithblogs.net/a.aspx?ZoneID=5&amp;amp;Task=Get&amp;amp;Browser=NETSCAPE4&amp;amp;NoCache=True&amp;PageID=31016&amp;amp;SiteID=1"&gt;&lt;/script&gt;
&lt;noscript&gt;&lt;a href="http://ads.geekswithblogs.net/a.aspx?ZoneID=5&amp;amp;Task=Click&amp;amp;Mode=HTML&amp;amp;SiteID=1&amp;amp;PageID=31016" target="_blank"&gt;
&lt;img src="http://ads.geekswithblogs.net/a.aspx?ZoneID=5&amp;amp;Task=Get&amp;amp;Mode=HTML&amp;amp;SiteID=1&amp;amp;PageID=31016" width="1" height="1" border="0"  alt=""&gt;&lt;/a&gt;
&lt;/noscript&gt;
&lt;/iframe&gt;
&lt;img src="http://geekswithblogs.net/AskPaula/aggbug/118210.aspx" width="1" height="1" /&gt;</description>
            <dc:creator>Paula DiTallo</dc:creator>
            <guid>http://geekswithblogs.net/AskPaula/archive/2008/01/03/118210.aspx</guid>
            <pubDate>Fri, 04 Jan 2008 02:56:43 GMT</pubDate>
            <wfw:comment>http://geekswithblogs.net/AskPaula/comments/118210.aspx</wfw:comment>
            <comments>http://geekswithblogs.net/AskPaula/archive/2008/01/03/118210.aspx#feedback</comments>
            <wfw:commentRss>http://geekswithblogs.net/AskPaula/comments/commentRss/118210.aspx</wfw:commentRss>
            <trackback:ping>http://geekswithblogs.net/AskPaula/services/trackbacks/118210.aspx</trackback:ping>
        </item>
    </channel>
</rss>