<?xml version="1.0" encoding="UTF-8"?><rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
		>
<channel>
	<title>Comments on: Growlbook v1.0 (Beta)</title>
	<atom:link href="http://www.austinhanson.com/2009/08/09/growlbook-v1-0/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.austinhanson.com/2009/08/09/growlbook-v1-0/</link>
	<description>You never learn anything by doing it right.</description>
	<lastBuildDate>Fri, 23 Apr 2010 08:52:01 -0500</lastBuildDate>
	<generator>http://wordpress.org/?v=2.8.6</generator>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
		<item>
		<title>By: Ian Varley</title>
		<link>http://www.austinhanson.com/2009/08/09/growlbook-v1-0/comment-page-1/#comment-66</link>
		<dc:creator>Ian Varley</dc:creator>
		<pubDate>Sun, 27 Dec 2009 04:34:23 +0000</pubDate>
		<guid isPermaLink="false">http://www.austindhanson.com/?p=64#comment-66</guid>
		<description>I get the same issue as @antifaith - after a few minutes, it turns red and says that growl is not running (but it is).</description>
		<content:encoded><![CDATA[<p>I get the same issue as @antifaith &#8211; after a few minutes, it turns red and says that growl is not running (but it is).</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: antifaith</title>
		<link>http://www.austinhanson.com/2009/08/09/growlbook-v1-0/comment-page-1/#comment-59</link>
		<dc:creator>antifaith</dc:creator>
		<pubDate>Sun, 15 Nov 2009 02:33:06 +0000</pubDate>
		<guid isPermaLink="false">http://www.austindhanson.com/?p=64#comment-59</guid>
		<description>Growlbook will run for a while just fine, but at random points it stops w/ the error, &quot;Growl is not running.&quot;  It is running &amp; my other notification clients work normally.  Any ideas on this one?</description>
		<content:encoded><![CDATA[<p>Growlbook will run for a while just fine, but at random points it stops w/ the error, &#8220;Growl is not running.&#8221;  It is running &amp; my other notification clients work normally.  Any ideas on this one?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: travis</title>
		<link>http://www.austinhanson.com/2009/08/09/growlbook-v1-0/comment-page-1/#comment-44</link>
		<dc:creator>travis</dc:creator>
		<pubDate>Fri, 28 Aug 2009 05:41:11 +0000</pubDate>
		<guid isPermaLink="false">http://www.austindhanson.com/?p=64#comment-44</guid>
		<description>When I use this on XP with growl it seems to continually crash growl. I also have the skype growl client running, google reader, google voice and firefox extension. when i turn off the facebook it stops crashing. just letting you know what i found but not how i fixed it. thanks for your time in putting this together.</description>
		<content:encoded><![CDATA[<p>When I use this on XP with growl it seems to continually crash growl. I also have the skype growl client running, google reader, google voice and firefox extension. when i turn off the facebook it stops crashing. just letting you know what i found but not how i fixed it. thanks for your time in putting this together.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Austin</title>
		<link>http://www.austinhanson.com/2009/08/09/growlbook-v1-0/comment-page-1/#comment-6</link>
		<dc:creator>Austin</dc:creator>
		<pubDate>Mon, 10 Aug 2009 13:33:36 +0000</pubDate>
		<guid isPermaLink="false">http://www.austindhanson.com/?p=64#comment-6</guid>
		<description>Thanks for the Exception Text, I think I know what the issue is and will look into it tonight. :)</description>
		<content:encoded><![CDATA[<p>Thanks for the Exception Text, I think I know what the issue is and will look into it tonight. <img src='http://www.austinhanson.com/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> </p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Andrew</title>
		<link>http://www.austinhanson.com/2009/08/09/growlbook-v1-0/comment-page-1/#comment-5</link>
		<dc:creator>Andrew</dc:creator>
		<pubDate>Mon, 10 Aug 2009 13:29:44 +0000</pubDate>
		<guid isPermaLink="false">http://www.austindhanson.com/?p=64#comment-5</guid>
		<description>When I run under Vista Ultimate:
See the end of this message for details on invoking 
just-in-time (JIT) debugging instead of this dialog box.

************** Exception Text **************
System.InvalidOperationException: Object is currently in use elsewhere.
   at System.Drawing.Image.get_RawFormat()
   at System.Drawing.Image.Save(MemoryStream stream)
   at System.Drawing.Image.System.Runtime.Serialization.ISerializable.GetObjectData(SerializationInfo si, StreamingContext context)
   at System.Runtime.Serialization.Formatters.Binary.WriteObjectInfo.InitSerialize(Object obj, ISurrogateSelector surrogateSelector, StreamingContext context, SerObjectInfoInit serObjectInfoInit, IFormatterConverter converter, ObjectWriter objectWriter)
   at System.Runtime.Serialization.Formatters.Binary.WriteObjectInfo.Serialize(Object obj, ISurrogateSelector surrogateSelector, StreamingContext context, SerObjectInfoInit serObjectInfoInit, IFormatterConverter converter, ObjectWriter objectWriter)
   at System.Runtime.Serialization.Formatters.Binary.ObjectWriter.Write(WriteObjectInfo objectInfo, NameInfo memberNameInfo, NameInfo typeNameInfo)
   at System.Runtime.Serialization.Formatters.Binary.ObjectWriter.Serialize(Object graph, Header[] inHeaders, __BinaryWriter serWriter, Boolean fCheck)
   at System.Runtime.Serialization.Formatters.Binary.BinaryFormatter.Serialize(Stream serializationStream, Object graph, Header[] headers, Boolean fCheck)
   at Growl.Serialization.SerializeObject(Object obj)
   at Growl.SettingSaver.Save(Object settings)
   at Growl.Controller.SaveApplicationPrefs()
   at Growl.MainForm.OnApplicationRegistered(RegisteredApplication ra)


************** Loaded Assemblies **************
mscorlib
    Assembly Version: 2.0.0.0
    Win32 Version: 2.0.50727.3074 (QFE.050727-3000)
    CodeBase: file:///C:/Windows/Microsoft.NET/Framework/v2.0.50727/mscorlib.dll
----------------------------------------
Growl
    Assembly Version: 2.0.0.0
    Win32 Version: 2.0.0.19
    CodeBase: file:///C:/Program%20Files/Growl%20for%20Windows/Growl.exe
----------------------------------------
System
    Assembly Version: 2.0.0.0
    Win32 Version: 2.0.50727.3053 (netfxsp.050727-3000)
    CodeBase: file:///C:/Windows/assembly/GAC_MSIL/System/2.0.0.0__b77a5c561934e089/System.dll
----------------------------------------
System.Windows.Forms
    Assembly Version: 2.0.0.0
    Win32 Version: 2.0.50727.3053 (netfxsp.050727-3000)
    CodeBase: file:///C:/Windows/assembly/GAC_MSIL/System.Windows.Forms/2.0.0.0__b77a5c561934e089/System.Windows.Forms.dll
----------------------------------------
System.Drawing
    Assembly Version: 2.0.0.0
    Win32 Version: 2.0.50727.3053 (netfxsp.050727-3000)
    CodeBase: file:///C:/Windows/assembly/GAC_MSIL/System.Drawing/2.0.0.0__b03f5f7f11d50a3a/System.Drawing.dll
----------------------------------------
Growl.CoreLibrary
    Assembly Version: 2.0.0.0
    Win32 Version: 2.0.0.19
    CodeBase: file:///C:/Program%20Files/Growl%20for%20Windows/Growl.CoreLibrary.DLL
----------------------------------------
System.Configuration
    Assembly Version: 2.0.0.0
    Win32 Version: 2.0.50727.3053 (netfxsp.050727-3000)
    CodeBase: file:///C:/Windows/assembly/GAC_MSIL/System.Configuration/2.0.0.0__b03f5f7f11d50a3a/System.Configuration.dll
----------------------------------------
System.Xml
    Assembly Version: 2.0.0.0
    Win32 Version: 2.0.50727.3074 (QFE.050727-3000)
    CodeBase: file:///C:/Windows/assembly/GAC_MSIL/System.Xml/2.0.0.0__b77a5c561934e089/System.Xml.dll
----------------------------------------
Growl.DisplayStyle
    Assembly Version: 2.0.0.0
    Win32 Version: 2.0.0.19
    CodeBase: file:///C:/Program%20Files/Growl%20for%20Windows/Growl.DisplayStyle.DLL
----------------------------------------
TrackBar
    Assembly Version: 1.0.2486.37933
    Win32 Version: 1.0.2486.37933
    CodeBase: file:///C:/Program%20Files/Growl%20for%20Windows/TrackBar.DLL
----------------------------------------
Growl.Connector
    Assembly Version: 2.0.0.0
    Win32 Version: 2.0.0.19
    CodeBase: file:///C:/Program%20Files/Growl%20for%20Windows/Growl.Connector.DLL
----------------------------------------
Growl.Daemon
    Assembly Version: 2.0.0.0
    Win32 Version: 2.0.0.19
    CodeBase: file:///C:/Program%20Files/Growl%20for%20Windows/Growl.Daemon.DLL
----------------------------------------
Growl.CoreLibrary
    Assembly Version: 2.0.0.0
    Win32 Version: 2.0.0.19
    CodeBase: file:///C:/Program%20Files/Growl%20for%20Windows/Displays/Plain/Growl.CoreLibrary.dll
----------------------------------------
Growl.Displays.Plain
    Assembly Version: 2.0.0.0
    Win32 Version: 2.0.0.19
    CodeBase: file:///C:/Program%20Files/Growl%20for%20Windows/Displays/Plain/Growl.Displays.Plain.dll
----------------------------------------
Growl.DisplayStyle
    Assembly Version: 2.0.0.0
    Win32 Version: 2.0.0.19
    CodeBase: file:///C:/Program%20Files/Growl%20for%20Windows/Displays/Plain/Growl.DisplayStyle.dll
----------------------------------------
Growl.CoreLibrary
    Assembly Version: 2.0.0.0
    Win32 Version: 2.0.0.19
    CodeBase: file:///C:/Program%20Files/Growl%20for%20Windows/Displays/Smokestack/Growl.CoreLibrary.dll
----------------------------------------
Growl.Displays.Smokestack
    Assembly Version: 2.0.0.0
    Win32 Version: 2.0.0.19
    CodeBase: file:///C:/Program%20Files/Growl%20for%20Windows/Displays/Smokestack/Growl.Displays.Smokestack.dll
----------------------------------------
Growl.DisplayStyle
    Assembly Version: 2.0.0.0
    Win32 Version: 2.0.0.19
    CodeBase: file:///C:/Program%20Files/Growl%20for%20Windows/Displays/Smokestack/Growl.DisplayStyle.dll
----------------------------------------
Growl.CoreLibrary
    Assembly Version: 2.0.0.0
    Win32 Version: 2.0.0.19
    CodeBase: file:///C:/Program%20Files/Growl%20for%20Windows/Displays/Standard/Growl.CoreLibrary.dll
----------------------------------------
Growl.Displays.Standard
    Assembly Version: 2.0.0.0
    Win32 Version: 2.0.0.19
    CodeBase: file:///C:/Program%20Files/Growl%20for%20Windows/Displays/Standard/Growl.Displays.Standard.dll
----------------------------------------
Growl.DisplayStyle
    Assembly Version: 2.0.0.0
    Win32 Version: 2.0.0.19
    CodeBase: file:///C:/Program%20Files/Growl%20for%20Windows/Displays/Standard/Growl.DisplayStyle.dll
----------------------------------------
Growl.CoreLibrary
    Assembly Version: 2.0.0.0
    Win32 Version: 2.0.0.19
    CodeBase: file:///C:/Program%20Files/Growl%20for%20Windows/Displays/Toast/Growl.CoreLibrary.dll
----------------------------------------
Growl.Displays.Toast
    Assembly Version: 2.0.0.0
    Win32 Version: 2.0.0.19
    CodeBase: file:///C:/Program%20Files/Growl%20for%20Windows/Displays/Toast/Growl.Displays.Toast.dll
----------------------------------------
Growl.DisplayStyle
    Assembly Version: 2.0.0.0
    Win32 Version: 2.0.0.19
    CodeBase: file:///C:/Program%20Files/Growl%20for%20Windows/Displays/Toast/Growl.DisplayStyle.dll
----------------------------------------
Growl.CoreLibrary
    Assembly Version: 2.0.0.0
    Win32 Version: 2.0.0.19
    CodeBase: file:///C:/Program%20Files/Growl%20for%20Windows/Displays/Visor/Growl.CoreLibrary.dll
----------------------------------------
Growl.Displays.Visor
    Assembly Version: 2.0.0.0
    Win32 Version: 2.0.0.19
    CodeBase: file:///C:/Program%20Files/Growl%20for%20Windows/Displays/Visor/Growl.Displays.Visor.dll
----------------------------------------
Growl.DisplayStyle
    Assembly Version: 2.0.0.0
    Win32 Version: 2.0.0.19
    CodeBase: file:///C:/Program%20Files/Growl%20for%20Windows/Displays/Visor/Growl.DisplayStyle.dll
----------------------------------------
ZeroconfService
    Assembly Version: 0.5.0.4
    Win32 Version: 0.5.0.4
    CodeBase: file:///C:/Program%20Files/Growl%20for%20Windows/ZeroconfService.DLL
----------------------------------------
Accessibility
    Assembly Version: 2.0.0.0
    Win32 Version: 2.0.50727.3053 (netfxsp.050727-3000)
    CodeBase: file:///C:/Windows/assembly/GAC_MSIL/Accessibility/2.0.0.0__b03f5f7f11d50a3a/Accessibility.dll
----------------------------------------
Growl.UDPLegacy
    Assembly Version: 2.0.0.0
    Win32 Version: 2.0.0.19
    CodeBase: file:///C:/Program%20Files/Growl%20for%20Windows/Growl.UDPLegacy.DLL
----------------------------------------

************** JIT Debugging **************
To enable just-in-time (JIT) debugging, the .config file for this
application or computer (machine.config) must have the
jitDebugging value set in the system.windows.forms section.
The application must also be compiled with debugging
enabled.

For example:


    


When JIT debugging is enabled, any unhandled exception
will be sent to the JIT debugger registered on the computer
rather than be handled by this dialog box.</description>
		<content:encoded><![CDATA[<p>When I run under Vista Ultimate:<br />
See the end of this message for details on invoking<br />
just-in-time (JIT) debugging instead of this dialog box.</p>
<p>************** Exception Text **************<br />
System.InvalidOperationException: Object is currently in use elsewhere.<br />
   at System.Drawing.Image.get_RawFormat()<br />
   at System.Drawing.Image.Save(MemoryStream stream)<br />
   at System.Drawing.Image.System.Runtime.Serialization.ISerializable.GetObjectData(SerializationInfo si, StreamingContext context)<br />
   at System.Runtime.Serialization.Formatters.Binary.WriteObjectInfo.InitSerialize(Object obj, ISurrogateSelector surrogateSelector, StreamingContext context, SerObjectInfoInit serObjectInfoInit, IFormatterConverter converter, ObjectWriter objectWriter)<br />
   at System.Runtime.Serialization.Formatters.Binary.WriteObjectInfo.Serialize(Object obj, ISurrogateSelector surrogateSelector, StreamingContext context, SerObjectInfoInit serObjectInfoInit, IFormatterConverter converter, ObjectWriter objectWriter)<br />
   at System.Runtime.Serialization.Formatters.Binary.ObjectWriter.Write(WriteObjectInfo objectInfo, NameInfo memberNameInfo, NameInfo typeNameInfo)<br />
   at System.Runtime.Serialization.Formatters.Binary.ObjectWriter.Serialize(Object graph, Header[] inHeaders, __BinaryWriter serWriter, Boolean fCheck)<br />
   at System.Runtime.Serialization.Formatters.Binary.BinaryFormatter.Serialize(Stream serializationStream, Object graph, Header[] headers, Boolean fCheck)<br />
   at Growl.Serialization.SerializeObject(Object obj)<br />
   at Growl.SettingSaver.Save(Object settings)<br />
   at Growl.Controller.SaveApplicationPrefs()<br />
   at Growl.MainForm.OnApplicationRegistered(RegisteredApplication ra)</p>
<p>************** Loaded Assemblies **************<br />
mscorlib<br />
    Assembly Version: 2.0.0.0<br />
    Win32 Version: 2.0.50727.3074 (QFE.050727-3000)<br />
    CodeBase: file:///C:/Windows/Microsoft.NET/Framework/v2.0.50727/mscorlib.dll<br />
&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;-<br />
Growl<br />
    Assembly Version: 2.0.0.0<br />
    Win32 Version: 2.0.0.19<br />
    CodeBase: file:///C:/Program%20Files/Growl%20for%20Windows/Growl.exe<br />
&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;-<br />
System<br />
    Assembly Version: 2.0.0.0<br />
    Win32 Version: 2.0.50727.3053 (netfxsp.050727-3000)<br />
    CodeBase: file:///C:/Windows/assembly/GAC_MSIL/System/2.0.0.0__b77a5c561934e089/System.dll<br />
&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;-<br />
System.Windows.Forms<br />
    Assembly Version: 2.0.0.0<br />
    Win32 Version: 2.0.50727.3053 (netfxsp.050727-3000)<br />
    CodeBase: file:///C:/Windows/assembly/GAC_MSIL/System.Windows.Forms/2.0.0.0__b77a5c561934e089/System.Windows.Forms.dll<br />
&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;-<br />
System.Drawing<br />
    Assembly Version: 2.0.0.0<br />
    Win32 Version: 2.0.50727.3053 (netfxsp.050727-3000)<br />
    CodeBase: file:///C:/Windows/assembly/GAC_MSIL/System.Drawing/2.0.0.0__b03f5f7f11d50a3a/System.Drawing.dll<br />
&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;-<br />
Growl.CoreLibrary<br />
    Assembly Version: 2.0.0.0<br />
    Win32 Version: 2.0.0.19<br />
    CodeBase: file:///C:/Program%20Files/Growl%20for%20Windows/Growl.CoreLibrary.DLL<br />
&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;-<br />
System.Configuration<br />
    Assembly Version: 2.0.0.0<br />
    Win32 Version: 2.0.50727.3053 (netfxsp.050727-3000)<br />
    CodeBase: file:///C:/Windows/assembly/GAC_MSIL/System.Configuration/2.0.0.0__b03f5f7f11d50a3a/System.Configuration.dll<br />
&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;-<br />
System.Xml<br />
    Assembly Version: 2.0.0.0<br />
    Win32 Version: 2.0.50727.3074 (QFE.050727-3000)<br />
    CodeBase: file:///C:/Windows/assembly/GAC_MSIL/System.Xml/2.0.0.0__b77a5c561934e089/System.Xml.dll<br />
&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;-<br />
Growl.DisplayStyle<br />
    Assembly Version: 2.0.0.0<br />
    Win32 Version: 2.0.0.19<br />
    CodeBase: file:///C:/Program%20Files/Growl%20for%20Windows/Growl.DisplayStyle.DLL<br />
&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;-<br />
TrackBar<br />
    Assembly Version: 1.0.2486.37933<br />
    Win32 Version: 1.0.2486.37933<br />
    CodeBase: file:///C:/Program%20Files/Growl%20for%20Windows/TrackBar.DLL<br />
&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;-<br />
Growl.Connector<br />
    Assembly Version: 2.0.0.0<br />
    Win32 Version: 2.0.0.19<br />
    CodeBase: file:///C:/Program%20Files/Growl%20for%20Windows/Growl.Connector.DLL<br />
&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;-<br />
Growl.Daemon<br />
    Assembly Version: 2.0.0.0<br />
    Win32 Version: 2.0.0.19<br />
    CodeBase: file:///C:/Program%20Files/Growl%20for%20Windows/Growl.Daemon.DLL<br />
&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;-<br />
Growl.CoreLibrary<br />
    Assembly Version: 2.0.0.0<br />
    Win32 Version: 2.0.0.19<br />
    CodeBase: file:///C:/Program%20Files/Growl%20for%20Windows/Displays/Plain/Growl.CoreLibrary.dll<br />
&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;-<br />
Growl.Displays.Plain<br />
    Assembly Version: 2.0.0.0<br />
    Win32 Version: 2.0.0.19<br />
    CodeBase: file:///C:/Program%20Files/Growl%20for%20Windows/Displays/Plain/Growl.Displays.Plain.dll<br />
&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;-<br />
Growl.DisplayStyle<br />
    Assembly Version: 2.0.0.0<br />
    Win32 Version: 2.0.0.19<br />
    CodeBase: file:///C:/Program%20Files/Growl%20for%20Windows/Displays/Plain/Growl.DisplayStyle.dll<br />
&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;-<br />
Growl.CoreLibrary<br />
    Assembly Version: 2.0.0.0<br />
    Win32 Version: 2.0.0.19<br />
    CodeBase: file:///C:/Program%20Files/Growl%20for%20Windows/Displays/Smokestack/Growl.CoreLibrary.dll<br />
&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;-<br />
Growl.Displays.Smokestack<br />
    Assembly Version: 2.0.0.0<br />
    Win32 Version: 2.0.0.19<br />
    CodeBase: file:///C:/Program%20Files/Growl%20for%20Windows/Displays/Smokestack/Growl.Displays.Smokestack.dll<br />
&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;-<br />
Growl.DisplayStyle<br />
    Assembly Version: 2.0.0.0<br />
    Win32 Version: 2.0.0.19<br />
    CodeBase: file:///C:/Program%20Files/Growl%20for%20Windows/Displays/Smokestack/Growl.DisplayStyle.dll<br />
&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;-<br />
Growl.CoreLibrary<br />
    Assembly Version: 2.0.0.0<br />
    Win32 Version: 2.0.0.19<br />
    CodeBase: file:///C:/Program%20Files/Growl%20for%20Windows/Displays/Standard/Growl.CoreLibrary.dll<br />
&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;-<br />
Growl.Displays.Standard<br />
    Assembly Version: 2.0.0.0<br />
    Win32 Version: 2.0.0.19<br />
    CodeBase: file:///C:/Program%20Files/Growl%20for%20Windows/Displays/Standard/Growl.Displays.Standard.dll<br />
&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;-<br />
Growl.DisplayStyle<br />
    Assembly Version: 2.0.0.0<br />
    Win32 Version: 2.0.0.19<br />
    CodeBase: file:///C:/Program%20Files/Growl%20for%20Windows/Displays/Standard/Growl.DisplayStyle.dll<br />
&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;-<br />
Growl.CoreLibrary<br />
    Assembly Version: 2.0.0.0<br />
    Win32 Version: 2.0.0.19<br />
    CodeBase: file:///C:/Program%20Files/Growl%20for%20Windows/Displays/Toast/Growl.CoreLibrary.dll<br />
&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;-<br />
Growl.Displays.Toast<br />
    Assembly Version: 2.0.0.0<br />
    Win32 Version: 2.0.0.19<br />
    CodeBase: file:///C:/Program%20Files/Growl%20for%20Windows/Displays/Toast/Growl.Displays.Toast.dll<br />
&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;-<br />
Growl.DisplayStyle<br />
    Assembly Version: 2.0.0.0<br />
    Win32 Version: 2.0.0.19<br />
    CodeBase: file:///C:/Program%20Files/Growl%20for%20Windows/Displays/Toast/Growl.DisplayStyle.dll<br />
&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;-<br />
Growl.CoreLibrary<br />
    Assembly Version: 2.0.0.0<br />
    Win32 Version: 2.0.0.19<br />
    CodeBase: file:///C:/Program%20Files/Growl%20for%20Windows/Displays/Visor/Growl.CoreLibrary.dll<br />
&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;-<br />
Growl.Displays.Visor<br />
    Assembly Version: 2.0.0.0<br />
    Win32 Version: 2.0.0.19<br />
    CodeBase: file:///C:/Program%20Files/Growl%20for%20Windows/Displays/Visor/Growl.Displays.Visor.dll<br />
&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;-<br />
Growl.DisplayStyle<br />
    Assembly Version: 2.0.0.0<br />
    Win32 Version: 2.0.0.19<br />
    CodeBase: file:///C:/Program%20Files/Growl%20for%20Windows/Displays/Visor/Growl.DisplayStyle.dll<br />
&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;-<br />
ZeroconfService<br />
    Assembly Version: 0.5.0.4<br />
    Win32 Version: 0.5.0.4<br />
    CodeBase: file:///C:/Program%20Files/Growl%20for%20Windows/ZeroconfService.DLL<br />
&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;-<br />
Accessibility<br />
    Assembly Version: 2.0.0.0<br />
    Win32 Version: 2.0.50727.3053 (netfxsp.050727-3000)<br />
    CodeBase: file:///C:/Windows/assembly/GAC_MSIL/Accessibility/2.0.0.0__b03f5f7f11d50a3a/Accessibility.dll<br />
&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;-<br />
Growl.UDPLegacy<br />
    Assembly Version: 2.0.0.0<br />
    Win32 Version: 2.0.0.19<br />
    CodeBase: file:///C:/Program%20Files/Growl%20for%20Windows/Growl.UDPLegacy.DLL<br />
&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;-</p>
<p>************** JIT Debugging **************<br />
To enable just-in-time (JIT) debugging, the .config file for this<br />
application or computer (machine.config) must have the<br />
jitDebugging value set in the system.windows.forms section.<br />
The application must also be compiled with debugging<br />
enabled.</p>
<p>For example:</p>
<p>When JIT debugging is enabled, any unhandled exception<br />
will be sent to the JIT debugger registered on the computer<br />
rather than be handled by this dialog box.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Vaelek</title>
		<link>http://www.austinhanson.com/2009/08/09/growlbook-v1-0/comment-page-1/#comment-4</link>
		<dc:creator>Vaelek</dc:creator>
		<pubDate>Mon, 10 Aug 2009 01:29:18 +0000</pubDate>
		<guid isPermaLink="false">http://www.austindhanson.com/?p=64#comment-4</guid>
		<description>Haven&#039;t actually used the app yet, but thought you should know that it looks like it was compiled with AnyCPU. I&#039;m on x64 and it crashes on startup. In the .NET binaries folder is corflags.exe, that can be run as &#039;corflags.exe Growlbook.exe /32BIT+&#039; and then the app will execute.</description>
		<content:encoded><![CDATA[<p>Haven&#8217;t actually used the app yet, but thought you should know that it looks like it was compiled with AnyCPU. I&#8217;m on x64 and it crashes on startup. In the .NET binaries folder is corflags.exe, that can be run as &#8216;corflags.exe Growlbook.exe /32BIT+&#8217; and then the app will execute.</p>
]]></content:encoded>
	</item>
</channel>
</rss>
