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

Last post 02-21-2013, 9:44 PM by Kenneth. 1 replies.
Sort Posts: Previous Next
  •  02-21-2013, 2:02 PM 76902

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

    Hi,

     

    I have an aplication using ASP.NET WebForms, Framework 2.0 that I  recently moved to Network Solutions with version 6.6 of the CuteEditor.  I moved to this new version because I started getting a security exception and they fixed that for this release. However, ever since I did the upgrade, I am getting the following exception:

     

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

     

    Has anybody experienced something similar ? Any help would be appreciated.

     

    Thanks, 

  •  02-21-2013, 9:44 PM 76904 in reply to 76902

    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 as RSS news feed in XML