Problem with CE icons (Images doesn't show up)

Last post 05-01-2013, 4:23 PM by Vuong. 3 replies.
Sort Posts: Previous Next
  •  04-26-2013, 1:18 PM 77307

    Problem with CE icons (Images doesn't show up)

    Similar to 

    http://cutesoft.net/forums/3450/ShowPost.aspx

     

    1. I have already confirmed my webconfig (CuteSoft_Client/CuteEditor/Web.config )

    <httpHandlers>
       <add path="*.jpeg" verb="GET" type="CuteEditor.Impl.EditorImageFileHandler,CuteEditor" />
       <add path="*.jpg" verb="GET" type="CuteEditor.Impl.EditorImageFileHandler,CuteEditor" />
       <add path="*.gif" verb="GET" type="CuteEditor.Impl.EditorImageFileHandler,CuteEditor" />
       <add path="*.png" verb="GET" type="CuteEditor.Impl.EditorImageFileHandler,CuteEditor" />
       <add path="*.jpeg.aspx" verb="GET" type="CuteEditor.Impl.EditorImageFileHandler,CuteEditor" />
       <add path="*.jpg.aspx" verb="GET" type="CuteEditor.Impl.EditorImageFileHandler,CuteEditor" />
       <add path="*.gif.aspx" verb="GET" type="CuteEditor.Impl.EditorImageFileHandler,CuteEditor" />
       <add path="*.png.aspx" verb="GET" type="CuteEditor.Impl.EditorImageFileHandler,CuteEditor" />
    </httpHandlers>

     

    We are migrating to a different server. The old site seem to work fine. Not sure what I am missing.

     

    Viewing the source code from the old site

     

    /CuteSoft_Client/CuteEditor/Themes/Office2003/Images/Copy.gif

     

     Viewing the source code from the new site

    /CuteSoft_Client/CuteEditor/Themes/Office2003/Images/Copy.gif.aspx

     

    Why is there a aspx at the end?

     

    I verified I can get to the image from both site.

     

    Thank you

     

    Vuong 

     

  •  04-28-2013, 12:13 PM 77317 in reply to 77307

    Re: Problem with CE icons (Images doesn't show up)

    Hi,

     

    Please create a new example page with the code below. Does it get the same problem?

     

    1. <%@ Page Language="C#" %>  
    2.   
    3. <%@ Register Assembly="CuteEditor" Namespace="CuteEditor" TagPrefix="CE" %>  
    4. <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">  
    5. <html xmlns="http://www.w3.org/1999/xhtml">  
    6. <head id="Head1" runat="server">  
    7.     <title>example</title>  
    8.   
    9. </head>  
    10. <body>  
    11.     <form id="form1" runat="server">  
    12.         <ce:editor id="Editor1" runat="server">  
    13.         </ce:editor>  
    14.     </form>  
    15. </body>  
    16. </html>  
     

    Is hard to check if we can not check your page directly. Do you think you can create the example page above and send me the url of it? Then we do not need to access your own page and we can check it online.

     

    You can post the url here or send to Kenneth@CuteSoft.net.

     

    Regards,

     

    Ken 

  •  05-01-2013, 4:22 PM 77339 in reply to 77307

    Re: Problem with CE icons (Images doesn't show up)

    For anyone else that may experience the same problem, I upgraded to CuteEditor_for_NET6, which resolved the issue.
  •  05-01-2013, 4:23 PM 77340 in reply to 77317

    Re: Problem with CE icons (Images doesn't show up)

    Thanks Kenneth. I hit refresh but somehow your reponse doesn't show up :)
View as RSS news feed in XML