зеркало из https://github.com/mono/mail-archives.git
89 строки
4.0 KiB
HTML
89 строки
4.0 KiB
HTML
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 3.2//EN">
|
|
<HTML>
|
|
<HEAD>
|
|
<TITLE> [Mono-osx] System.Drawing.Image.FromFile - System.DllNotFoundException: gdiplus.dll
|
|
</TITLE>
|
|
<LINK REL="Index" HREF="index.html" >
|
|
<LINK REL="made" HREF="mailto:mono-osx%40lists.ximian.com?Subject=%5BMono-osx%5D%20System.Drawing.Image.FromFile%20-%0A%20System.DllNotFoundException%3A%20gdiplus.dll&In-Reply-To=">
|
|
<META NAME="robots" CONTENT="index,nofollow">
|
|
<META http-equiv="Content-Type" content="text/html; charset=us-ascii">
|
|
<LINK REL="Previous" HREF="004406.html">
|
|
<LINK REL="Next" HREF="004411.html">
|
|
</HEAD>
|
|
<BODY BGCOLOR="#ffffff">
|
|
<H1>[Mono-osx] System.Drawing.Image.FromFile - System.DllNotFoundException: gdiplus.dll</H1>
|
|
<B>mc2008</B>
|
|
<A HREF="mailto:mono-osx%40lists.ximian.com?Subject=%5BMono-osx%5D%20System.Drawing.Image.FromFile%20-%0A%20System.DllNotFoundException%3A%20gdiplus.dll&In-Reply-To="
|
|
TITLE="[Mono-osx] System.Drawing.Image.FromFile - System.DllNotFoundException: gdiplus.dll">malumbo.chipeta at satmap.com
|
|
</A><BR>
|
|
<I>Fri Jul 1 12:00:23 EDT 2011</I>
|
|
<P><UL>
|
|
<LI>Previous message: <A HREF="004406.html">[Mono-osx] Your email requires verification verify#HA6rFR901rmCHtBA8SnbFZGUztBrPaTN
|
|
</A></li>
|
|
<LI>Next message: <A HREF="004411.html">[Mono-osx] System.Drawing.Image.FromFile - System.DllNotFoundException: gdiplus.dll
|
|
</A></li>
|
|
<LI> <B>Messages sorted by:</B>
|
|
<a href="date.html#4408">[ date ]</a>
|
|
<a href="thread.html#4408">[ thread ]</a>
|
|
<a href="subject.html#4408">[ subject ]</a>
|
|
<a href="author.html#4408">[ author ]</a>
|
|
</LI>
|
|
</UL>
|
|
<HR>
|
|
<!--beginarticle-->
|
|
<PRE>Hi,
|
|
|
|
I have an app which uses System.Drawing.Image.FromFile. The method works
|
|
without any problems when debugging the app through MonoDevelop. However,
|
|
when the app (bundled with Mono) is running on a Mac which doesn't have Mono
|
|
installed, System.Drawing.Image.FromFile throws an exception:
|
|
|
|
System.TypeInitializationException: An exception was thrown by the type
|
|
initializer for System.Drawing.GDIPlus ---> System.DllNotFoundException:
|
|
gdiplus.dll
|
|
at (wrapper managed-to-native) System.Drawing.GDIPlus:GdiplusStartup
|
|
(ulong&,System.Drawing.GdiplusStartupInput&,System.Drawing.GdiplusStartupOutput&)
|
|
at System.Drawing.GDIPlus..cctor () [0x00000] in <filename unknown>:0
|
|
--- End of inner exception stack trace ---
|
|
at System.Drawing.Image.FromFile (System.String filename, Boolean
|
|
useEmbeddedColorManagement) [0x00000] in <filename unknown>:0
|
|
at System.Drawing.Image.FromFile (System.String filename) [0x00000] in
|
|
<filename unknown>:0
|
|
|
|
Has anyone else encountered this error? If it's occurring because the
|
|
bundling process didn't include gdiplus.dll, do you know where I can find
|
|
this DLL?
|
|
|
|
I would be most grateful to receive your suggestions.
|
|
|
|
Many thanks.
|
|
|
|
--
|
|
View this message in context: <A HREF="http://mono.1490590.n4.nabble.com/System-Drawing-Image-FromFile-System-DllNotFoundException-gdiplus-dll-tp3638591p3638591.html">http://mono.1490590.n4.nabble.com/System-Drawing-Image-FromFile-System-DllNotFoundException-gdiplus-dll-tp3638591p3638591.html</A>
|
|
Sent from the Mono - OSX mailing list archive at Nabble.com.
|
|
</PRE>
|
|
|
|
|
|
|
|
|
|
<!--endarticle-->
|
|
<HR>
|
|
<P><UL>
|
|
<!--threads-->
|
|
<LI>Previous message: <A HREF="004406.html">[Mono-osx] Your email requires verification verify#HA6rFR901rmCHtBA8SnbFZGUztBrPaTN
|
|
</A></li>
|
|
<LI>Next message: <A HREF="004411.html">[Mono-osx] System.Drawing.Image.FromFile - System.DllNotFoundException: gdiplus.dll
|
|
</A></li>
|
|
<LI> <B>Messages sorted by:</B>
|
|
<a href="date.html#4408">[ date ]</a>
|
|
<a href="thread.html#4408">[ thread ]</a>
|
|
<a href="subject.html#4408">[ subject ]</a>
|
|
<a href="author.html#4408">[ author ]</a>
|
|
</LI>
|
|
</UL>
|
|
|
|
<hr>
|
|
<a href="http://lists.ximian.com/mailman/listinfo/mono-osx">More information about the Mono-osx
|
|
mailing list</a><br>
|
|
</body></html>
|