well, Im trying to get my website to work at x10hosting, but I cant fix this Error 500
so, first some facts:Server Error in '/' Applicationgdiplus.dll
Description: HTTP 500. Error processing request.
Stack Trace:
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 Version information: Mono Runtime Version: 2.6.1 (tarball Thu Jan 28 00:15:36 EST 2010); ASP.NET Version: 2.0.50727.1433
-Im developing this site in Microsoft Visual Studio 2008 SP1 under Windows 7
-I know this hosting works under Linux using Mono, and some things will not work as well as with a windows platform.
-I know this is a problem with the System.Drawing reference in my project. So just to make sure I deleted all the System.Drawing references. But maybe the System.Web references System.Drawing which references gdiplus.dll, but I don't think I can remove System.Web from my WebSite and expect it to work.
-I know that the <asp:menu> control might not work well with Mono, so I removed the control, but the problem still exists.
-I'm using MasterPages
-I have the gdiplus.dll in my "bin" folder and in my "public_html" folder.
-I have tried to reference the gdiplus.dll to my project with "Add a reference", but that only gives the error "Couldn't find component type libraries in dll"
-I have added <dllmap dll="gdiplus.dll" target="libgdiplus.so"/> to my web.config file.
-I have read all the topics in this forum which involves "gdiplus.dll", and I cant find anything really helpful in those topics.
-By the way, my native language is Spanish, not English, so I might have missed something.
so, if someone can help me (and others with the problem) with a "human understandable" solution (not things like "go read the 20XX pages of mono documentation"), it will be much appreciated.


LinkBack URL
About LinkBacks
Reply With Quote
(at bottom of my post )


