效验码的图片没法下载(显示),提示以下的错误信息
=======================================================
Error Message:
无法加载 DLL“gdiplus.dll”: 拒绝访问。 (异常来自 HRESULT:0x80070005 (E_ACCESSDENIED))。
Error Trace:
在 System.Drawing.SafeNativeMethods.Gdip.GdiplusStartup(IntPtr& token, StartupInput& input, StartupOutput& output) 在 System.Drawing.SafeNativeMethods.Gdip.Initialize() 在 System.Drawing.SafeNativeMethods.Gdip..cctor()
Occurred On:2007-7-26 9:10:06
------解决方案--------------------------------------------------------
楼主引用了gdiplus.dll,而程序运行的时候找不到这个dll吧!!!
------解决方案--------------------------------------------------------
程序问题!
------解决方案--------------------------------------------------------
gdiplus.dll 这个文件的问题.
------解决方案--------------------------------------------------------
硬盘格式是否是NTFS?
如果是应设置相关权限... 再试
------解决方案--------------------------------------------------------
虚拟主机的权限问题,把这个dll的ASP.net用户加进去
------解决方案--------------------------------------------------------
楼上说的方法可以一试。