Search

You searched for the word(s): assembly
Showing page 128 of 149 (1,483 total posts) < 1 second(s)
  • Re: Server Error

    Probably your referenced assembly(CuteEditor.dll) is not in the correct place, or does not exist at all. Try simply upload the referenced assembly (CuteEditor.dll) to your /bin folder.
    Posted to Cute Editor for .NET (Forum) by Adam on October 4, 2005
  • Re: Ptinter dialogue from serverside

    adel: Hello, Thanks for responding.  Here is teh code I used on the server side(code behind) to open up the print dialogue and it does not open it:                        StringBuilder sb = new ...
    Posted to Cute Editor for .NET (Forum) by Kenneth on April 19, 2010
  • Re: Unable to See "Select File" dialog box

    Can you try the following code?   <%@ Page language=''c#''%> <%@ Register Namespace=''CuteWebUI'' Assembly=''CuteWebUI.AjaxUploader'' TagPrefix=''CuteWebUI'' %> <html> <head> </head> <body>     <form id=''Form1'' method=''post'' ...
    Posted to Ajax Uploader (Forum) by Adam on December 4, 2008
  • CuteEditor_OnInitialized(editor) doesn't work when ajax call back in the tab panel

    Hi there, I have a cuteeditor in tabpanel of a tabcontainer. I use following code to resize the editor. However, for any ajax postback, it will report the following error message. Is there any way to overcome this problem? thx error message : Microsoft JScript runtime error: Object doesn't support this property or method Partial Class ...
    Posted to Cute Editor for .NET (Forum) by wolf11th on March 24, 2010
  • Re: Files not uploading in Safari on Apple computers

    Hi MarjaR, Is your site online? If so, can you send me the uploader page url and show me the full steps to reproduce this issue? I will check it and get back to you as soon as possible. Is your site using window authentication? Is your site on the load balancing, web farm, cloud environment? Can you reproduce this issue with ...
    Posted to Ajax Uploader (Forum) by Kenneth on January 13, 2012
  • IE7 freezes after upload using IIS7

    Trying to get AjaxUploader to work with IIS7 anf IE7, but after the files are uploader IE7 freezes. If i try from Mozilla firefox it works fine, i am using your sample code for Multiple file uploads, my config file is below, do you have any idea what the problem might be. I am using Windows integrated security and i have anonymous user ...
    Posted to Ajax Uploader (Forum) by wassimsa on January 8, 2009
  • Re: Error in Safari

    This version of CuteEditor does not work at all under DNN 4.5.1:   AssemblyVersion: 04.05.01 PortalID: 0 PortalName: Smallbizserver.Net UserID: 1 UserName: host ActiveTabID: 36 ActiveTabName: Home RawURL: ...
    Posted to Cute Editor for .NET (Forum) by Mariette on April 17, 2007
  • Security Exception on GoDaddy

    Somewhere between 12/5/12 and 12/20/12 GoDaddy must have changed something that is causing a security exception (details below) when accessing any page that is using the Cute Editor. This was working for two years and nothing has changed on the site (other than the HTML being edited by the editor) so this sounds very much like a change ...
    Posted to Cute Editor for .NET (Forum) by gracy on January 7, 2013
  • Re: How do capture the Save Click Even in VB for CuteEditor ASP.NET

    Hi vanavah, Please try the example ...
    Posted to Cute Editor for .NET (Forum) by Kenneth on July 16, 2012
  • Re: Safari on Mac OS Lion - tag @import

    Hi monicapinto, You need to replace the ''CuteSoft_Client'' folder too. Then try the example page below <%@ Page Language=''C#'' AutoEventWireup=''True'' %><%@ Register TagPrefix=''CE'' Namespace=''CuteEditor'' Assembly=''CuteEditor'' %><html><body>    <form id=''Form1'' ...
    Posted to Cute Editor for .NET (Forum) by Kenneth on March 8, 2012