摘要: [NullReferenceException:未将对象引用设置到对象的实例。] CuteEditor.Impl.b..ctor(Typetype,Stringkey)+64 CuteEditor.a.i(HtmlTextWriterA_0)+115 CuteEditor.Editor.Render(HtmlTextWriterwriter)+48 System.Web.UI.Control.RenderControlInternal解决方法,把源代码bin里面的CuteEditor.dll,CuteEditor.ImageEditor.dll,cuteeditor.lic替换掉发布后的bin 阅读全文
posted @ 2011-11-29 12:13 日月当空 阅读(419) 评论(1) 推荐(3)
摘要: View Code ///<summary> /// 图片上传 ///</summary> ///<returns></returns> private string Upload_Images() { Boolean fileOK = false; string imageFile = ""; String path = Server.MapPath("~/images/"); //设置服务器上传的路径,即文件上传的位置 if (fulImage.PostedFile.ContentLength / 1. 阅读全文
posted @ 2011-11-29 09:06 日月当空 阅读(260) 评论(0) 推荐(0)