Search

You searched for the word(s): assembly
Showing page 134 of 149 (1,483 total posts) < 1 second(s)
  • Re: GAC and security

    Karl, Adding CuteEditor to the Global Assembly Cache   http://cutesoft.net/developer+guide/Gloabl Assembly.htm   I''ll investigate the trust level medium issue and will get back to you as soon as possible.    
    Posted to Cute Editor for .NET (Forum) by Adam on October 5, 2005
  • Re: Text not saving on IE9 - EditorWysiwygModeCss problem

    Dear Nimish,   I tested the following example, it contains EditorWysiwygModeCss  property, it can save the text correctly. Can you try this snippet?   <%@ Page Language=''C#''%> <%@ Register TagPrefix=''CE'' Namespace=''CuteEditor'' Assembly=''CuteEditor'' %> <html>     ...
    Posted to Cute Editor for .NET (Forum) by Eric on June 7, 2011
  • Batch uploading of files fails on some files in the batch: "File not exists"

    I have the following control markup and codebehind for an instance of the AjaxUploader. On my local dev machine this works fine, but when deployed to our staging server, uploading multiple files at the same time results in an issue where some of the files will upload correctly, but others will fail with the error: Server side exception : failed ...
    Posted to Ajax Uploader (Forum) by ericmeans on May 10, 2010
  • CuteEditor webpage integration

    Hi, I recently did the how to page in saving xml to a database. After successfully completing it, I migrated the code over to my own page. I'm trying to make the connection pull the xml from CuteEditor and save it to the database. I would like the ID to be an auto incremental number, as opposed to having to enter it manually. basically I'm ...
    Posted to Cute Editor for .NET (Forum) by Sternzy on January 10, 2010
  • IIS7 HTTP Error 503. The service is unavailable

    I need some assistance again please.   Solving the original problem I had (see link above) has now created a new problem but I don't why it's happening.  On the dedicated web server (configuration at the end of this post) wile using FF, I'm getting a message that states ''The connection was reset'' when requesting a page that has 14 ...
    Posted to Ajax Uploader (Forum) by ddoms on September 9, 2009
  • Re: CopyTo casuing 'Loading...' text to stay on screen

    James,   Please try the following example:   <%@ Page language=''c#''%>   <%@ Register Namespace=''CuteWebUI'' Assembly=''CuteWebUI.AjaxUploader'' TagPrefix=''CuteWebUI'' %>   <html>    <head>   </head> ...
    Posted to Ajax Uploader (Forum) by Adam on July 27, 2009
  • Re: UploadAttachments doesn't update the page when finished uploading

    Dave,   It looks like you are running asp.net ajax example and but asp.net ajax is not installed in your server.   Please try the following example:   <%@ Page language=''c#''%> <%@ Register Namespace=''CuteWebUI'' Assembly=''CuteWebUI.AjaxUploader'' TagPrefix=''CuteWebUI'' %> <html> ...
    Posted to Ajax Uploader (Forum) by Adam on April 15, 2009
  • Re: JavaScript error during upload

    Stephan,   Can you try the following code and get back to me? <%@ Page language=''c#''%>  <%@ Register Namespace=''CuteWebUI'' Assembly=''CuteWebUI.AjaxUploader'' TagPrefix=''CuteWebUI'' %>  <html>  ...
    Posted to Ajax Uploader (Forum) by Adam on April 8, 2009
  • new to cute editor

    i have added <%@ Register TagPrefix=''CE'' Namespace=''CuteEditor'' Assembly=''CuteEditor'' %> and <CE:Editor id=''Editor1'' runat=''server'' ></CE:Editor> in the .aspx page. My requirement is to store this cute textbox content  in database and retrive the text into same cute text box from ...
    Posted to Cute Editor for .NET (Forum) by scmanduva on November 19, 2008
  • Re: How to get started with Cute Editor

    Hi jfeeney,   you can try following code   <%@ Page Language=''C#'' %> <%@ Register TagPrefix=''CE'' Namespace=''CuteEditor'' Assembly=''CuteEditor'' %> <!DOCTYPE html PUBLIC ''-//W3C//DTD XHTML 1.0 Transitional//EN'' ''http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd''> <script ...
    Posted to Cute Editor for .NET (Forum) by Kenneth on October 5, 2008