<?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: How to remove programs installed from source in Linux</title>
	<atom:link href="http://www.miscdebris.net/blog/2007/05/24/how-to-remove-programs-installed-from-source-in-linux/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.miscdebris.net/blog/2007/05/24/how-to-remove-programs-installed-from-source-in-linux/</link>
	<description>A blog about my research work, computer and internet stuff, personal life.</description>
	<lastBuildDate>Fri, 27 Aug 2010 17:42:16 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.0.1</generator>
	<item>
		<title>By: Damjan</title>
		<link>http://www.miscdebris.net/blog/2007/05/24/how-to-remove-programs-installed-from-source-in-linux/comment-page-1/#comment-2678</link>
		<dc:creator>Damjan</dc:creator>
		<pubDate>Mon, 15 Oct 2007 22:40:50 +0000</pubDate>
		<guid isPermaLink="false">http://www.miscdebris.net/blog/?p=17#comment-2678</guid>
		<description>I&#039;m terribly sorry, I commented in wrong tab.</description>
		<content:encoded><![CDATA[<p>I&#8217;m terribly sorry, I commented in wrong tab.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Damjan</title>
		<link>http://www.miscdebris.net/blog/2007/05/24/how-to-remove-programs-installed-from-source-in-linux/comment-page-1/#comment-2677</link>
		<dc:creator>Damjan</dc:creator>
		<pubDate>Mon, 15 Oct 2007 22:38:57 +0000</pubDate>
		<guid isPermaLink="false">http://www.miscdebris.net/blog/?p=17#comment-2677</guid>
		<description>Hi I get this error in in a message box, unhandled exception:
Exception occurred: Exception has been thrown by the target of an invocation.

System.Reflection.TargetInvocationException: Exception has been thrown by the target of an invocation. ---&gt; System.TypeInitializationException: An exception was thrown by the type initializer for System.Drawing.GDIPlus ---&gt; System.DllNotFoundException: gdiplus.dll
  at (wrapper managed-to-native) System.Drawing.GDIPlus:GdiplusStartup (ulong&amp;,System.Drawing.GdiplusStartupInput&amp;,System.Drawing.GdiplusStartupOutput&amp;)
  at System.Drawing.GDIPlus..cctor () [0x00000] --- End of inner exception stack trace ---

  at  
  at System.Drawing.Image.InitFromStream (System.IO.Stream stream) [0x00000] 
  at System.Drawing.Bitmap..ctor (System.Type type, System.String resource) [0x00000] 
  at (wrapper remoting-invoke-with-check) System.Drawing.Bitmap:.ctor (System.Type,string)
  at System.Windows.Forms.Design.PropertyTab.get_Bitmap () [0x00000] 
  at MonoDevelop.DesignerSupport.PropertyGrid.PropertyGrid.AddPropertyTab (System.Windows.Forms.Design.PropertyTab tab) [0x00000] 
  at MonoDevelop.DesignerSupport.PropertyGrid.PropertyGrid..ctor (MonoDevelop.DesignerSupport.PropertyGrid.EditorManager editorManager) [0x00000] 
  at MonoDevelop.DesignerSupport.PropertyGrid.PropertyGrid..ctor () [0x00000] 
  at MonoDevelop.DesignerSupport.PropertyPad..ctor () [0x00000] 
  at  
  at (wrapper managed-to-native) System.Reflection.MonoCMethod:InternalInvoke (object,object[])
  at System.Reflection.MonoCMethod.Invoke (System.Object obj, BindingFlags invokeAttr, System.Reflection.Binder binder, System.Object[] parameters, System.Globalization.CultureInfo culture) [0x00000] --- End of inner exception stack trace ---

  at System.Reflection.MonoCMethod.Invoke (System.Object obj, BindingFlags invokeAttr, System.Reflection.Binder binder, System.Object[] parameters, System.Globalization.CultureInfo culture) [0x00000] 
  at System.Reflection.MonoCMethod.Invoke (BindingFlags invokeAttr, System.Reflection.Binder binder, System.Object[] parameters, System.Globalization.CultureInfo culture) [0x00000] 
  at System.Reflection.ConstructorInfo.Invoke (System.Object[] parameters) [0x00000] 
  at System.Activator.CreateInstance (System.Type type, Boolean nonPublic) [0x00000] 
  at Mono.Addins.RuntimeAddin.CreateInstance (System.String typeName, Boolean throwIfNotFound) [0x00000] 
  at MonoDevelop.Ide.Codons.PadCodon.CreatePad () [0x00000] 
  at MonoDevelop.Ide.Codons.PadCodon.get_PadContent () [0x00000] 
  at MonoDevelop.Ide.Gui.SdiWorkbenchLayout.CreatePadContent (Boolean force, MonoDevelop.Ide.Codons.PadCodon padCodon, MonoDevelop.Ide.Gui.PadWindow window, Gdl.DockItem item) [0x00000] 
  at MonoDevelop.Ide.Gui.SdiWorkbenchLayout+c__CompilerGenerated76.c__77 (System.Object +41, System.EventArgs +42) [0x00000] 
  at GLib.Signal.voidObjectCallback (IntPtr handle, IntPtr gch) [0x00000]
What can I do to fix it?

P.S: I like the style of this leave comment form.</description>
		<content:encoded><![CDATA[<p>Hi I get this error in in a message box, unhandled exception:<br />
Exception occurred: Exception has been thrown by the target of an invocation.</p>
<p>System.Reflection.TargetInvocationException: Exception has been thrown by the target of an invocation. &#8212;&gt; System.TypeInitializationException: An exception was thrown by the type initializer for System.Drawing.GDIPlus &#8212;&gt; System.DllNotFoundException: gdiplus.dll<br />
  at (wrapper managed-to-native) System.Drawing.GDIPlus:GdiplusStartup (ulong&amp;,System.Drawing.GdiplusStartupInput&amp;,System.Drawing.GdiplusStartupOutput&amp;)<br />
  at System.Drawing.GDIPlus..cctor () [0x00000] &#8212; End of inner exception stack trace &#8212;</p>
<p>  at<br />
  at System.Drawing.Image.InitFromStream (System.IO.Stream stream) [0x00000]<br />
  at System.Drawing.Bitmap..ctor (System.Type type, System.String resource) [0x00000]<br />
  at (wrapper remoting-invoke-with-check) System.Drawing.Bitmap:.ctor (System.Type,string)<br />
  at System.Windows.Forms.Design.PropertyTab.get_Bitmap () [0x00000]<br />
  at MonoDevelop.DesignerSupport.PropertyGrid.PropertyGrid.AddPropertyTab (System.Windows.Forms.Design.PropertyTab tab) [0x00000]<br />
  at MonoDevelop.DesignerSupport.PropertyGrid.PropertyGrid..ctor (MonoDevelop.DesignerSupport.PropertyGrid.EditorManager editorManager) [0x00000]<br />
  at MonoDevelop.DesignerSupport.PropertyGrid.PropertyGrid..ctor () [0x00000]<br />
  at MonoDevelop.DesignerSupport.PropertyPad..ctor () [0x00000]<br />
  at<br />
  at (wrapper managed-to-native) System.Reflection.MonoCMethod:InternalInvoke (object,object[])<br />
  at System.Reflection.MonoCMethod.Invoke (System.Object obj, BindingFlags invokeAttr, System.Reflection.Binder binder, System.Object[] parameters, System.Globalization.CultureInfo culture) [0x00000] &#8212; End of inner exception stack trace &#8212;</p>
<p>  at System.Reflection.MonoCMethod.Invoke (System.Object obj, BindingFlags invokeAttr, System.Reflection.Binder binder, System.Object[] parameters, System.Globalization.CultureInfo culture) [0x00000]<br />
  at System.Reflection.MonoCMethod.Invoke (BindingFlags invokeAttr, System.Reflection.Binder binder, System.Object[] parameters, System.Globalization.CultureInfo culture) [0x00000]<br />
  at System.Reflection.ConstructorInfo.Invoke (System.Object[] parameters) [0x00000]<br />
  at System.Activator.CreateInstance (System.Type type, Boolean nonPublic) [0x00000]<br />
  at Mono.Addins.RuntimeAddin.CreateInstance (System.String typeName, Boolean throwIfNotFound) [0x00000]<br />
  at MonoDevelop.Ide.Codons.PadCodon.CreatePad () [0x00000]<br />
  at MonoDevelop.Ide.Codons.PadCodon.get_PadContent () [0x00000]<br />
  at MonoDevelop.Ide.Gui.SdiWorkbenchLayout.CreatePadContent (Boolean force, MonoDevelop.Ide.Codons.PadCodon padCodon, MonoDevelop.Ide.Gui.PadWindow window, Gdl.DockItem item) [0x00000]<br />
  at MonoDevelop.Ide.Gui.SdiWorkbenchLayout+c__CompilerGenerated76.c__77 (System.Object +41, System.EventArgs +42) [0x00000]<br />
  at GLib.Signal.voidObjectCallback (IntPtr handle, IntPtr gch) [0x00000]<br />
What can I do to fix it?</p>
<p>P.S: I like the style of this leave comment form.</p>
]]></content:encoded>
	</item>
</channel>
</rss>
