CuteEditor 一直用得好好的,跨入2010,居然报错。。郁闷路过的大大看看分析器错误信息: 未能从程序集“CuteEditor”中加载类型“CuteEditor.Impl.EditorImageFileHandler”。源错误: 
行 5:   </authorization>
行 6:   <httpHandlers>
行 7:        <add path="*.jpeg" verb="GET" type="CuteEditor.Impl.EditorImageFileHandler,CuteEditor" />
行 8:   <add path="*.jpg" verb="GET" type="CuteEditor.Impl.EditorImageFileHandler,CuteEditor" />
行 9:   <add path="*.gif" verb="GET" type="CuteEditor.Impl.EditorImageFileHandler,CuteEditor" />
 源文件: H:\laopuzi\cutesoft_client\cuteeditor\web.config    行: 7 

解决方案 »

  1.   

      <add path="*.*" verb="GET" type="CuteEditor.Impl.EditorImageFileHandler,CuteEditor" /> 
    改成这样试一下
      

  2.   

    谢谢回复!可惜错误还是一样的
    说明: 在处理向该请求提供服务所需的配置文件时出错。请检查下面的特定错误详细信息并适当地修改配置文件。 分析器错误信息: 未能从程序集“CuteEditor”中加载类型“CuteEditor.Impl.EditorImageFileHandler”。源错误: 
    行 5:   </authorization>
    行 6:   <httpHandlers>
    行 7:        <add path="*.*" verb="GET" type="CuteEditor.Impl.EditorImageFileHandler,CuteEditor" />
    行 8:  
    行 9:   </httpHandlers>
     源文件: H:\laopuzi\cutesoft_client\cuteeditor\web.config    行: 7