Editor error in ASP.NET 2.0 RC1

Last post 10-07-2005, 4:29 PM by websensei. 3 replies.
Sort Posts: Previous Next
  •  10-07-2005, 1:30 PM 11532

    Editor error in ASP.NET 2.0 RC1

    Running current version of CuteSoft Editor 5.0 (09-30-2005).
    Running an Enterprise license.
    Running ASP.NET 1.1 and ASP.NET 2.0 RC1 (2.0.50727.26) on seperate computers.
    Running both 1.1 and 2.0 from http://localhost/someprojectname
    Both projects are setup as an application subweb in IIS.
    All the dlls are in the projects' /Bin folders.
    The folder /CuteSoft_Client , with all of its files, is in the root level of the projects.
    The web pages register the control:
    <%@ Register TagPrefix="CE" Namespace="CuteEditor" Assembly="CuteEditor" %>

    Everything works in 1.1 but in 2.0, I get the error:
    "System.IO.FileLoadException: Could not load file or assembly 'CuteEditor' or one of its dependencies. Access is denied."
  •  10-07-2005, 2:02 PM 11534 in reply to 11532

    Re: Editor error in ASP.NET 2.0 RC1

    Check that ASPNET user has read/write permissions to folder (and subfolders) on %SYSTEM%/Microsoft.NET.
     
    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

  •  10-07-2005, 3:18 PM 11540 in reply to 11534

    Re: Editor error in ASP.NET 2.0 RC1

    Thanks for the quick response.

    1. Tried granting ASPNET read/write permissions on %SYSTEM%/Microsoft.NET and it didn't work.
    2. If this solution did work, our network administrators would never allow it as it is a major security hole.
    3. ASP.NET 1.1 never needed to grant permissions to %SYSTEM%/Microsoft.NET for Editor to work.
    4. I am running ASP.NET 2.0 RC1 on a Windows 2003 Server Virtual Machine for my testing.
    5. I tried granting read/write permissions to NETWORK SERVICES user instead on both %SYSTEM%/Microsoft.NET and the project's /bin folder and it didn't work.

    All produced the same error as before.

    Any other suggestions?
  •  10-07-2005, 4:29 PM 11541 in reply to 11540

    Re: Editor error in ASP.NET 2.0 RC1

    Fixed my own problem.

    I guess the manner in which I added the files marked them as Read-Only. When I removed the files from the project and re-added them, all was fine.

    Thanks for the help. Nice to have quick responses to problems.
View as RSS news feed in XML