Search

You searched for the word(s): microsoft
Showing page 76 of 109 (1,088 total posts) < 1 second(s)
  • Messenger Error

         I get this error message if I invite additional users to a private chat:    Server Error in '/IM' Application. You are not the creator of that channel Description: An unhandled exception occurred during the execution of the current web request. Please review the stack trace for more information about ...
    Posted to Cute Chat and Cute Web Messenger (Forum) by amasis on July 10, 2005
  • Problems Uploading Images

    When I upload images using the V4 editor i get the following error..   Microsoft VBScript compilation error '800a0401' Expected end of statement /editor/CuteEditor_Files/filePost.asp, line 86 Response.Write ''<script language=javascript>var OxO4239=[''\x22 \x26 FilePath \x26\x22/\x22 \x26 File.FileName \x26 ...
    Posted to Cute Editor for ASP (Forum) by tryan on July 5, 2005
  • Strange Error

    This error is occurring, intermittently after someone submits a form on our web site. Any ideas on what could be causing this problem? Server Error in '/' Application. Setting Not Fould!Description: An unhandled exception occurred during the execution of the current web request. Please review the stack trace for more information about the ...
    Posted to Cute Editor for .NET (Forum) by shamblen on June 3, 2005
  • Re: Help with upgrade from version 3 to version 4 on Cute Editor for ASP

    I'm making some progress converting from V3 to V4. However I am getting this error message after the first of my editors on a page. ''Microsoft VBScript runtime error '800a000d'  Type mismatch: 'Session'  /CuteEditor_Files_V4/include_CuteEditor.asp, line 906'' Here is the code that I am using to edit the content in a recordset ...
    Posted to Cute Editor for ASP (Forum) by HalRau on May 23, 2005
  • CuteEditor .NET for Linux

    Hello! I know the server requirements specifically say that it needs to be run on Windows because the .NET framework is developed by Microsoft. Although, there's an open source project that emulates the .NET Framework in Linux, it's called Mono. I was wondering if anyone has tried to use Mono with CuteEditor and if there was a way ...
    Posted to Cute Editor for .NET (Forum) by viper on January 17, 2005
  • Error when using the editor in a Web Browser Control

    We are getting the following error when we try to start an aspx web page (that uses the Cutesoft editor) inside a Microsoft Web Browser Control in a Windows app: Internet Explorer Script Error The application called an interface that was marshalled for a different thread. The error points to the line in the HTML file where the CuteEditor is ...
    Posted to Cute Editor for .NET (Forum) by carlosisaza on January 14, 2005
  • Re: can't deal wit it

    <%dim articleAarticle=Request.Form(''Editor1_HTMLContent'')  If Request(''addArticle'') <> '''' Then  Set con = Server.CreateObject(''ADODB.connection'')  con.Open ''Provider=Microsoft.Jet.OleDB.4.0; data source='' & Server.MapPath(''../mainDB/admin.mdb'')  Set rs = ...
    Posted to Cute Editor for ASP (Forum) by brozerman on January 13, 2005
  • Re: can't deal wit it

    surprisly. i change like this:    article = rs(''article'')   editor.ID = ''Editor1'' 'Set the ID of this editor class    editor.Text = article 'Set the initial HTML value of editor control    editor.FilesPath = ''../CuteEditor/CuteEditor_Files''    editor.ImageGalleryPath = ...
    Posted to Cute Editor for ASP (Forum) by zbres on January 13, 2005
  • Problem editing galley- XML loses ID on resave

    Whe I edit a gallery-upon removing an image, via the pop up image gallery editor, The xml is resaved and loses the schema block of ...
    Posted to ASP.Net Image Gallery (Forum) by Digitalmafia on December 12, 2004
  • Using CuteEditor in codebehind

    Im writing all my code in the codebehind file. publicclass Default : Page {  protectedoverridevoid OnInit(EventArgs e)   {    base.OnInit (e);     HtmlForm MyForm = new HtmlForm();     MyForm.ID = ''Form1'';     Controls.Add( MyForm );     CuteEditor.Editor Editor1 = new CuteEditor.Editor();     Editor1.ID = ...
    Posted to Cute Editor for .NET (Forum) by Morten on November 25, 2004
« First ... < Previous 74 75 76 77 78 Next > ... Last »