Access id denied: 'CuteEditor'

Last post 06-08-2004, 12:08 PM by Adam. 5 replies.
Sort Posts: Previous Next
  •  04-16-2004, 8:01 AM 670

    Access id denied: 'CuteEditor'

    Everything was working fine, then all of a sudden, I get this message... help:

     

    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: Access is denied: 'CuteEditor'.

    Source Error:

    Line 196:				<add assembly="System.EnterpriseServices, Version=1.0.5000.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a"/>
    Line 197:				<add assembly="System.Web.Mobile, Version=1.0.5000.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a"/>
    Line 198:				<add assembly="*"/>
    Line 199:			</assemblies>
    Line 200:		</compilation>

    Source File: c:\windows\microsoft.net\framework\v1.1.4322\Config\machine.config    Line: 198

    Assembly Load Trace: The following information can be helpful to determine why the assembly 'CuteEditor' could not be loaded.

    === Pre-bind state information ===
    LOG: DisplayName = CuteEditor
     (Partial)
    LOG: Appbase = file:///c:/vss/MAP/4.0/www
    LOG: Initial PrivatePath = bin
    Calling assembly : (Unknown).
    ===
    
    LOG: Policy not being applied to reference at this time (private, custom, partial, or location-based assembly bind).
    LOG: Post-policy reference: CuteEditor
    LOG: Attempting download of new URL file:///C:/WINDOWS/Microsoft.NET/Framework/v1.1.4322/Temporary ASP.NET Files/root/39b157b1/aa3d7163/CuteEditor.DLL.
    LOG: Attempting download of new URL file:///C:/WINDOWS/Microsoft.NET/Framework/v1.1.4322/Temporary ASP.NET Files/root/39b157b1/aa3d7163/CuteEditor/CuteEditor.DLL.
    LOG: Attempting download of new URL file:///c:/vss/MAP/4.0/www/bin/CuteEditor.DLL.
    LOG: Publisher policy file is not found.
    LOG: No redirect found in host configuration file (C:\WINDOWS\Microsoft.NET\Framework\v1.1.4322\aspnet.config).
    LOG: Using machine configuration file from C:\WINDOWS\Microsoft.NET\Framework\v1.1.4322\config\machine.config.
    LOG: Post-policy reference: CuteEditor, Version=2.2.1502.30565, Culture=neutral, PublicKeyToken=3858aa6802b1223a
    

  •  04-16-2004, 8:35 AM 671 in reply to 670

    Re: Access id denied: 'CuteEditor'

    Andrew,

     

    Do you have CuteEditor control DLL in your BIN directory?

     

    If so, do you have an old version CuteEditor.DLL in your GAC?

     


     


    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

  •  04-16-2004, 10:19 AM 672 in reply to 671

    Re: Access id denied: 'CuteEditor'

    I have it in my BIN directory, but I checked - there's NOTHING in the GAC.
  •  04-16-2004, 12:54 PM 673 in reply to 672

    Re: Access id denied: 'CuteEditor'

    Check this out. I think it may solve your problem:

    http://support.microsoft.com/default.aspx?scid=kb;en-us;329065

    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

  •  04-16-2004, 2:06 PM 674 in reply to 673

    Re: Access id denied: 'CuteEditor'

    It worked - thanks a TON. I never would have figured this one out. Have you seen this before?
  •  06-08-2004, 12:08 PM 957 in reply to 674

    Re: Access id denied: 'CuteEditor'

    No Access is denied any more!

     
    The previous version we use the Embedding resources to deploy the files. At run-time, when the first hit comes to the page, CuteEditor control will check for the needed files,images, and as it won't be there, it will create the folder and extract files from assembly.
     
    In order to save files on the server, the ASPNET account must have disk write permissions on the destination folder. We received lots of feedbacks and compaints about the feature because it needs to give ASPNET account write permission to the server. If the ASPNET account doesn't have disk write permissions on the destination folder, the user will get an Access is denied error message.

    We abandoned the Embedding resources idea completely in the version 3.0. Now the CuteEditor can be installed by simply copying the required files to the target machine.
     

     Deployment the CuteEditor for .NET


    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

View as RSS news feed in XML