Giuseppe Posted May 17, 2010 Posted May 17, 2010 I actually get this error: --> Server Error in '/' Application gdiplus.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 Tue Apr 27 09:50:24 PDT 2010); ASP.NET Version: 2.0.50727.1433 --> Any help? Please!
Byron Posted May 17, 2010 Posted May 17, 2010 What is your domain name and username and what are you doing to get this error? ####### escalated to da man #######
Ashoat Posted May 18, 2010 Posted May 18, 2010 Try again now. If it doesn't work, please give me the URL to your script so I can test it out on my own.
Giuseppe Posted May 18, 2010 Author Posted May 18, 2010 http://house-intellect.ru/ username glepp The "script" is the Default.aspx page of my site. It uses a Masterpage.master as a pattern. I tried once more with the same error screen: --> Server Error in '/' Application gdiplus.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 Tue Apr 27 09:50:24 PDT 2010); ASP.NET Version: 2.0.50727.1433 --> Seems that I will have to migrate into PHP?
Ashoat Posted May 19, 2010 Posted May 19, 2010 Okay, I fixed it. /usr/local/lib and /usr/local/lib64 weren't in ldconfig's search path, so Mono couldn't find libgdiplus.
Giuseppe Posted May 20, 2010 Author Posted May 20, 2010 Okay, I fixed it. /usr/local/lib and /usr/local/lib64 weren't in ldconfig's search path, so Mono couldn't find libgdiplus. Roger that, it works! You're wizard, djbob! 8) Topic closed.
Recommended Posts