Test code insert

Last post 11-16-2009, 6:29 AM by Mariette. 11 replies.
Sort Posts: Previous Next
  •  11-04-2009, 12:53 PM 56913

    Test code insert

    This is a test
     
    1. Log Name:      Application   
    2. Source:        Windows SharePoint Services 3 Search   
    3. Date:          11/4/2009 6:31:28 PM   
    4. Event ID:      2424   
    5. Task Category: Gatherer   
    6. Level:         Error   
    7. Keywords:      Classic   
    8. User:          N/A   
    9. Computer:      CONTOSOSERVER.contoso.local   
    10. Description:   
    11. The update cannot be started because the content sources cannot be accessed. Fix the errors and try the update again.   
    12.   
    13. Context: Application 'Search', Catalog 'index file on the search server Search'   
    14. Event Xml:   
    15. <Event xmlns="http://schemas.microsoft.com/win/2004/08/events/event">  
    16.   <System>  
    17.     <Provider Name="Windows SharePoint Services 3 Search" />  
    18.     <EventID Qualifiers="32768">2424</EventID>  
    19.     <Level>2</Level>  
    20.     <Task>3</Task>  
    21.     <Keywords>0x80000000000000</Keywords>  
    22.     <TimeCreated SystemTime="2009-11-04T17:31:28.000Z" />  
    23.     <EventRecordID>3674</EventRecordID>  
    24.     <Channel>Application</Channel>  
    25.     <Computer>CONTOSOSERVER.contoso.local</Computer>  
    26.     <Security />  
    27.   </System>  
    28.   <EventData>  
    29.     <Data>  
    30.   
    31. Context: Application 'Search', Catalog 'index file on the search server Search'</Data>  
    32.   </EventData>  
    33. </Event>  
  •  11-04-2009, 12:55 PM 56914 in reply to 56913

    Re: Test code insert

    OK, why is the numbering on my site a mess when I post code? Like it starts 1,2,3,4 and then 1,2,3 and something else...
  •  11-05-2009, 3:16 PM 56930 in reply to 56914

    Re: Test code insert

    If you cannot reproduce the problems in this demo http://cutesoft.net/example/general.aspx, I suggest you download and upgrade to latest version.

    asp.net Chat http://cutesoft.net/ASP.NET+Chat/default.aspx
    Web Messenger: http://cutesoft.net/Web-Messenger/default.aspx
    asp.net wysiwyg editor: http://cutesoft.net/ASP.NET+WYSIWYG+Editor/default.aspx
    asp wysiwyg html editor: http://cutesoft.net/ASP
    asp.net Image Gallery: http://cutesoft.net/ASP.NET+Image+Gallery/default.aspx
    Live Support: http://cutesoft.net/live-support/default.aspx

  •  11-13-2009, 11:39 AM 57120 in reply to 56930

    Re: Test code insert

    Adam,
     
    It is strange in IE but not in Firefox.
  •  11-13-2009, 2:44 PM 57140 in reply to 56913

    Re: Test code insert

    Adam,
     
    I have upgraded to the latest version and still have problems. Look here:
  •  11-15-2009, 10:17 PM 57159 in reply to 57140

    Re: Test code insert

    Hi Mariette,
     
    Can you create a test page like below and send me the URL, so I can test on your site?
    1. <%@ Page Language="VB" %>   
    2. <%@ Register Namespace="CuteEditor" Assembly="CuteEditor" TagPrefix="CE" %>   
    3. <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">   
    4. <html xmlns="http://www.w3.org/1999/xhtml" >   
    5. <head runat="server">   
    6.     <title>Untitled Page</title>   
    7. </head>   
    8. <body>   
    9.     <form id="form1" runat="server">   
    10.     <CE:Editor ID="Editor1" runat="server">   
    11.         </CE:Editor>   
    12.     </form>   
    13. </body>   
    14. </html>  
     
     
    Regards,
     
    ken
  •  11-16-2009, 2:49 AM 57164 in reply to 57159

    Re: Test code insert

    Kenneth,
     
    I don't how to do that. My site runs Dotnetnuke.
  •  11-16-2009, 3:16 AM 57165 in reply to 57164

    Re: Test code insert

    HI Mariette,
     
    I see, can you create a test account for me? So I can test on your site.
     
    Regards,
     
    Ken
  •  11-16-2009, 3:22 AM 57166 in reply to 57165

    Re: Test code insert

  •  11-16-2009, 3:24 AM 57167 in reply to 57166

    Re: Test code insert

  •  11-16-2009, 3:33 AM 57168 in reply to 57167

    Re: Test code insert

    Hi Mariette,
     
    I created a test account, but I have not authorized to post a reply.
     
    Can you create one for me?
     
    Regards,
     
    ken
  •  11-16-2009, 6:29 AM 57173 in reply to 57168

    Re: Test code insert

    Ken,
     
    I fixed it. In another stylesheet I had some conflicting styles. After I removed those I no longer have that strange ordening in IE.
     
    1. .csharpcode {   
    2.     border-right: #808080 1px solid;   
    3.     border-top: #808080 1px solid;   
    4.     overflow: auto;   
    5.     border-left: #808080 1px solid;   
    6.     width: 90%;   
    7.     color: black;   
    8.     border-bottom: #808080 1px solid;   
    9.     background: #fff;   
    10.     font: 10pt Courier New,Courier,Monospace;   
    11. }   
    12. .csharpcode pre {   
    13.     margin: 0;   
    14. }   
    15. .rem {   
    16.     color: #008000;   
    17. }   
    18. .kwrd {   
    19.     color: #00f;   
    20. }   
    21. .str {   
    22.     color: #006080;   
    23. }   
    24. .op {   
    25.     color: #0000c0;   
    26. }   
    27. .preproc {   
    28.     color: #c63;   
    29. }   
    30. .asp {   
    31.     background: #ff0;   
    32. }   
    33. .html {   
    34.     color: #800000;   
    35. }   
    36. .attr {   
    37.     color: #f00;   
    38. }   
    39. .alt {   
    40.     width: 100%;   
    41.     margin: 0;   
    42.     background: #f4f4f4;   
    43. }   
    44. .lnum {   
    45.     color: #606060;   
    46. }  
View as RSS news feed in XML