Search

You searched for the word(s): .net 4.0
Showing page 357 of 1,307 (13,069 total posts) < 1 second(s)
  • Re: Unable to write to folder:~/UploaderTemp... but using custom AxaxUploader.Provider (UploaderSqlServerProvider)

    Dear rmacfadyen,   Unlike standard ASP.NET HtmlInputFile control, AJAX Uploader does not read the entire uploaded file into memory. It streams the data into a temporary file while the data is received. For this reason, you must specify a temporary file location. You should ensure that the ASPNET user (NetworkService in Windows Server 2003) ...
    Posted to Ajax Uploader (Forum) by Eric on January 31, 2011
  • Re: Error: http error1: 405 Method Not Allowed

    Dear Carlos,   Please save the following code to test.aspx, does it happen to this snippet? <%@ Page Language=''C#'' %> <%@ Register Namespace=''CuteWebUI'' Assembly=''CuteWebUI.AjaxUploader'' TagPrefix=''CuteWebUI'' %> <!DOCTYPE html PUBLIC ''-//W3C//DTD XHTML 1.0 Transitional//EN'' ...
    Posted to Ajax Uploader (Forum) by Eric on November 15, 2010
  • Re: hyperlink in toolbar not working

    Hi olivedg,   Can you try this way?   1. Download the page below   http://www.cutesoft.net/downloads/folders/21904/download.aspx    2.  Delete files ''CuteEditor.dll'', ''CuteEditor.ImageEditor.dll'' and ''NetSpell.SpellChecker.dll'' in the bin folder and use the new one in the download package.   3. ...
    Posted to Cute Editor for .NET (Forum) by Kenneth on October 28, 2010
  • Re: Uploader Error : FileNotFoundException

    Dear Dave,   Please follow steps: 1. Clear your error logging 2. Open CuteEditor 3. Click button ''Insert Image'' 4. Click ''upload'' and upload one image 5. Check the error logging, and check whether this error is always thrown when you upload file. If you can reproduce it again, please read ...
    Posted to Cute Editor for .NET (Forum) by Eric on September 8, 2010
  • Re: cute chat in DNN

    <appSettings>   ...    <add key=''CuteChat.DataDirectory'' value=''DesktopModules/CuteSoft_Client/CuteChat'' />   </appSettings>   This is the path of cutechat installation files.  It has nothing to do with your database.  You will finish the database script installation in step 2: ...
    Posted to Cute Chat and Cute Web Messenger (Forum) by Eric on July 8, 2010
  • Re: Problem with SQL and CuteEditor

    a. Run in Visual Studio   1. download ''CustomFileProvider.zip'' in http://cutesoft.net/example/howto.aspx 2. unzip it 3. open your visual studio 4. click ''File''==>''Open Project''==>''click file CustomFileProvider.csproj'' 5. open your sql server management studio 6. create database called ''customfileprovider'' 7. execute ...
    Posted to Cute Editor for .NET (Forum) by Eric on May 11, 2010
  • Re: Getting editor to apply styles to highlighted text based on selected CssClass DropDown item

    How did you set EditorWysiwygModeCss property? Have you set Editor.AutoParseClasses Property to true?   In the following example (http://cutesoft.net/example/general.aspx ) the css dropdown is auto populated from css http://cutesoft.net/example/example.css.   Here is the Editor code:   <CE:Editor id=''Editor1'' ...
    Posted to Cute Editor for .NET (Forum) by Adam on January 26, 2010
  • Re: License Problem

    Meltdown: Hi,   I'm developing a web site for a company and I got them to purchase a domain license.   Development is ongoing on my local machine, but now my aspx page is showing 'The License for Editor is not valid' ...can I not run Cute Editor on localhost permenantly as I'm only developing?   Regards ...
    Posted to Cute Editor for .NET (Forum) by Adam on December 12, 2009
  • Re: NoScript Under Firefox ClickJacking Issue

    http://cutesoft.net/example/general.aspx   I am not able to reproduce this issue using the following version:   1. FireFox:   Mozilla/5.0 (Windows; U; Windows NT 6.0; en-GB; rv:1.9.0.10) Gecko/2009042316 Firefox/3.0.10 (.NET CLR 3.5.30729)   2. NoScript:   V. 1.9.2.8   Can you check the version you are ...
    Posted to Cute Editor for .NET (Forum) by Adam on May 18, 2009
  • Re: Is there a VB Global.asax for non DotNetNuke users?

    1.   >>I am a previous user of CuteChat.  I just purchased CuteChat V5 to upgrade   If the old version you used is version 4.x, the old global.asax should work for version 5.0.   2.   If you are using the standalone version, the global.asax included in the download package should work.   3.   If ...
    Posted to Cute Chat and Cute Web Messenger (Forum) by Adam on March 31, 2009