Search

You searched for the word(s): assembly
Showing page 105 of 149 (1,483 total posts) < 1 second(s)
  • Upload module is not installed in Web.Config!

    Im getting Upload module is not installed in Web.Config! in production environment. Dev is working fine. I have moved .dll and .lic file and web config contains all required references. I also getting this message in developent when running in debug mode. Please help.     <controls> <add namespace=''CuteWebUI'' ...
    Posted to Ajax Uploader (Forum) by dimidrol on March 1, 2009
  • NullReferenceException only on pre-compiled site

    Everything works when I test my site using VS2005s built in web server.  If I upload my site to the staging server and allow it to JIT compile everything works fine.  If I try to pre-compile the website and upload it to the staging server I will get a System.NullReferenceException: Object reference not set to an instance of an ...
    Posted to Cute Editor for .NET (Forum) by bdway on February 27, 2009
  • Re: UPloadder not working in IE7, but only on one particular page of application.

    Al,   1. Are you using https?   2. Do you have problems with our online demo?   Can you try the following page?   <%@ Page language=''c#''%> <%@ Register Namespace=''CuteWebUI'' Assembly=''CuteWebUI.AjaxUploader'' TagPrefix=''CuteWebUI'' %> <html> ...
    Posted to Ajax Uploader (Forum) by Adam on February 18, 2009
  • Re: Hiding file list but not he progress bar

    Antony,   If you use single file upload, the detault file upload list will not show.   Please check the following code:   <%@ Page language=''c#''%> <%@ Register Namespace=''CuteWebUI'' Assembly=''CuteWebUI.AjaxUploader'' TagPrefix=''CuteWebUI'' %> <html> ...
    Posted to Ajax Uploader (Forum) by Adam on February 11, 2009
  • Re: Ajax file uploader for large files not working fine

    Can you try the following code and upload a small size file?   <%@ 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 January 15, 2009
  • Re: Error occured when editor visibility set to false during first load

    Hi ylkok,     I can not reproduce this issue, please try following code: <%@ Page Language=''C#'' %> <%@ Register TagPrefix=''CE'' Namespace=''CuteEditor'' Assembly=''CuteEditor'' %> <!DOCTYPE html PUBLIC ''-//W3C//DTD XHTML 1.0 Transitional//EN'' ...
    Posted to Cute Editor for .NET (Forum) by Kenneth on November 4, 2008
  • Re: Problem with dropdownlist

    Hi jfeeney,   I can not reproduce this issue,please tyr this code:   When I selected a value from DropDownList1 and click the save button of editor,the value of DropDownList1 still is my choice. <%@ Page Language=''C#'' %> <%@ Register TagPrefix=''CE'' Namespace=''CuteEditor'' Assembly=''CuteEditor'' ...
    Posted to Cute Editor for .NET (Forum) by Kenneth on October 28, 2008
  • Error trying to add the basic editor to an asp.net page

    Any help would be appreciated.  I'm attempting to review this editor to determine if we should purchase it or not.  Yesterday I spent an hour playing with the IM support and was assured that Ken from technical support would contact me today.  Well so far no luck.   I have downloaded the editor and can run the demo on local ...
    Posted to Cute Editor for .NET (Forum) by RobertVogel on October 15, 2008
  • Re: Ajax Uploader

    Hi,   you can try this code :     <%@ Page Language=''C#'' Title=''First sample'' %> <%@ Register TagPrefix=''CuteWebUI'' Namespace=''CuteWebUI'' Assembly=''CuteWebUI.AjaxUploader'' %> <!DOCTYPE html PUBLIC ''-//W3C//DTD XHTML 1.0 Frameset//EN'' ...
    Posted to Ajax Uploader (Forum) by cutechat on October 13, 2008
  • Re: Reviewing the CuteEditor Database example

    Hi jfeeney,     please try this example: <%@ 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 11, 2008