problem after publish website .

Last post 06-22-2009, 5:05 AM by Kenneth. 3 replies.
Sort Posts: Previous Next
  •  06-22-2009, 1:20 AM 53341

    problem after publish website .

    i add cuteeditor to web application project .
    after i publishde the website i got errors with load the toolbar and bottom images.
     
     
  •  06-22-2009, 2:07 AM 53342 in reply to 53341

    Re: problem after publish website .

    1. Please add the following code to your web.config.

        <httpHandlers>
          <clear />
      <add verb="*" path="*.ashx" type="System.Web.UI.SimpleHandlerFactory, System.Web, Version=1.0.5000.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a" />
        </httpHandlers>

    2. If you still have problems, please run the following URL in your browser:

    http://sitename/application/CuteSoft_Client/CuteEditor/load.ashx?type=scripts&file=IE_Loader&showtext=1

    Please change site name and application name based on your own situatio


    Keep me posted

     


    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

  •  06-22-2009, 2:18 AM 53343 in reply to 53342

    Re: problem after publish website .

      i got this error:

    Server Error in '/Office2/CuteSoft_Client' Application.

    Configuration Error

    Description: An error occurred during the processing of a configuration file required to service this request. Please review the specific error details below and modify your configuration file appropriately.

    Parser Error Message: Could not load file or assembly 'System.Web.Extensions.Design, Version=1.0.61025.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35' or one of its dependencies. The system cannot find the file specified.

    Source Error:

    Line 48: 				<add assembly="System.Data.DataSetExtensions, Version=3.5.0.0, Culture=neutral, PublicKeyToken=B77A5C561934E089" />
    Line 49: 				<add assembly="System.Web.Extensions.Design, Version=3.5.0.0, Culture=neutral, PublicKeyToken=31BF3856AD364E35" />
    Line 50: 				<add assembly="System.Web.Extensions.Design, Version=1.0.61025.0, Culture=neutral, PublicKeyToken=31BF3856AD364E35" />
    Line 51: 				<add assembly="System.Web.Extensions, Version=1.0.61025.0, Culture=neutral, PublicKeyToken=31BF3856AD364E35" />
    Line 52: 			</assemblies>

    Source File: E:\root\eventact\www\Office2\web.config    Line: 50

    Assembly Load Trace: The following information can be helpful to determine why the assembly 'System.Web.Extensions.Design, Version=1.0.61025.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35' could not be loaded.

    WRN: Assembly binding logging is turned OFF.
    To enable assembly bind failure logging, set the registry value [HKLM\Software\Microsoft\Fusion!EnableLog] (DWORD) to 1.
    Note: There is some performance penalty associated with assembly bind failure logging.
    To turn this feature off, remove the registry value [HKLM\Software\Microsoft\Fusion!EnableLog].
    
  •  06-22-2009, 5:05 AM 53349 in reply to 53343

    Re: problem after publish website .

    Hi roy.day.7,
     
    Delete two rows below and try again
     
    Line 50: <add assembly="System.Web.Extensions.Design, Version=1.0.61025.0, Culture=neutral, PublicKeyToken=31BF3856AD364E35" />
    Line 51: <add assembly="System.Web.Extensions, Version=1.0.61025.0, Culture=neutral, PublicKeyToken=31BF3856AD364E35" />
     
    Regards,
     
    Ken
View as RSS news feed in XML