Search

You searched for the word(s): error'A=0
Showing page 78 of 969 (9,685 total posts) < 1 second(s)
  • Re: Error when trying to save...

    Hi   Adam is right about this in that its not the editor causing the problem, its the way you are creating the stored proc parameters.   You are using   .Parameters.AddWithValue(''@Description'', sDesc)   This will try to determine the type and length from the string being passed to it and not the database ...
    Posted to Cute Editor for .NET (Forum) by AndyFel on September 21, 2006
  • Re: Stack overflow error during postback in IE

    Its a rather complex page, so I will just show you how to get to it. Go to http://gamestreet.dynu.com/gamestreet and click on ''signup'' at the top. Create an account, login, and to to the ''My Profile -> Customize Page'' section. You will see the editors on the page and the ''add another section to this zone'' link which is causing it. The ...
    Posted to Cute Editor for .NET (Forum) by JRodman on August 6, 2006
  • Re: downloadable files / insert hyperlink > browse throw error

    So what's the answer here.  I'm having the same problem.  The only differance is I'm programatically setting the path. ceMaintenance.Setting(''security:ImageGalleryPath'') = ''~/images_customer/'' & Session(''EmployerID'')ceMaintenance.Setting(''security:MediaGalleryPath'') = ''~/images_customer/'' & ...
    Posted to Cute Editor for .NET (Forum) by bbrennen on July 21, 2006
  • Re: Access denied error when attempting to launch Image Editor in CuteEdit 5.0

    I had the same problem on a win2k3 machine...I could not unset the Read-Only attribute of the properties...microsoft has published a workaround, essentiallyattrib -r -s c:path\directorybackground info:CAUSEUnlike the Read-only attribute for a file, the Read-only attribute for a folder is typically ignored by Windows, Windows components ...
    Posted to Cute Editor for .NET (Forum) by ludis on June 9, 2006
  • Insert in template error

    Hi,I am using version 5.2.I have 6 generic templates i have created, all with a back to top link on the bottom <a href=''#top''>^ Back to top</a>When i insert the template and save it it changes to the following code<a href=''http://[mySite]/CuteEditor_Files/Insert_Template.asp?UC=en-en#top''>^ Back to top</a> can i resolve ...
    Posted to Cute Editor for ASP (Forum) by flashmajic on June 7, 2006
  • Re: Add announcement error in version 3.0

    Danny,   Please open \Engine\11.SqlScopeDAL\AnnouncementModerator.cs file.   And find the following code: INSERT cp_Announcement (Title,Body,DateAdd) VALUES (@p0,@p1,@p2)   Change it to: INSERT cp_Announcement (Title,Body,DateAdded) VALUES (@p0,@p1,@p2)   Then recompile the project. That will resolve the ...
    Posted to Cute Chat and Cute Web Messenger (Forum) by Adam on May 11, 2006
  • Error on build

    When I build my website I get errors like this:   The file 'C:\Documents and Settings\cwl\Local settings\Temp\VWDWebCache\{website}\cutesoft_client\CuteEditor\_sharedie.htm' not found.    The file 'C:\Documents and Settings\cwl\Local ...
    Posted to Cute Editor for .NET (Forum) by cwl on May 4, 2006
  • Re: Error on empty database field

    For example, your cuteeditor files path is c:\inetpub\wwwroot\CuteEditor_files:   1. In site A, you create a virtual directory CE_fiiles and point it to the above location.   in your editor setting, you need to set editor.FilesPath = ''/CE_fiiles''    2. In site B, you create a virtual directory CE_fiiles and point it ...
    Posted to Cute Editor for ASP (Forum) by Adam on March 22, 2006
  • chat 2.1.2 install error

    I am attempting to install cute chat for dnn version 2.1.2 and i get this exception:......Info    File cutechatfordnn212/web/cutesoft_server/cutechat/languages\ar-sy.xml read successfully Info    Loading ...
    Posted to Cute Chat and Cute Web Messenger (Forum) by smithp2 on March 21, 2006
  • Re: Error DNN 3.1.1 CuteEditor Insert Image

    hi, i have downloaded the last build, and overwrite the .dll etc.,   since i CuteEditorTemp Folder in my dnn_root directory and set <add key=''CuteEditorTempPath'' value=''~/CuteEditorTemp'' />   to the web.config file in the dnn_root, i can access some dialoges, except insert image (advanced, right one in the menu), insert ...
    Posted to Cute Editor for .NET (Forum) by office@streamit.at on March 13, 2006
« First ... < Previous 76 77 78 79 80 Next > ... Last »