Search

You searched for the word(s): error'A=0
Showing page 74 of 969 (9,685 total posts) < 1 second(s)
  • Re: Error trying to create a template - worked fine before I upgraded 6.0 to 6.2

    Can I get an answer on this please?   It's absolutely insane that a feature that worked perfectly fine is now broken in a newer version. If it helps, here's the parameters I'm setting on the control.            With ...
    Posted to Cute Editor for .NET (Forum) by ChrisD on February 19, 2009
  • Re: Error on text file upload

    Thanks for responding.   1. The value is the same each time 2. Yes, it is not clear what the point is. Our DB uses an upsert, so from the DB it doesn't matter. Otherwise it requires and extra round trip to the DB. There is no documentation for the purpose of the GetInfo method. 3. It is not partial 4. I would love to. But your chunking ...
    Posted to Ajax Uploader (Forum) by terry.weiss on February 15, 2009
  • Re: Permission Error: The area you are attempting to access is forbidden

    1.   Can you try this example?   http://cutesoft.net/asp/EnableAll.asp If it works for you, it means it's a server side issue.   2.   If you create a virtual directory and run the examples included in the download package, will it work?   3.   If you run this application in your intranet, you can remove ...
    Posted to Cute Editor for ASP (Forum) by Adam on February 13, 2009
  • Re: Live Support connection Error

    If you want to integrate your own membership database, you need to use the integration package. The standalone version has its own user database.   http://cutesoft.net/downloads/folders/current_releases/entry21856.aspx   The integration instruction is ...
    Posted to Cute Live Support (Forum) by Adam on January 26, 2009
  • Re: Error after upgrade from 1.0 to 2.0

    Moe,   We support multiple uploads in the v2.0 , and changed server code to support this future.   That changes cause your issue.   Now I think the best solution for your code is that :   this._isbinded=false; //decalre this member at the class ...
    Posted to Ajax Uploader (Forum) by cutechat on December 5, 2008
  • Re: Error when installaing ajax uploader!

    Hi cassini,   Do you Use the integration mode of your application pool? If so, please move the   <add name=''CuteWebUI.UploadModule'' type=''CuteWebUI.UploadModule,CuteWebUI.AjaxUploader''/>   to   <system.webServer>       ...
    Posted to Ajax Uploader (Forum) by Kenneth on December 2, 2008
  • Re: Javascript error on Spellcheck button

    Pete, I had the same problem, and they told me to hire them at 100-150$ per hour to have them fix this issue.    Did you come up with a solution to this on your own?  I am having it happen in an the update part of formview, but not insert portion.    My solution was to remove the button from the configuration, and ...
    Posted to Cute Editor for .NET (Forum) by jfierst on October 9, 2008
  • Re: File used by another process error without using the stream

    Hi,   When the code execute   // Save the file as image _uploadedImage = System.Drawing.Image.FromFile(args.GetTempFilePath());   the file would be locked until the _uploadedImage is disposed.   So   return System.Drawing.Image.FromFile(files[0]); would not works.   maybe you can try this way ...
    Posted to Ajax Uploader (Forum) by cutechat on October 8, 2008
  • Re: JavaScript Error - IE7 - Insert Script Drop Down

    Hi Adam,   The code added to the drop down is dynamically generated (in final product), the test case added using the following:   Dim oList As CuteEditor.RichDropDownList = oEditor.ToolControls(''Layouts'').Control Dim oItem As New CuteEditor.RichListItem() oItem.Text = ''Test Item'' oItem.Value = ''Code ...
    Posted to Cute Editor for .NET (Forum) by Anonymous on August 26, 2008
  • Re: Color selector disabled ActiveX error

    Hi Many thanks it does indeed appear to work using standard browsers and activeX disabled. On one of our networks which doesnt like your new popups it doesnt seem to work so i thought i would try your test page at http://richtextbox.com/test/UseStandardDialog.aspx it fails. Is this because its not been updated?   Can you update the ...
    Posted to Cute Editor for .NET (Forum) by AndyFel on July 2, 2008
« First ... < Previous 72 73 74 75 76 Next > ... Last »