Re: A blocking operation was interrupted by a call to wsacancelblockingcall cute editor.

  •  02-21-2013, 9:44 PM

    Re: A blocking operation was interrupted by a call to wsacancelblockingcall cute editor.

    hi,

     

    can you post the full error message?

     

    Do you get the same error with the example page below?

     

    1. <%@ Page Language="C#" AutoEventWireup="true" %>  
    2.   
    3. <%@ Register TagPrefix="CE" Namespace="CuteEditor" Assembly="CuteEditor" %>  
    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></title>  
    8. </head>  
    9.   
    10.   
    11. <body>  
    12.     <form id="form1" runat="server">  
    13.         <div id="div1">  
    14.             <CE:Editor ID="Editor1" runat="server">  
    15.             </CE:Editor>  
    16.         </div>  
    17.     </form>  
    18. </body>  
    19. </html>  
     

    Regards,

     

    Ken 

View Complete Thread